Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_parsecfg.c51 bool usedarg = FALSE; in parseconfig() local
217 res = getparameter(option, param, &usedarg, global, operation); in parseconfig()
219 if(!res && param && *param && !usedarg) in parseconfig()
Dtool_getparam.h51 ParameterError getparameter(const char *flag, char *nextarg, bool *usedarg,
Dtool_getparam.c493 bool *usedarg, /* set to TRUE if the arg in getparameter() argument
511 *usedarg = FALSE; /* default is that we don't use the arg */ in getparameter()
586 *usedarg = TRUE; /* mark it as used */ in getparameter()
2169 } while(!longopt && !singleopt && *++parse && !*usedarg); in getparameter()