Searched refs:codelink (Results 1 – 4 of 4) sorted by relevance
41 * corresponding source code (using 'span.codelink').61 span.codelink { font-size: 85%; }
2692 int codelink = GET(code, 1); in internal_dfa_exec() local2743 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_exec()2755 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_exec()2784 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_exec()
568 #define codelink frame->Xcodelink in match() macro646 int codelink; in match()685 #define code_offset codelink in match()1288 codelink = GET(ecode, 1); /* Offset to the second branch */ in match()1328 codelink -= PRIV(OP_lengths)[OP_CALLOUT]; in match()1419 ecode += condition? PRIV(OP_lengths)[condcode] : codelink; in match()