Searched refs:RE_OP_GOTO (Results 1 – 1 of 1) sorted by relevance
84 #define RE_OP_GOTO 5 /* Jump to opcode at iArg */ macro325 case RE_OP_GOTO: { in re_match()365 while( pRe->aOp[x]==RE_OP_GOTO ) x += pRe->aArg[x]; in re_match()499 iGoto = re_append(p, RE_OP_GOTO, 0); in re_subcompile_re()543 re_insert(p, iPrev, RE_OP_GOTO, p->nState - iPrev + 1); in re_subcompile_string()