Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_parsecfg.c53 bool usedarg = FALSE; in parseconfig() local
195 res = getparameter(option, param, NULL, &usedarg, global, operation); in parseconfig()
198 if(!res && param && *param && !usedarg) in parseconfig()
H A Dtool_getparam.h362 bool *usedarg,
H A Dtool_getparam.c1026 bool *usedarg, /* set to TRUE if the arg in getparameter() argument
1056 *usedarg = FALSE; /* default is that we do not use the arg */ in getparameter()
1143 *usedarg = TRUE; /* mark it as used */ in getparameter()
2679 } while(!longopt && !singleopt && *++parse && !*usedarg && !err); in getparameter()

Completed in 12 milliseconds