Searched refs:codelink (Results 1 – 5 of 5) 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() local2742 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_exec()2754 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_exec()2783 { 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()1300 codelink = GET(ecode, 1); /* Offset to the second branch */ in match()1340 codelink -= PRIV(OP_lengths)[OP_CALLOUT]; in match()1427 ecode += condition? PRIV(OP_lengths)[condcode] : codelink; in match()