Searched defs:hasArg (Results 1 – 5 of 5) sorted by relevance
59 char hasArg; /* enum value: option takes no/requires/may have argument */ member64 #define UOPTION_DEF(longName, shortName, hasArg) \ argument
35 public int hasArg; field in UOption
244 bool hasArg(OptSpecifiers ...Ids) const { in hasArg() function