Lines Matching defs:end
38 * toys.optargs[1] = NULL (end of list)
80 // At the end: [groups] of previously seen options
91 // -- force end of arguments
96 // Hangs off getoptflagstate, freed at end of option parsing.
110 // linked list of long options. (Hangs off getoptflagstate, free at end of
273 char *end;
276 // Find the end of the longopt
277 for (end = ++options; *end && *end != ')'; end++);
278 if (CFG_TOYBOX_DEBUG && !*end) error_exit("(longopt) didn't end");
285 lo->len = end-options;
287 options = ++end;
312 // At this point, we've hit the end of the previous option. The