Searched refs:CLOSURE_SIMUL_EFUN (Results 1 – 8 of 8) sorted by relevance
55 #define CLOSURE_SIMUL_EFUN (0xf800) macro62 #define CLOSURE_IS_SIMUL_EFUN(x) (((x) & 0xf800) == CLOSURE_SIMUL_EFUN)
245 #define CLOSURE_SIMUL_EFUN (-0x0800) /* == 0xf800 */ macro249 #define CLOSURE_SIMUL_EFUN_OFFS (CLOSURE_SIMUL_EFUN & 0xffff)
1732 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()
6194 case CLOSURE_SIMUL_EFUN: in save_closure()6199 source = get_txt(simul_efunp[type - CLOSURE_SIMUL_EFUN].name); in save_closure()
4057 && cb->function.lambda.x.closure_type < CLOSURE_SIMUL_EFUN in execute_callback()
1590 sp->x.closure_type = (short)(p->u.global.sim_efun + CLOSURE_SIMUL_EFUN); in symbol_efun_str()
18247 if (i < CLOSURE_SIMUL_EFUN) in int_call_lambda()18379 call_simul_efun(i - CLOSURE_SIMUL_EFUN, ob, num_arg); in int_call_lambda()