Home
last modified time | relevance | path

Searched refs:raise_t (Results 1 – 5 of 5) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_spec.h428 } raise_t; typedef
468 void T_RaiseSector(raise_t *raise);
H A Dp_floor.c1559 void T_RaiseSector(raise_t *raise) in T_RaiseSector()
H A Dp_saveg.c1932 const raise_t *ht = (const void *)th; in SaveRaiseThinker()
3037 raise_t *ht = Z_Malloc(sizeof (*ht), PU_LEVSPEC, NULL); in LoadRaiseThinker()
H A Dp_spec.c5762 raise_t *raise; in P_AddRaiseThinker()
5785 raise_t *airbob; in P_AddAirbob()
/dports/lang/micropython/micropython-1.17/py/
H A Dvm.c1241 … MP_OBJ_FROM_PTR(&mp_type_GeneratorExit))) { mp_obj_t raise_t = mp_make_raise_obj(t); RAISE(raise_… in mp_execute_bytecode()