Searched refs:CLOSURE_EFUN_OFFS (Results 1 – 4 of 4) sorted by relevance
4001 yylval.closure.number = i + CLOSURE_EFUN_OFFS; in closure()4047 ix = CLOSURE_EFUN_OFFS; in closure()4095 yylval.closure.number = code + CLOSURE_EFUN_OFFS; in closure()4112 yylval.closure.number = CLOSURE_EFUN_OFFS; in closure()4196 p->u.global.efun + CLOSURE_EFUN_OFFS; in closure()4198 LAST_INSTRUCTION_CODE + CLOSURE_EFUN_OFFS) in closure()4202 yylval.closure.number - CLOSURE_EFUN_OFFS in closure()4204 ] + CLOSURE_EFUN_OFFS; in closure()4233 yylval.closure.number = CLOSURE_EFUN_OFFS; in closure()
248 #define CLOSURE_EFUN_OFFS (CLOSURE_EFUN & 0xffff) macro
8583 if (ix < CLOSURE_EFUN_OFFS) in eval_instruction()8657 && instrs[ix - CLOSURE_EFUN_OFFS].deprecated != NULL) in eval_instruction()8660 , instrs[ix - CLOSURE_EFUN_OFFS].name in eval_instruction()8661 , instrs[ix - CLOSURE_EFUN_OFFS].deprecated in eval_instruction()8666 = (short)( instrs[ix - CLOSURE_EFUN_OFFS].Default == -1 in eval_instruction()
10387 if (ix < CLOSURE_EFUN_OFFS)