Home | History | Annotate | Download | only in lib

Lines Matching refs:exact

335    or is an exact match for some defined option.  If they have an
492 int exact = 0;
500 /* Test all long options for either exact match
508 /* Exact match found. */
511 exact = 1;
528 if (ambig && !exact)
810 int exact = 0;
871 /* Test all long options for either exact match
878 /* Exact match found. */
881 exact = 1;
894 if (ambig && !exact)