Searched defs:s_command (Results 1 – 2 of 2) sorted by relevance
92 struct s_command { struct93 struct s_command *next; /* Pointer to next command */ argument98 struct s_command *c; /* Command(s) for b t { */ argument102 } u;103 char code; /* Command code */104 uint_t nonsel:1; /* True if ! */
83 uint16_t s_command; member