Home
last modified time | relevance | path

Searched refs:codepp (Results 1 – 6 of 6) sorted by relevance

/dports/games/tads/tads-3.0.8/tads2/
H A Drun.c51 static void run_new(runcxdef *ctx, uchar *noreg *codepp, in run_new() argument
95 runpprop(ctx, codepp, callobj, callprop, objn, PRP_CONSTRUCT, in run_new()
116 static void run_delete(runcxdef *ctx, uchar *noreg *codepp, in run_delete() argument
133 runpprop(ctx, codepp, callobj, callprop, objn, PRP_DESTRUCT, in run_delete()
909 void runpprop(runcxdef *ctx, uchar *noreg *codepp, in runpprop() argument
925 NOREG((&obj, &codepp)); in runpprop()
952 if (codepp) in runpprop()
953 saveofs = runcpsav(ctx, codepp, callobj, callprop); in runpprop()
959 if (codepp) in runpprop()
1009 if (codepp) in runpprop()
[all …]
H A Drun.h186 void runpprop(runcxdef *ctx, uchar *noreg *codepp, objnum callobj,
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Drun.cpp42 static void run_new(runcxdef *ctx, uchar *noreg *codepp, in run_new() argument
107 static void run_delete(runcxdef *ctx, uchar *noreg *codepp, in run_delete() argument
898 void runpprop(runcxdef *ctx, uchar *noreg *codepp, in runpprop() argument
914 NOREG((&obj, &codepp)); in runpprop()
941 if (codepp) in runpprop()
942 saveofs = runcpsav(ctx, codepp, callobj, callprop); in runpprop()
948 if (codepp) in runpprop()
949 *codepp = runcprst(ctx, saveofs, callobj, callprop); in runpprop()
998 if (codepp) in runpprop()
999 saveofs = runcpsav(ctx, codepp, callobj, callprop); in runpprop()
[all …]
H A Drun.h173 void runpprop(runcxdef *ctx, uchar *noreg *codepp, objnum callobj,
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Drun.cpp42 static void run_new(runcxdef *ctx, uchar *noreg *codepp, in run_new() argument
107 static void run_delete(runcxdef *ctx, uchar *noreg *codepp, in run_delete() argument
898 void runpprop(runcxdef *ctx, uchar *noreg *codepp, in runpprop() argument
914 NOREG((&obj, &codepp)); in runpprop()
941 if (codepp) in runpprop()
942 saveofs = runcpsav(ctx, codepp, callobj, callprop); in runpprop()
948 if (codepp) in runpprop()
949 *codepp = runcprst(ctx, saveofs, callobj, callprop); in runpprop()
998 if (codepp) in runpprop()
999 saveofs = runcpsav(ctx, codepp, callobj, callprop); in runpprop()
[all …]
H A Drun.h173 void runpprop(runcxdef *ctx, uchar *noreg *codepp, objnum callobj,