Searched refs:codelink (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c2692 int codelink = GET(code, 1); local
2743 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
2755 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
2784 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
H A Dpcre_exec.c568 #define codelink frame->Xcodelink macro
646 int codelink;
685 #define code_offset codelink
1283 /* The variable codelink will be added to ecode when the condition is
1288 codelink = GET(ecode, 1); /* Offset to the second branch */
1325 must adjust codelink so that the value of ecode+codelink is unchanged. */
1328 codelink -= PRIV(OP_lengths)[OP_CALLOUT];
1419 ecode += condition? PRIV(OP_lengths)[condcode] : codelink;

Completed in 44 milliseconds