Searched refs:Fecode (Results 1 – 1 of 1) sorted by relevance
174 #define Fecode F->ecode macro272 *lengthptr = (*Fecode == OP_CALLOUT)? in do_callout()273 PRIV(OP_lengths)[OP_CALLOUT] : GET(Fecode, 1 + 2*LINK_SIZE); in do_callout()299 cb->pattern_position = GET(Fecode, 1); in do_callout()300 cb->next_item_length = GET(Fecode, 1 + LINK_SIZE); in do_callout()302 if (*Fecode == OP_CALLOUT) /* Numerical callout */ in do_callout()304 cb->callout_number = Fecode[1 + 2*LINK_SIZE]; in do_callout()312 cb->callout_string_offset = GET(Fecode, 1 + 3*LINK_SIZE); in do_callout()313 cb->callout_string = Fecode + (1 + 4*LINK_SIZE) + 1; in do_callout()704 Fecode = start_ecode; /* Starting code pointer */ in match()[all …]