Home | History | Annotate | Download | only in lib

Lines Matching defs:exact

328    or is an exact match for some defined option.  If they have an
494 int exact = 0;
502 /* Test all long options for either exact match
509 /* Exact match found. */
512 exact = 1;
534 if (ambig_list != NULL && !exact)
841 int exact = 0;
905 /* Test all long options for either exact match
912 /* Exact match found. */
915 exact = 1;
931 if (ambig && !exact)