Searched refs:bif_get_optional_obj_arg (Results 1 – 3 of 3) sorted by relevance
/dports/games/tads/tads-3.0.8/tads2/ |
H A D | bif.c | 3742 static objnum bif_get_optional_obj_arg(bifcxdef *ctx, int *rem_argc) in bif_get_optional_obj_arg() function 3806 dobj = bif_get_optional_obj_arg(ctx, &rem_argc); in bifexec() 3807 prep = bif_get_optional_obj_arg(ctx, &rem_argc); in bifexec() 3808 iobj = bif_get_optional_obj_arg(ctx, &rem_argc); in bifexec()
|
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/ |
H A D | built_in.cpp | 3769 static objnum bif_get_optional_obj_arg(bifcxdef *ctx, int *rem_argc) in bif_get_optional_obj_arg() function 3833 dobj = bif_get_optional_obj_arg(ctx, &rem_argc); in bifexec() 3834 prep = bif_get_optional_obj_arg(ctx, &rem_argc); in bifexec() 3835 iobj = bif_get_optional_obj_arg(ctx, &rem_argc); in bifexec()
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/ |
H A D | built_in.cpp | 3769 static objnum bif_get_optional_obj_arg(bifcxdef *ctx, int *rem_argc) in bif_get_optional_obj_arg() function 3833 dobj = bif_get_optional_obj_arg(ctx, &rem_argc); in bifexec() 3834 prep = bif_get_optional_obj_arg(ctx, &rem_argc); in bifexec() 3835 iobj = bif_get_optional_obj_arg(ctx, &rem_argc); in bifexec()
|