Searched defs:UOption (Results 1 – 7 of 7) sorted by relevance
44 typedef struct UOption UOption; typedef53 struct UOption { struct56 UOptionFn *optionFn; /* function to be called when this option occurs */ argument63 /* macro for an entry in a declaration of UOption[] */ argument
28 public class UOption { class283 private UOption(String aLongName, char aShortName, int hasArgument) { in UOption() method in UOption
22 typedef struct UOption UOption; typedef