OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ishelp
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
bin2c.c
33
int
ishelp
= 0;
local
41
ishelp
= *opt == 'h' || *opt == 'H';
44
stream =
ishelp
? stdout : stderr;
47
exit (!
ishelp
);
/external/icu/icu4c/source/tools/icuswap/
icuswap.cpp
85
printUsage(const char *pname, UBool
ishelp
) {
88
ishelp
? 'U' : 'u', pname);
89
if(
ishelp
) {
99
return !
ishelp
;
108
UBool
ishelp
;
local
133
ishelp
=options[OPT_HELP_H].doesOccur || options[OPT_HELP_QUESTION_MARK].doesOccur;
134
if(
ishelp
|| argc!=3) {
135
return printUsage(pname,
ishelp
);
Completed in 156 milliseconds