Home
last modified time | relevance | path

Searched refs:PR_GetDef (Results 1 – 20 of 20) sorted by last modified time

/dports/games/qcc/send/
H A Dqcc.h365 def_t *PR_GetDef (type_t *type, char *name, def_t *scope, boolean allocate);
H A Dpr_comp.c381 d = PR_GetDef (NULL, name, pr_scope, false); in PR_ParseValue()
647 def = PR_GetDef (&type_function, name,0, true); in PR_ParseState()
689 defs[i] = PR_GetDef (type->parm_types[i], pr_parm_names[i], pr_scope, true); in PR_ParseImmediateStatements()
726 def_t *PR_GetDef (type_t *type, char *name, def_t *scope, boolean allocate) in PR_GetDef() function
769 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
772 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
775 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
787 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
790 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
793 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
[all …]
/dports/games/meqcc/meqcc-1.4/
H A Dpr_comp.c588 d = PR_GetDef (NULL, name, pr_scope, false); in PR_ParseValue()
874 def = PR_GetDef (&type_function, name,0, true); in PR_ParseState()
918 defs[i] = PR_GetDef (type->parm_types[i], pr_parm_names[i], pr_scope, true); in PR_ParseImmediateStatements()
955 def_t *PR_GetDef (type_t *type, char *name, def_t *scope, boolean allocate) in PR_GetDef() function
1011 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
1014 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
1017 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
1032 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
1035 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
1038 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
[all …]
H A Dqcc.h378 def_t *PR_GetDef (type_t *type, char *name, def_t *scope, boolean allocate);
/dports/games/qccx/qccx-1.0.0/
H A Dqcc.cpp338 if (def = PR_GetDef(&type_entity, "progs", NULL, false)) in WriteData()
H A Dpr_comp.cpp542 d = PR_GetDef (NULL, name, pr_scope, false); in PR_ParseValue()
906 def = PR_GetDef (&type_function, name,0, true); in PR_ParseState()
946 defs[i] = PR_GetDef (type->parm_types[i], pr_parm_names[i], pr_scope, true); in PR_ParseImmediateStatements()
983 def_t *PR_GetDef (type_t *type, char *name, def_t *scope, boolean allocate) in PR_GetDef() function
1039 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
1042 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
1045 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
1057 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
1060 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
1063 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
[all …]
H A Dqcc.h403 def_t *PR_GetDef (type_t *type, char *name, def_t *scope, boolean allocate);
/dports/games/uhexen2/hexen2source-1.5.9/utils/dcc/
H A Dqcc.h400 def_t *PR_GetDef (type_t *type, const char *name, def_t *scope, qboolean allocate);
H A Dpr_comp.c522 d = PR_GetDef (NULL, name, pr_scope, false); in PR_ParseValue()
888 def = PR_GetDef (&type_function, name, NULL, true); in PR_ParseState()
1017 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
1020 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
1023 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
1130 PR_GetDef (&type_float, element, scope, true); in PR_AllocateArray()
1133 PR_GetDef (&type_float, element, scope, true); in PR_AllocateArray()
1136 PR_GetDef (&type_float, element, scope, true); in PR_AllocateArray()
1191 def = PR_GetDef (type, name, pr_scope, true); in PR_ParseDefs()
1197 def2 = PR_GetDef (type, name2, pr_scope, false); in PR_ParseDefs()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/utils/hcc/
H A Dhcc.h220 def_t *PR_GetDef (type_t *type, const char *name, def_t *scope, qboolean allocate);
H A Dexpr.c306 d = PR_GetDef(NULL, name, pr_scope, false); in Term()
H A Dpr_comp.c580 def = PR_GetDef(&type_function, name, NULL, true); in ParseState()
656 def = PR_GetDef(&type_function, name, NULL, true); in ParseState()
847 elementDef = PR_GetDef(&type_float, element, scope, true); in PR_GetDef()
867 PR_GetDef(&type_floatfield, element, scope, true); in PR_GetDef()
869 PR_GetDef(&type_floatfield, element, scope, true); in PR_GetDef()
871 PR_GetDef(&type_floatfield, element, scope, true); in PR_GetDef()
930 def = PR_GetDef(type, name, pr_scope, true); in CO_ParseDefs()
1123 if (PR_GetDef(type, name, pr_scope, false) != NULL) in ParseArray()
1171 PR_GetDef(type, name, pr_scope, true); in ParseUnion()
1191 PR_GetDef(type, name, pr_scope, true); in ParseUnion()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/docs/
H A DCHANGES2504 for PR_Statement(), PR_GetDef() and CO_GenCode().
/dports/games/quakeforge/quakeforge-0.7.2/
H A DChangeLog92910 o factor out some code common to PR_GetDef and PR_GetArray that would
/dports/games/frikqcc/frik26src/compiler/
H A Dpr_comp.c906 d = PR_GetDef (NULL, name, pr_scope, false, 0, 0); in PR_ParseValue()
1735 def = PR_GetDef (&type_function, name,0, true, 1, 0); in PR_ParseState()
1851 elem = PR_GetDef(&type_void, element, def->scope, true, -1, save); in PR_DefineElements()
1860 elem = PR_GetDef(def->type->aux_type, element, def->scope, true, -1, save); in PR_DefineElements()
2011 elem = PR_GetDef (&type_float, element, scope, true, constant, save); in PR_GetDef()
2016 elem = PR_GetDef (&type_float, element, scope, true, constant, save); in PR_GetDef()
2021 elem = PR_GetDef (&type_float, element, scope, true, constant, save); in PR_GetDef()
2037 PR_GetDef (&type_floatfield, element, scope, true, constant, save); in PR_GetDef()
2040 PR_GetDef (&type_floatfield, element, scope, true, constant, save); in PR_GetDef()
2043 PR_GetDef (&type_floatfield, element, scope, true, constant, save); in PR_GetDef()
[all …]
H A Dpr_lex.c343 d = PR_GetDef(NULL, pr_token, pr_scope, false, 0, 0); in PR_LexName()
H A Dqcc.c409 if ((def = PR_GetDef(&type_entity, "progs", NULL, false, 0, 0))) in WriteData()
H A Dqcc.h252 def_t *PR_GetDef (type_t *type, char *name, def_t *scope, boolean allocate, int constant, int save);
/dports/games/quake-source/quake-source-1.01_1/send/
H A Dqcc.h365 def_t *PR_GetDef (type_t *type, char *name, def_t *scope, boolean allocate);
H A Dpr_comp.c381 d = PR_GetDef (NULL, name, pr_scope, false); in PR_ParseValue()
647 def = PR_GetDef (&type_function, name,0, true); in PR_ParseState()
689 defs[i] = PR_GetDef (type->parm_types[i], pr_parm_names[i], pr_scope, true); in PR_ParseImmediateStatements()
726 def_t *PR_GetDef (type_t *type, char *name, def_t *scope, boolean allocate) in PR_GetDef() function
769 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
772 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
775 PR_GetDef (&type_float, element, scope, true); in PR_GetDef()
787 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
790 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
793 PR_GetDef (&type_floatfield, element, scope, true); in PR_GetDef()
[all …]