Searched refs:usedarg (Results 1 – 3 of 3) sorted by relevance
53 bool usedarg = FALSE; in parseconfig() local195 res = getparameter(option, param, NULL, &usedarg, global, operation); in parseconfig()198 if(!res && param && *param && !usedarg) in parseconfig()
362 bool *usedarg,
1026 bool *usedarg, /* set to TRUE if the arg in getparameter() argument1056 *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