Lines Matching defs:next
70 /* Index in ARGV of the next element to be scanned.
79 Otherwise, 'optind' communicates from one call to the next
157 but it consists of two parts that need to be swapped next. */
303 updating 'optind' and 'nextchar' so that the next call to 'getopt' can
330 from the option name by a '=', or else the in next ARGV-element.
388 /* Advance to the next ARGV-element. */
440 /* Set the next-arg-index to point at the non-options
492 struct option_list *next;
529 newp->next = ambig_list;
540 first.next = ambig_list;
557 ambig_list = ambig_list->next;
585 ambig_list = ambig_list->next;
600 struct option_list *pn = ambig_list->next;
789 /* Look at and handle the next short option-character. */
854 we must advance to the next element now. */
895 increment it again when taking next ARGV-elt as argument. */
1082 we must advance to the next element now. */
1122 increment it again when taking next ARGV-elt as argument. */