Lines Matching defs:flag
1 // Take three word input lines on stdin and produce flag #defines to stdout.
16 struct flag {
17 struct flag *next;
19 struct flag *lopt;
80 // Break down a command string into linked list of "struct flag".
82 struct flag *digest(char *string)
84 struct flag *list = NULL;
93 struct flag *new = calloc(sizeof(struct flag), 1);
102 struct flag *blank = calloc(sizeof(struct flag), 1);
129 struct flag *new = calloc(sizeof(struct flag), 1);
169 struct flag *flist, *aflist, *offlist;
226 // Output flag macro for bare longopts
231 // Output normal flag macro