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