Home
last modified time | relevance | path

Searched refs:usedarg (Results 1 – 3 of 3) sorted by relevance

/external/curl/src/
Dtool_parsecfg.c52 bool usedarg; in parseconfig() local
225 res = getparameter(option, param, &usedarg, global, operation); in parseconfig()
227 if(param && *param && !usedarg) in parseconfig()
Dtool_getparam.h48 ParameterError getparameter(char *flag, char *nextarg, bool *usedarg,
Dtool_getparam.c384 bool *usedarg, /* set to TRUE if the arg in getparameter() argument
455 *usedarg = FALSE; /* default is that we don't use the arg */ in getparameter()
478 *usedarg = TRUE; /* mark it as used */ in getparameter()
1833 } while(!longopt && !singleopt && *++parse && !*usedarg); in getparameter()