OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usedarg
(Results
1 - 3
of
3
) sorted by null
/external/curl/src/
tool_getparam.h
51
ParameterError getparameter(const char *flag, char *nextarg, bool *
usedarg
,
tool_parsecfg.c
51
bool
usedarg
= FALSE;
local
217
res = getparameter(option, param, &
usedarg
, global, operation);
219
if(!res && param && *param && !
usedarg
)
tool_getparam.c
493
bool *
usedarg
, /* set to TRUE if the arg
511
*
usedarg
= FALSE; /* default is that we don't use the arg */
586
*
usedarg
= TRUE; /* mark it as used */
[
all
...]
Completed in 1234 milliseconds