Searched defs:BEST (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregnexec.c119 #define BEST 3 /* an unbeatable parse was found */ macro
398 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST)
423 case BEST:
425 return BEST;
459 case BEST:
460 return BEST;
466 return BEST;
488 case BEST:
489 r = BEST;
492 r = (rex->flags & REG_MINIMAL) ? BEST
[all...]

Completed in 46 milliseconds