Home
last modified time | relevance | path

Searched refs:punctuationtable (Results 1 – 24 of 24) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/
H A DLexer.cpp130 idLexer::punctuationtable = default_punctuationtable; in CreatePunctuationTable()
139 if ( !idLexer::punctuationtable || idLexer::punctuationtable == default_punctuationtable ) { in CreatePunctuationTable()
140 idLexer::punctuationtable = (int *) Mem_Alloc(256 * sizeof(int)); in CreatePunctuationTable()
149 memset(idLexer::punctuationtable, 0xFF, 256 * sizeof(int)); in CreatePunctuationTable()
156 …for (n = idLexer::punctuationtable[(unsigned int) newp->p[0]]; n >= 0; n = idLexer::nextpunctuatio… in CreatePunctuationTable()
164 idLexer::punctuationtable[(unsigned int) newp->p[0]] = i; in CreatePunctuationTable()
176 idLexer::punctuationtable[(unsigned int) newp->p[0]] = i; in CreatePunctuationTable()
785 …for (n = idLexer::punctuationtable[(unsigned int)*(idLexer::script_p)]; n >= 0; n = idLexer::nextp…
1682 if ( idLexer::punctuationtable && idLexer::punctuationtable != default_punctuationtable ) {
1683 Mem_Free( (void *) idLexer::punctuationtable );
[all …]
H A DLexer.h263 int * punctuationtable; // ASCII table with punctuations variable
/dports/games/meqcc/meqcc-1.4/
H A Dl_script.c160 if (!script->punctuationtable) script->punctuationtable = (punctuation_t **) in PS_CreatePunctuationTable()
162 memset(script->punctuationtable, 0, 256 * sizeof(punctuation_t *)); in PS_CreatePunctuationTable()
169 for (p = script->punctuationtable[(unsigned int) newp->p[0]]; p; p = p->next) in PS_CreatePunctuationTable()
175 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
184 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
769 for (punc = script->punctuationtable[(unsigned int)*script->script_p]; punc; punc = punc->next)
1391 if (script->punctuationtable) FreeMemory(script->punctuationtable);
H A Dl_script.h174 punctuation_t **punctuationtable; member
/dports/games/iortcw/iortcw-1.51c/SP/code/botlib/
H A Dl_script.c179 if ( !script->punctuationtable ) { in PS_CreatePunctuationTable()
180 script->punctuationtable = (punctuation_t **) in PS_CreatePunctuationTable()
183 memset( script->punctuationtable, 0, 256 * sizeof( punctuation_t * ) ); in PS_CreatePunctuationTable()
190 for ( p = script->punctuationtable[(unsigned int) newp->p[0]]; p; p = p->next ) in PS_CreatePunctuationTable()
196 } else { script->punctuationtable[(unsigned int) newp->p[0]] = newp;} in PS_CreatePunctuationTable()
205 } else { script->punctuationtable[(unsigned int) newp->p[0]] = newp;} in PS_CreatePunctuationTable()
798 for ( punc = script->punctuationtable[(unsigned int)*script->script_p]; punc; punc = punc->next )
1434 if ( script->punctuationtable ) {
1435 FreeMemory( script->punctuationtable );
H A Dl_script.h203 punctuation_t **punctuationtable; member
/dports/games/ioquake3-server/ioquake3-1.36/code/botlib/
H A Dl_script.c181 if (!script->punctuationtable) script->punctuationtable = (punctuation_t **) in PS_CreatePunctuationTable()
183 Com_Memset(script->punctuationtable, 0, 256 * sizeof(punctuation_t *)); in PS_CreatePunctuationTable()
190 for (p = script->punctuationtable[(unsigned int) newp->p[0]]; p; p = p->next) in PS_CreatePunctuationTable()
196 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
205 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
790 for (punc = script->punctuationtable[(unsigned int)*script->script_p]; punc; punc = punc->next)
1414 if (script->punctuationtable) FreeMemory(script->punctuationtable);
H A Dl_script.h189 punctuation_t **punctuationtable; member
/dports/games/ioquake3/ioquake3-1.36/code/botlib/
H A Dl_script.c181 if (!script->punctuationtable) script->punctuationtable = (punctuation_t **) in PS_CreatePunctuationTable()
183 Com_Memset(script->punctuationtable, 0, 256 * sizeof(punctuation_t *)); in PS_CreatePunctuationTable()
190 for (p = script->punctuationtable[(unsigned int) newp->p[0]]; p; p = p->next) in PS_CreatePunctuationTable()
196 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
205 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
790 for (punc = script->punctuationtable[(unsigned int)*script->script_p]; punc; punc = punc->next)
1414 if (script->punctuationtable) FreeMemory(script->punctuationtable);
H A Dl_script.h189 punctuation_t **punctuationtable; member
/dports/games/iortcw/iortcw-1.51c/MP/code/botlib/
H A Dl_script.c179 if ( !script->punctuationtable ) { in PS_CreatePunctuationTable()
180 script->punctuationtable = (punctuation_t **) in PS_CreatePunctuationTable()
183 memset( script->punctuationtable, 0, 256 * sizeof( punctuation_t * ) ); in PS_CreatePunctuationTable()
190 for ( p = script->punctuationtable[(unsigned int) newp->p[0]]; p; p = p->next ) in PS_CreatePunctuationTable()
196 } else { script->punctuationtable[(unsigned int) newp->p[0]] = newp;} in PS_CreatePunctuationTable()
205 } else { script->punctuationtable[(unsigned int) newp->p[0]] = newp;} in PS_CreatePunctuationTable()
798 for ( punc = script->punctuationtable[(unsigned int)*script->script_p]; punc; punc = punc->next )
1434 if ( script->punctuationtable ) {
1435 FreeMemory( script->punctuationtable );
H A Dl_script.h203 punctuation_t **punctuationtable; member
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/botlib/
H A Dl_script.c182 if (!script->punctuationtable) script->punctuationtable = (punctuation_t **) in PS_CreatePunctuationTable()
184 Com_Memset(script->punctuationtable, 0, 256 * sizeof(punctuation_t *)); in PS_CreatePunctuationTable()
191 for (p = script->punctuationtable[(unsigned int) newp->p[0]]; p; p = p->next) in PS_CreatePunctuationTable()
197 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
206 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
791 for (punc = script->punctuationtable[(unsigned int)*script->script_p]; punc; punc = punc->next)
1417 if (script->punctuationtable) FreeMemory(script->punctuationtable);
H A Dl_script.h190 punctuation_t **punctuationtable; member
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/botlib/
H A Dl_script.c181 if (!script->punctuationtable) script->punctuationtable = (punctuation_t **) in PS_CreatePunctuationTable()
183 Com_Memset(script->punctuationtable, 0, 256 * sizeof(punctuation_t *)); in PS_CreatePunctuationTable()
190 for (p = script->punctuationtable[(unsigned int) newp->p[0]]; p; p = p->next) in PS_CreatePunctuationTable()
196 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
205 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
790 for (punc = script->punctuationtable[(unsigned int)*script->script_p]; punc; punc = punc->next)
1414 if (script->punctuationtable) FreeMemory(script->punctuationtable);
H A Dl_script.h189 punctuation_t **punctuationtable; member
/dports/games/openjk/OpenJK-07675e2/codemp/botlib/
H A Dl_script.cpp188 if (!script->punctuationtable) script->punctuationtable = (punctuation_t **) in PS_CreatePunctuationTable()
190 Com_Memset(script->punctuationtable, 0, 256 * sizeof(punctuation_t *)); in PS_CreatePunctuationTable()
197 for (p = script->punctuationtable[(unsigned int) newp->p[0]]; p; p = p->next) in PS_CreatePunctuationTable()
203 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
212 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
797 for (punc = script->punctuationtable[(unsigned int)*script->script_p]; punc; punc = punc->next)
1441 if (script->punctuationtable) FreeMemory(script->punctuationtable);
H A Dl_script.h197 punctuation_t **punctuationtable; member
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/botlib/
H A Dl_script.c181 if (!script->punctuationtable) script->punctuationtable = (punctuation_t **) in PS_CreatePunctuationTable()
183 Com_Memset(script->punctuationtable, 0, 256 * sizeof(punctuation_t *)); in PS_CreatePunctuationTable()
190 for (p = script->punctuationtable[(unsigned int) newp->p[0]]; p; p = p->next) in PS_CreatePunctuationTable()
196 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
205 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
790 for (punc = script->punctuationtable[(unsigned int)*script->script_p]; punc; punc = punc->next)
1430 if (script->punctuationtable) FreeMemory(script->punctuationtable);
H A Dl_script.h189 punctuation_t **punctuationtable; member
/dports/games/openarena/openarena-engine-source-0.8.8/code/botlib/
H A Dl_script.c181 if (!script->punctuationtable) script->punctuationtable = (punctuation_t **) in PS_CreatePunctuationTable()
183 Com_Memset(script->punctuationtable, 0, 256 * sizeof(punctuation_t *)); in PS_CreatePunctuationTable()
190 for (p = script->punctuationtable[(unsigned int) newp->p[0]]; p; p = p->next) in PS_CreatePunctuationTable()
196 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
205 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
790 for (punc = script->punctuationtable[(unsigned int)*script->script_p]; punc; punc = punc->next)
1430 if (script->punctuationtable) FreeMemory(script->punctuationtable);
H A Dl_script.h189 punctuation_t **punctuationtable; member
/dports/games/evq3/evq3/code/botlib/
H A Dl_script.c181 if (!script->punctuationtable) script->punctuationtable = (punctuation_t **) in PS_CreatePunctuationTable()
183 Com_Memset(script->punctuationtable, 0, 256 * sizeof(punctuation_t *)); in PS_CreatePunctuationTable()
190 for (p = script->punctuationtable[(unsigned int) newp->p[0]]; p; p = p->next) in PS_CreatePunctuationTable()
196 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
205 else script->punctuationtable[(unsigned int) newp->p[0]] = newp; in PS_CreatePunctuationTable()
790 for (punc = script->punctuationtable[(unsigned int)*script->script_p]; punc; punc = punc->next)
1414 if (script->punctuationtable) FreeMemory(script->punctuationtable);
H A Dl_script.h189 punctuation_t **punctuationtable; member