Home
last modified time | relevance | path

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

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dsimul_efun.c134 j = id->u.global.sim_efun; in invalidate_simul_efuns()
140 id->u.global.sim_efun = I_GLOBAL_SEFUN_OTHER; in invalidate_simul_efuns()
149 j = id->u.global.sim_efun; in invalidate_simul_efuns()
412 p->u.global.sim_efun = j; in assert_simul_efun_object()
H A Dlex.h174 short sim_efun; member
H A Dlex.c1542 || (( efun_override || p->u.global.sim_efun < 0 ) in symbol_efun_str()
1558 if (efun_override && p->u.global.sim_efun >= 0 in symbol_efun_str()
1559 && simul_efunp[p->u.global.sim_efun].flags & TYPE_MOD_NO_MASK) in symbol_efun_str()
1586 if (!efun_override && p->u.global.sim_efun >= 0) in symbol_efun_str()
1590 sp->x.closure_type = (short)(p->u.global.sim_efun + CLOSURE_SIMUL_EFUN); in symbol_efun_str()
1743 ident->u.global.sim_efun = I_GLOBAL_SEFUN_OTHER; in init_global_identifier()
4123 && p->u.global.sim_efun >= 0 in closure()
4124 && simul_efunp[p->u.global.sim_efun].flags & TYPE_MOD_NO_MASK in closure()
4185 if (p->u.global.sim_efun >= 0) { in closure()
4187 p->u.global.sim_efun + CLOSURE_SIMUL_EFUN_OFFS; in closure()
H A Dprolang.y3418 && (name->u.global.efun >= 0 || name->u.global.sim_efun >= 0) in define_variable()
3540 && (name->u.global.efun >= 0 || name->u.global.sim_efun >= 0) in redeclare_variable()
12526 && real_name->u.global.sim_efun >= 0
12531 $<function_call_head>$.simul_efun = real_name->u.global.sim_efun;
13447 && $3->u.global.sim_efun >= 0
13448 && simul_efunp[$3->u.global.sim_efun].flags & TYPE_MOD_NO_MASK
13504 && lvar->u.global.sim_efun >= 0
13505 && simul_efunp[lvar->u.global.sim_efun].flags & TYPE_MOD_NO_MASK
15611 || (p->u.global.efun < 0 && p->u.global.sim_efun < 0)
16417 && id->u.global.sim_efun >= 0)
[all …]