Home | History | Annotate | Download | only in toolutil

Lines Matching refs:UOption

43 struct UOption;
44 typedef struct UOption UOption;
47 typedef int UOptionFn(void *context, UOption *option);
49 /* values of UOption.hasArg */
53 struct UOption {
63 /* macro for an entry in a declaration of UOption[] */
87 * the program's options in form of an array of UOption structures.
88 * Each UOption defines a long and a short name (a string and a character)
104 * UOption entry, and the doesOccur field is set to 1 if the option
141 int optionCount, UOption options[]);