Home
last modified time | relevance | path

Searched refs:CLOSURE_SIMUL_EFUN (Results 1 – 8 of 8) sorted by relevance

/dports/games/ldmud/ldmud-3.3.720/mud/lp-245/sys/
H A Dlpctypes.h55 #define CLOSURE_SIMUL_EFUN (0xf800) macro
62 #define CLOSURE_IS_SIMUL_EFUN(x) (((x) & 0xf800) == CLOSURE_SIMUL_EFUN)
/dports/games/ldmud/ldmud-3.3.720/mudlib/sys/
H A Dlpctypes.h55 #define CLOSURE_SIMUL_EFUN (0xf800) macro
62 #define CLOSURE_IS_SIMUL_EFUN(x) (((x) & 0xf800) == CLOSURE_SIMUL_EFUN)
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dsvalue.h245 #define CLOSURE_SIMUL_EFUN (-0x0800) /* == 0xf800 */ macro
249 #define CLOSURE_SIMUL_EFUN_OFFS (CLOSURE_SIMUL_EFUN & 0xffff)
H A Dclosure.c1732 if ( (type = argp->x.closure_type) < (ph_int)CLOSURE_SIMUL_EFUN) in compile_value()
4312 simul_efun = type - CLOSURE_SIMUL_EFUN; in compile_value()
5896 case CLOSURE_SIMUL_EFUN: in closure_to_string()
5898 strcat(buf, get_txt(simul_efunp[type - CLOSURE_SIMUL_EFUN].name)); in closure_to_string()
H A Dobject.c6194 case CLOSURE_SIMUL_EFUN: in save_closure()
6199 source = get_txt(simul_efunp[type - CLOSURE_SIMUL_EFUN].name); in save_closure()
H A Dsimulate.c4057 && cb->function.lambda.x.closure_type < CLOSURE_SIMUL_EFUN in execute_callback()
H A Dlex.c1590 sp->x.closure_type = (short)(p->u.global.sim_efun + CLOSURE_SIMUL_EFUN); in symbol_efun_str()
H A Dinterpret.c18247 if (i < CLOSURE_SIMUL_EFUN) in int_call_lambda()
18379 call_simul_efun(i - CLOSURE_SIMUL_EFUN, ob, num_arg); in int_call_lambda()