Searched defs:s_command (Results 1 – 2 of 2) sorted by relevance
94 struct s_command { struct95 struct s_command *next; /* Pointer to next command */ argument100 struct s_command *c; /* Command(s) for b t { */ argument104 } u;105 char code; /* Command code */106 u_int nonsel:1; /* True if ! */
86 service_command_func_t *s_command; member