Home
last modified time | relevance | path

Searched refs:sysnod (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c165 const struct sysnod reserved[] =
184 const int no_reserved = sizeof(reserved)/sizeof(struct sysnod);
190 const struct sysnod commands[] =
243 const int no_commands = sizeof(commands)/sizeof(struct sysnod);
H A Ddefs.h271 extern const struct sysnod reserved[];
273 extern const struct sysnod commands[];
H A Dmode.h132 struct sysnod struct
H A Dcmd.c584 const struct sysnod *sp = reserved; in prsym()
H A Dname.c114 syslook(unsigned char *w, struct sysnod syswds[], int n) in syslook()