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
48
ParameterError getparameter(char *flag, char *nextarg, bool *
usedarg
,
tool_parsecfg.c
52
bool
usedarg
;
local
225
res = getparameter(option, param, &
usedarg
, global, operation);
227
if(param && *param && !
usedarg
)
tool_getparam.c
384
bool *
usedarg
, /* set to TRUE if the arg
455
*
usedarg
= FALSE; /* default is that we don't use the arg */
478
*
usedarg
= TRUE; /* mark it as used */
[
all
...]
Completed in 101 milliseconds