Home
last modified time | relevance | path

Searched refs:CLOSURE_EFUN_OFFS (Results 1 – 4 of 4) sorted by relevance

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dlex.c4001 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()
H A Dsvalue.h248 #define CLOSURE_EFUN_OFFS (CLOSURE_EFUN & 0xffff) macro
H A Dinterpret.c8583 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()
H A Dprolang.y10387 if (ix < CLOSURE_EFUN_OFFS)