OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shorthelp
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/futility/
futility.h
50
const char *const
shorthelp
;
member in struct:futil_cmd_t
55
#define DECLARE_FUTIL_COMMAND(NAME, HANDLER, VERSION,
SHORTHELP
, LONGHELP) \
60
.
shorthelp
=
SHORTHELP
, \
futility.c
219
(*cmd)->name, (*cmd)->
shorthelp
);
230
printf("\n%s - %s\n", argv[1], cmd->
shorthelp
);
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
gflags2man.py
92
def usage(self,
shorthelp
=0):
530
app.usage(
shorthelp
=1)
/external/chromium-trace/catapult/third_party/python_gflags/
gflags2man.py
92
def usage(self,
shorthelp
=0):
530
app.usage(
shorthelp
=1)
Completed in 142 milliseconds