Home | History | Annotate | Download | only in lib

Lines Matching refs:exact

497    or is an exact match for some defined option.  If they have an
648 int exact = 0;
656 /* Test all long options for either exact match
664 /* Exact match found. */
667 exact = 1;
681 if (ambig && !exact)
805 int exact = 0;
844 /* Test all long options for either exact match
851 /* Exact match found. */
854 exact = 1;
867 if (ambig && !exact)