Searched refs:RE_OP_ACCEPT (Results 1 – 1 of 1) sorted by relevance
6352 #define RE_OP_ACCEPT 6 /* Halt and indicate a successful match */ macro6596 case RE_OP_ACCEPT: { in re_match()6633 if( pRe->aOp[x]==RE_OP_ACCEPT ){ rc = 1; break; } in re_match()6970 re_append(pRe, RE_OP_ACCEPT, 0); in re_compile()