Home | History | Annotate | Download | only in getopt

Lines Matching defs:exact

493    or is an exact match for some defined option.  If they have an
651 int exact = 0;
659 /* Test all long options for either exact match
667 /* Exact match found. */
670 exact = 1;
687 if (ambig && !exact)
812 int exact = 0;
851 /* Test all long options for either exact match
858 /* Exact match found. */
861 exact = 1;
874 if (ambig && !exact)