Home
last modified time | relevance | path

Searched refs:CLOSURE_LFUN (Results 1 – 11 of 11) sorted by relevance

/dports/games/ldmud/ldmud-3.3.720/mud/lp-245/sys/
H A Dlpctypes.h44 #define CLOSURE_LFUN 0 /* lfun in an object */ macro
/dports/games/ldmud/ldmud-3.3.720/mudlib/sys/
H A Dlpctypes.h44 #define CLOSURE_LFUN 0 /* lfun in an object */ macro
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dsvalue.h257 #define CLOSURE_LFUN 0 /* lfun in an object */ macro
287 #define CLOSURE_IS_LFUN(c) ((c) == CLOSURE_LFUN)
H A Dgcollect.c385 if (type == CLOSURE_LFUN && l->function.lfun.context_size != 0) in cleanup_closure()
1644 || ( type == CLOSURE_LFUN in gc_count_ref_in_closure()
1657 if (type == CLOSURE_LFUN) in gc_count_ref_in_closure()
1686 if (type == CLOSURE_LFUN) in gc_count_ref_in_closure()
1741 if (type == CLOSURE_LFUN && l->function.lfun.context_size != 0) in gc_count_ref_in_closure()
1787 if (type == CLOSURE_LFUN) in clear_ref_in_closure()
1795 if (type == CLOSURE_LFUN && l->function.lfun.context_size != 0) in clear_ref_in_closure()
2667 if (svp->x.closure_type == CLOSURE_LFUN in show_array()
H A Dclosure.c475 && ( left->x.closure_type == CLOSURE_LFUN in closure_eq()
481 if (left->x.closure_type == CLOSURE_LFUN) in closure_eq()
555 || left->x.closure_type == CLOSURE_LFUN in closure_cmp()
762 svp->x.closure_type = CLOSURE_LFUN; in set_closure_user()
1227 dest->x.closure_type = CLOSURE_LFUN; in closure_lfun()
4432 case CLOSURE_LFUN: in compile_value()
4479 else if (type != CLOSURE_LFUN in compile_value()
5389 if (type == CLOSURE_LFUN) in free_closure()
5397 if (type == CLOSURE_LFUN) in free_closure()
5770 case CLOSURE_LFUN: /* Lfun closure */ in closure_to_string()
[all …]
H A Ddumpstat.c193 if (v->x.closure_type == CLOSURE_LFUN) in svalue_size()
H A Dcall_out.c751 if (cop->fun.function.lambda.x.closure_type == CLOSURE_LFUN) in get_all_call_outs()
H A Defuns.c5613 else if (sp->x.closure_type == CLOSURE_LFUN) in f_to_int()
6857 case CLOSURE_LFUN: in v_get_type_info()
6877 if (sp->x.closure_type == CLOSURE_LFUN) in v_get_type_info()
6903 if (sp->x.closure_type == CLOSURE_LFUN) in v_get_type_info()
H A Dobject.c5947 case CLOSURE_LFUN: in save_closure()
6474 case CLOSURE_LFUN: in register_closure()
6486 if (type == CLOSURE_LFUN in register_closure()
H A Dinterpret.c1375 if (type == CLOSURE_LFUN in _destructed_object_ref()
1412 if (type == CLOSURE_LFUN && l->function.lfun.ob == obj) in int_object_ref()
8600 && sp->x.closure_type != CLOSURE_LFUN in eval_instruction()
17975 case CLOSURE_LFUN: /* --- lfun closure --- */ in int_call_lambda()
20149 else if (type == CLOSURE_LFUN) in count_extra_ref_in_closure()
20510 case CLOSURE_LFUN: in v_apply()
H A Dcomm.c7961 if (it->fun.function.lambda.x.closure_type == CLOSURE_LFUN)