Searched refs:command_names (Results 1 – 5 of 5) sorted by relevance
313 def FormatOneCmd(name, command, command_names): argument316 if len(command_names) > 1:319 command.CommandGetHelp('', cmd_names=command_names),328 command.CommandGetHelp('', cmd_names=command_names),334 command_names = list(self._commands)336 FormatOneCmd(name, command, command_names)342 command_names=[command_name]))
101 for (i = 0; (request = get_request(rqtbl, i))->command_names; i++) { in check_request_table()102 for (name = request->command_names; *name; name++) in check_request_table()104 info->current_request = request->command_names[0]; in check_request_table()
56 for (; entry->command_names; entry++) { in ss_list_requests()60 for (name = entry->command_names; *name; name++) { in ss_list_requests()
39 __SS_CONST char * __SS_CONST *command_names; /* whatever */
168 name = request->command_names; in cmd_generator()