Home | History | Annotate | Download | only in lib

Lines Matching defs:exact

357    or is an exact match for some defined option.  If they have an
514 int exact = 0;
522 /* Test all long options for either exact match
530 /* Exact match found. */
533 exact = 1;
550 if (ambig && !exact)
847 int exact = 0;
911 /* Test all long options for either exact match
918 /* Exact match found. */
921 exact = 1;
934 if (ambig && !exact)