Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sh/
H A Dmsg.c167 const struct sysnod reserved[] =
186 const int no_reserved = sizeof(reserved)/sizeof(struct sysnod);
192 const struct sysnod commands[] =
245 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()