Searched refs:command_names (Results 1 – 4 of 4) sorted by relevance
90 for (i = 0; (request = get_request(rqtbl, i))->command_names; i++) {91 for (name = request->command_names; *name; name++)93 info->current_request = request->command_names[0];
95 for (; entry->command_names; entry++) {101 for (name = entry->command_names; *name; name++) {
28 __SS_CONST char * __SS_CONST *command_names; /* whatever */ member
76 request->command_names != NULL; request++) { in get_commands()77 for (cmd = request->command_names; in get_commands()