Searched defs:s_command (Results 1 – 2 of 2) sorted by relevance
91 struct s_command { struct92 struct s_command *next; /* Pointer to next command */ argument97 struct s_command *c; /* Command(s) for b t { */ argument101 } u;102 char code; /* Command code */103 u_int nonsel:1; /* True if ! */
83 service_command_func_t *s_command; member