Lines Matching full:non
69 /* Don't include stdlib.h for non-GNU C libraries because some of them
113 each non-option ARGV-element is returned here. */
124 non-option elements that the caller should itself scan.
158 /* Describe how to deal with options that follow non-option ARGV-elements.
165 stop option processing when the first non-option is seen.
172 so that eventually all the non-options are at the end. This allows options
178 the ordering of the two. We describe each non-option ARGV-element
196 /* We want to avoid inclusion of string.h with non-GNU libraries
247 /* Describe the part of ARGV that contains non-options that have
296 which contains all the non-options that have been skipped so far.
298 the options processed since those non-options were skipped.
301 the new indices of the non-options in ARGV after they are moved. */
381 /* Update records for the slots the non-options now occupy. */
400 non-option ARGV-elements is empty. */
488 handling the non-option ARGV-elements.
533 /* Test whether ARGV[optind] points to a non-option argument.
558 /* If we have just processed some options following some non-options,
566 /* Skip any additional non-options
567 and extend the range of non-options previously skipped. */
576 then exchange with previous non-options as if it were an option,
577 then skip everything else like a non-option. */
593 and back over any non-options that we skipped and permuted. */
597 /* Set the next-arg-index to point at the non-options
604 /* If we have come to a non-option and did not permute it,
1044 printf ("non-option ARGV-elements: ");