Home | History | Annotate | Download | only in lib

Lines Matching refs:exact

330    or is an exact match for some defined option.  If they have an
487 int exact = 0;
495 /* Test all long options for either exact match
503 /* Exact match found. */
506 exact = 1;
523 if (ambig && !exact)
805 int exact = 0;
866 /* Test all long options for either exact match
873 /* Exact match found. */
876 exact = 1;
889 if (ambig && !exact)