Searched refs:usedarg (Results 1 – 4 of 4) sorted by relevance
52 bool usedarg = FALSE; in parseconfig() local221 res = getparameter(option, param, &usedarg, global, operation); in parseconfig()223 if(!res && param && *param && !usedarg) in parseconfig()
51 ParameterError getparameter(const char *flag, char *nextarg, bool *usedarg,
481 bool *usedarg, /* set to TRUE if the arg in getparameter() argument499 *usedarg = FALSE; /* default is that we don't use the arg */ in getparameter()575 *usedarg = TRUE; /* mark it as used */ in getparameter()2108 } while(!longopt && !singleopt && *++parse && !*usedarg); in getparameter()
4517 - getparameter: avoid returning uninitialized 'usedarg'