Searched defs:s_command (Results 1 – 2 of 2) sorted by relevance
93 struct s_command { struct94 struct s_command *next; /* Pointer to next command */ argument99 struct s_command *c; /* Command(s) for b t { */ argument103 } u;104 char code; /* Command code */105 u_int nonsel:1; /* True if ! */
84 service_command_func_t *s_command; member