Home | History | Annotate | Download | only in lib

Lines Matching defs:first

74    On entry to 'getopt', zero means this is the first call; initialize.
76 When 'getopt' returns -1, this is the index of the first of the
160 /* First make sure the handling of the '__getopt_nonoption_flags'
225 /* Initialize the internal data when the first call is made. */
307 Then 'optind' is the index in ARGV of the first ARGV-element
400 exchange them so that the options come first. */
517 /* First nonexact match found. */
538 struct option_list first;
539 first.p = pfound;
540 first.next = ambig_list;
541 ambig_list = &first;
920 /* First nonexact match found. */