Searched refs:codelink (Results 1 – 2 of 2) sorted by relevance
2606 int codelink = (int)GET(code, 1); in internal_dfa_match() local2672 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()2689 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()2718 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
640 #define codelink frame->Xcodelink in match() macro711 int codelink; in match()731 #define code_offset codelink in match()1307 codelink = GET(ecode, 1); /* Offset to the second branch */ in match()1358 codelink -= callout_length; in match()1455 ecode += condition? PRIV(OP_lengths)[condcode] : codelink; in match()