Home | History | Annotate | Download | only in toolutil

Lines Matching defs:UOption

41 struct UOption;
42 typedef struct UOption UOption;
45 typedef int UOptionFn(void *context, UOption *option);
47 /* values of UOption.hasArg */
51 struct UOption {
61 /* macro for an entry in a declaration of UOption[] */
85 * the program's options in form of an array of UOption structures.
86 * Each UOption defines a long and a short name (a string and a character)
102 * UOption entry, and the doesOccur field is set to 1 if the option
139 int optionCount, UOption options[]);