Home
last modified time | relevance | path

Searched refs:G_INT (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/generator3/
H A Dconstants.py465 G_INT = ("lambda self: 0", "int") variable
479 ("slice", 'start'): ('r', G_INT),
480 ("slice", 'step'): ('r', G_INT),
481 ("slice", 'stop'): ('r', G_INT),
595 ("Struct", "size"): ('r', G_INT),
603 ("date", "day"): ('r', G_INT),
604 ("date", "month"): ('r', G_INT),
605 ("date", "year"): ('r', G_INT),
606 ("time", "hour"): ('r', G_INT),
607 ("time", "minute"): ('r', G_INT),
[all …]
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dpr_ext.c517 if (!G_INT(OFS_PARM0)) in PF_strunzone()
766 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_infoadd()
866 G_INT(OFS_RETURN) = 0; in PF_infoget()
1559 G_INT(OFS_RETURN) = 0; in PF_ArgV()
1846 G_INT(OFS_RETURN) = 0; in PF_frametoname()
2306 G_INT(OFS_RETURN) = 0; in PF_cvar_description()
3212 f = G_INT(OFS_PARM0); in PF_findchain()
3240 f = G_INT(OFS_PARM1); in PF_findfloat()
3268 f = G_INT(OFS_PARM0); in PF_findchainfloat()
3296 f = G_INT(OFS_PARM1); in PF_findflags()
[all …]
H A Dpr_cmds.c1016 G_INT(OFS_RETURN) = PR_SetEngineString(s); in PF_ftos()
1032 G_INT(OFS_RETURN) = PR_SetEngineString(s); in PF_vtos()
1062 f = G_INT(OFS_PARM1); in PF_Find()
1093 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_file()
1130 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_sv_precache_sound()
1168 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_sv_precache_model()
1724 G_INT(OFS_PARM0) = self->v.model; in PR_spawnfunc_misc_model()
1728 G_INT(OFS_PARM0) = EDICT_TO_PROG(self); in PR_spawnfunc_misc_model()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dpr_cmds.c185 e->v.model = G_INT(OFS_PARM1); in PF_setmodel()
1070 G_INT(OFS_RETURN) = -(i+MAX_PRSTR); in PF_strzone()
1086 num = G_INT(OFS_PARM0); in PF_strunzone()
1310 f = G_INT(OFS_PARM1); in PF_Find()
1341 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_file()
1353 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_sound()
1378 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_model()
1413 G_INT(OFS_RETURN) = i; in PF_precache_vwep_model()
2577 G_INT(OFS_RETURN) = 0; in PF_cvar_string()
2598 G_INT(OFS_RETURN) = 0; in PF_registercvar()
[all …]
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dpr_cmds.c185 e->v.model = G_INT(OFS_PARM1); in PF_setmodel()
1070 G_INT(OFS_RETURN) = -(i+MAX_PRSTR); in PF_strzone()
1086 num = G_INT(OFS_PARM0); in PF_strunzone()
1310 f = G_INT(OFS_PARM1); in PF_Find()
1341 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_file()
1353 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_sound()
1378 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_model()
1413 G_INT(OFS_RETURN) = i; in PF_precache_vwep_model()
2577 G_INT(OFS_RETURN) = 0; in PF_cvar_string()
2598 G_INT(OFS_RETURN) = 0; in PF_registercvar()
[all …]
/dports/games/quake-source/quake-source-1.01_1/send/
H A Dbuiltin.c884 G_INT(OFS_RETURN) = pr_string_temp - pr_strings; in PF_ftos()
897 G_INT(OFS_RETURN) = pr_string_temp - pr_strings; in PF_vtos()
925 f = G_INT(OFS_PARM1); in PF_Find()
956 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_file()
968 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_sound()
993 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_model()
H A Dqcc.h375 #define G_INT(o) (*(int *)&pr_globals[o]) macro
/dports/games/qcc/send/
H A Dbuiltin.c884 G_INT(OFS_RETURN) = pr_string_temp - pr_strings; in PF_ftos()
897 G_INT(OFS_RETURN) = pr_string_temp - pr_strings; in PF_vtos()
925 f = G_INT(OFS_PARM1); in PF_Find()
956 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_file()
968 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_sound()
993 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_model()
H A Dqcc.h375 #define G_INT(o) (*(int *)&pr_globals[o]) macro
/dports/games/meqcc/meqcc-1.4/
H A Dbuiltin.c884 G_INT(OFS_RETURN) = pr_string_temp - pr_strings; in PF_ftos()
897 G_INT(OFS_RETURN) = pr_string_temp - pr_strings; in PF_vtos()
925 f = G_INT(OFS_PARM1); in PF_Find()
956 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_file()
968 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_sound()
993 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_model()
/dports/games/tenebrae/tenebrae_0/
H A Dpr_cmds.c1025 G_INT(OFS_RETURN) = s - pr_strings; in PF_ftos()
1040 G_INT(OFS_RETURN) = s - pr_strings; in PF_vtos()
1047 G_INT(OFS_RETURN) = pr_string_temp - pr_strings; in PF_etos()
1081 f = G_INT(OFS_PARM1); in PF_Find()
1125 f = G_INT(OFS_PARM1);
1157 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_file()
1169 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_sound()
1194 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_model()
H A Dprogs.h112 #define G_INT(o) (*(int *)&pr_globals[o]) macro
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dpr_cmds.c1011 G_INT(OFS_RETURN) = pr_string_temp - pr_strings; in PF_ftos()
1024 G_INT(OFS_RETURN) = pr_string_temp - pr_strings; in PF_vtos()
1030 G_INT(OFS_RETURN) = pr_string_temp - pr_strings; in PF_etos()
1063 f = G_INT(OFS_PARM1); in PF_Find()
1107 f = G_INT(OFS_PARM1);
1139 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_file()
1151 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_sound()
1176 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_model()
H A Dprogs.h104 #define G_INT(o) (*(int *)&pr_globals[o]) macro
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dpr_cmds.c1411 G_INT(OFS_RETURN) = PR_SetEngineString(s); in PF_ftos()
1427 G_INT(OFS_RETURN) = PR_SetEngineString(s); in PF_vtos()
1437 G_INT(OFS_RETURN) = PR_SetEngineString(s); in PF_etos()
1497 f = G_INT(OFS_PARM1); in PF_Find()
1541 f = G_INT(OFS_PARM1);
1574 f = G_INT(OFS_PARM1);
1604 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_file()
1616 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_sound()
1657 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_model()
1701 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_puzzle_model()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Ddump_globals.c88 string = G_INT (pr, offset); in dump_def()
93 str = quote_string (pr->pr_strings + G_INT (pr, offset)); in dump_def()
109 comment = va (" %x", G_INT (pr, offset)); in dump_def()
127 comment = va (" %x", G_INT (pr, offset)); in dump_def()
137 comment = va (" %d", G_INT (pr, offset)); in dump_def()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dpr_cmds.c1562 G_INT(OFS_RETURN) = PR_SetEngineString(s); in PF_ftos()
1578 G_INT(OFS_RETURN) = PR_SetEngineString(s); in PF_vtos()
1588 G_INT(OFS_RETURN) = PR_SetEngineString(s); in PF_etos()
1648 f = G_INT(OFS_PARM1); in PF_Find()
1692 f = G_INT(OFS_PARM1);
1725 f = G_INT(OFS_PARM1);
1755 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_file()
1768 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_sound()
1818 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_model()
1869 G_INT(OFS_RETURN) = G_INT(OFS_PARM0); in PF_precache_puzzle_model()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/libs/gamecode/
H A Dpr_resolve.c136 pr->pr_param_size = G_INT (pr, def->ofs); in PR_ResolveGlobals()
150 pr->globals.self = &G_INT (pr, def->ofs); in PR_ResolveGlobals()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dpr_cmds.c1045 G_INT(OFS_RETURN) = PR_SetString(pr_string_temp);
1062 G_INT(OFS_RETURN) = PR_SetString(pr_string_temp);
1094 f = G_INT(OFS_PARM1);
1126 G_INT(OFS_RETURN) = G_INT(OFS_PARM0);
1140 G_INT(OFS_RETURN) = G_INT(OFS_PARM0);
1175 G_INT(OFS_RETURN) = G_INT(OFS_PARM0);
H A Dprogs.h103 #define G_INT(o) (*(int *)&pr_globals[o]) macro
/dports/net/libgnetwork/libgnetwork-0.0.9/libgnetwork/
H A Dgnetwork-utils.h42 #define G_INT(ptr) ((gint *) (ptr)) macro
/dports/games/uhexen2/hexen2source-1.5.9/utils/dcc/
H A Dqcc.h300 #define G_INT(o) (*(int *)&pr_globals[o]) macro
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dprogs.h128 #define G_INT(o) (*(int *)&pr_globals[o]) macro
/dports/games/qccx/qccx-1.0.0/
H A Dqcc.h413 #define G_INT(o) (*(int *)&pr_globals[o]) macro
/dports/games/frikqcc/frik26src/decompiler/
H A Dqcc.h138 #define G_INT(o) (*(int *)&pr_globals[o]) macro

123