Searched refs:usedarg (Results 1 – 3 of 3) sorted by relevance
77 bool usedarg = FALSE; in parseconfig() local233 res = getparameter(option, param, &usedarg, global, operation); in parseconfig()235 if(!res && param && *param && !usedarg) in parseconfig()
52 ParameterError getparameter(const char *flag, char *nextarg, bool *usedarg,
499 bool *usedarg, /* set to TRUE if the arg in getparameter() argument517 *usedarg = FALSE; /* default is that we don't use the arg */ in getparameter()597 *usedarg = TRUE; /* mark it as used */ in getparameter()2203 } while(!longopt && !singleopt && *++parse && !*usedarg); in getparameter()