Lines Matching full:longopts
113 struct longopts {
114 struct longopts *next;
126 struct longopts *longopts;
188 struct longopts *lo;
192 for (lo = gof->longopts; lo->opt != opt; lo = lo->next);
270 // longopts only come at the start of the string.)
273 struct longopts *lo;
279 // init a new struct longopts
280 lo = xmalloc(sizeof(struct longopts));
281 lo->next = gof->longopts;
285 gof->longopts = lo;
412 struct longopts *lo;
422 for (lo = gof.longopts; lo; lo = lo->next) {
495 llist_traverse(gof.longopts