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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_getparam.h42 bool *usedarg,
H A Dtool_parsecfg.c52 bool usedarg; local
198 res = getparameter(option, param, &usedarg, config);
200 if(param && *param && !usedarg)
H A Dtool_getparam.c286 bool *usedarg, /* set to TRUE if the arg
361 *usedarg = FALSE; /* default is that we don't use the arg */
384 *usedarg = TRUE; /* mark it as used */
1630 } while(!longopt && !singleopt && *++parse && !*usedarg);
284 getparameter(char *flag, char *nextarg, bool *usedarg, struct Configurable *config) argument

Completed in 48 milliseconds