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

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregnexec.c119 #define BEST 3 /* an unbeatable parse was found */ macro
397 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST)
422 case BEST:
424 return BEST;
458 case BEST:
459 return BEST;
465 return BEST;
487 case BEST:
488 r = BEST;
491 r = (rex->flags & REG_MINIMAL) ? BEST
[all...]

Completed in 139 milliseconds