OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:command_names
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/ss/
list_rqs.c
56
for (; entry->
command_names
; entry++) {
60
for (name = entry->
command_names
; *name; name++) {
execute_cmd.c
101
for (i = 0; (request = get_request(rqtbl, i))->
command_names
; i++) {
102
for (name = request->
command_names
; *name; name++)
104
info->current_request = request->
command_names
[0];
ss.h
39
__SS_CONST char * __SS_CONST *
command_names
; /* whatever */
member in struct:_ss_request_entry
listen.c
168
name = request->
command_names
;
/external/python/apitools/apitools/base/py/
app2.py
313
def FormatOneCmd(name, command,
command_names
):
316
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]))
Completed in 136 milliseconds