sysnod
const struct sysnod *sp = reserved;
extern const struct sysnod reserved[];
extern const struct sysnod commands[];
const struct sysnod reserved[] =
const int no_reserved = sizeof(reserved)/sizeof(struct sysnod);
const struct sysnod commands[] =
const int no_commands = sizeof(commands)/sizeof(struct sysnod);
syslook(unsigned char *w, struct sysnod syswds[], int n)