Home
last modified time | relevance | path

Searched refs:TK_IntConst (Results 1 – 25 of 32) sorted by relevance

12

/dports/games/zdoom/zdoom-2.8.1/src/intermission/
H A Dintermission_parse.cpp92 sc.MustGetToken(TK_IntConst); in ParseKey()
100 sc.MustGetToken(TK_IntConst); in ParseKey()
105 sc.MustGetToken(TK_IntConst); in ParseKey()
120 sc.MustGetToken(TK_IntConst); in ParseKey()
133 sc.MustGetToken(TK_IntConst); in ParseKey()
157 sc.MustGetToken(TK_IntConst); in ParseKey()
160 sc.MustGetToken(TK_IntConst); in ParseKey()
175 sc.MustGetToken(TK_IntConst); in ParseKey()
178 sc.MustGetToken(TK_IntConst); in ParseKey()
283 sc.MustGetToken(TK_IntConst); in ParseKey()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/r_data/
H A Dr_translate.cpp419 sc.MustGetToken(TK_IntConst); in AddToTranslation()
422 sc.MustGetToken(TK_IntConst); in AddToTranslation()
437 if(sc->token != TK_IntConst) in AddToTranslation()
441 sc.MustGetToken(TK_IntConst); in AddToTranslation()
450 sc.MustGetToken(TK_IntConst); in AddToTranslation()
454 sc.MustGetToken(TK_IntConst); in AddToTranslation()
458 sc.MustGetToken(TK_IntConst); in AddToTranslation()
464 sc.MustGetToken(TK_IntConst); in AddToTranslation()
468 sc.MustGetToken(TK_IntConst); in AddToTranslation()
472 sc.MustGetToken(TK_IntConst); in AddToTranslation()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dgamemap_uwmf.cpp63 sc.MustGetToken(TK_IntConst); in MustGetSignedInteger()
128 sc.MustGetToken(TK_IntConst); in ParseTile()
151 sc.MustGetToken(TK_IntConst); in ParseTrigger()
156 sc.MustGetToken(TK_IntConst); in ParseTrigger()
161 sc.MustGetToken(TK_IntConst); in ParseTrigger()
186 sc.MustGetToken(TK_IntConst); in ParseTrigger()
281 sc.MustGetToken(TK_IntConst); in Parse()
293 sc.MustGetToken(TK_IntConst); in Parse()
436 sc.MustGetToken(TK_IntConst); in ParsePlane()
485 sc.MustGetToken(TK_IntConst); in ParseThing()
[all …]
H A Dg_conversation.cpp275 sc.MustGetToken(TK_IntConst); in ParseConvBlock()
327 sc.MustGetToken(TK_IntConst); in ParsePageBlock()
331 sc.MustGetToken(TK_IntConst); in ParsePageBlock()
365 sc.MustGetToken(TK_IntConst); in ParseItemCheckBlock()
369 sc.MustGetToken(TK_IntConst); in ParseItemCheckBlock()
403 sc.MustGetToken(TK_IntConst); in ParseChoiceBlock()
411 sc.MustGetToken(TK_IntConst); in ParseChoiceBlock()
419 sc.MustGetToken(TK_IntConst); in ParseChoiceBlock()
423 sc.MustGetToken(TK_IntConst); in ParseChoiceBlock()
H A Dg_mapinfo.cpp123 sc.MustGetToken(TK_IntConst); in ParseIntAssignment()
130 sc.MustGetToken(TK_IntConst); in ParseIntAssignment()
150 sc.MustGetToken(TK_IntConst); in ParseIntArrayAssignment()
161 sc.MustGetToken(TK_IntConst); in ParseIntArrayAssignment()
173 sc.MustGetToken(TK_IntConst); in ParseIntArrayAssignment()
187 sc.MustGetToken(TK_IntConst); in ParseIntArrayAssignment()
462 sc.MustGetToken(TK_IntConst); in CheckKey()
505 sc.MustGetToken(TK_IntConst); in CheckKey()
588 sc.MustGetToken(TK_IntConst); in CheckKey()
871 sc.MustGetToken(TK_IntConst); in ParseHeader()
[all …]
H A Dgamemap_planes.cpp370 sc.MustGetToken(TK_IntConst); in LoadFlatsTable()
393 sc.MustGetToken(TK_IntConst); in LoadTilesTable()
403 sc.MustGetToken(TK_IntConst); in LoadTilesTable()
413 sc.MustGetToken(TK_IntConst); in LoadTilesTable()
438 sc.MustGetToken(TK_IntConst); in LoadTilesTable()
450 sc.MustGetToken(TK_IntConst); in LoadTilesTable()
476 sc.MustGetToken(TK_IntConst); in LoadThingTable()
499 sc.MustGetToken(TK_IntConst); in LoadThingTable()
502 sc.MustGetToken(TK_IntConst); in LoadThingTable()
505 sc.MustGetToken(TK_IntConst); in LoadThingTable()
[all …]
H A Dsndseq.cpp138 sc.MustGetToken(TK_IntConst); in ParseSoundSequence()
171 sc.MustGetToken(TK_IntConst); in ParseSoundSequence()
181 sc.MustGetToken(TK_IntConst); in ParseSoundSequence()
184 sc.MustGetToken(TK_IntConst); in ParseSoundSequence()
H A Dscanner.cpp213 if(nextState.token == token || (nextState.token == TK_IntConst && token == TK_FloatConst)) in CheckToken()
350 nextState.token = TK_IntConst; in GetNextToken()
475 case TK_IntConst: in GetNextToken()
566 else if(nextState.token == TK_IntConst) in GetNextToken()
H A Dscanner.h37 TK_IntConst, // Ex: 27 enumerator
H A Dv_font.cpp2412 sc.MustGetToken(TK_IntConst); in V_InitCustomFonts()
2419 sc.MustGetToken(TK_IntConst); in V_InitCustomFonts()
2426 sc.MustGetToken(TK_IntConst); in V_InitCustomFonts()
2438 sc.MustGetToken(TK_IntConst); in V_InitCustomFonts()
2445 while (sc.CheckToken(TK_IntConst))// && !sc.Crossed) in V_InitCustomFonts()
2637 if (sc.CheckToken(TK_IntConst)) in V_InitFontColors()
2653 sc.MustGetToken(TK_IntConst); in V_InitFontColors()
H A Dconfig.cpp122 if(sc.CheckToken(TK_IntConst)) in ReadConfig()
H A Dlumpremap.cpp249 sc.MustGetToken(TK_IntConst); in ParseMap()
/dports/games/zdoom/zdoom-2.8.1/src/r_data/
H A Dr_translate.cpp465 sc.MustGetToken(TK_IntConst); in AddToTranslation()
468 sc.MustGetToken(TK_IntConst); in AddToTranslation()
483 sc.TokenMustBe(TK_IntConst); in AddToTranslation()
486 sc.MustGetToken(TK_IntConst); in AddToTranslation()
495 sc.MustGetToken(TK_IntConst); in AddToTranslation()
499 sc.MustGetToken(TK_IntConst); in AddToTranslation()
503 sc.MustGetToken(TK_IntConst); in AddToTranslation()
509 sc.MustGetToken(TK_IntConst); in AddToTranslation()
513 sc.MustGetToken(TK_IntConst); in AddToTranslation()
517 sc.MustGetToken(TK_IntConst); in AddToTranslation()
[all …]
H A Dvoxels.cpp507 sc.MustGetToken(TK_IntConst); in VOX_ReadOptions()
513 sc.MustGetToken(TK_IntConst); in VOX_ReadOptions()
519 sc.MustGetToken(TK_IntConst); in VOX_ReadOptions()
526 if (sc.TokenType == TK_IntConst) in VOX_ReadOptions()
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Dsbarinfo_commands.cpp191 sc.MustGetToken(TK_IntConst); in Parse()
197 sc.MustGetToken(TK_IntConst); in Parse()
393 sc.MustGetToken(TK_IntConst); in GetOperation()
448 sc.MustGetToken(TK_IntConst); in Parse()
458 sc.MustGetToken(TK_IntConst); in Parse()
485 sc.MustGetToken(TK_IntConst); in Parse()
717 sc.MustGetToken(TK_IntConst); in Parse()
1032 sc.MustGetToken(TK_IntConst); in Parse()
1046 if(sc.CheckToken(TK_IntConst)) in Parse()
1969 sc.MustGetToken(TK_IntConst); in Parse()
[all …]
H A Dsbarinfo.cpp169 sc.MustGetToken(TK_IntConst); in GetCoordinates()
521 sc.MustGetToken(TK_IntConst); in ParseSBarInfo()
537 sc.MustGetToken(TK_IntConst); in ParseSBarInfo()
554 sc.MustGetToken(TK_IntConst); in ParseSBarInfo()
613 sc.MustGetToken(TK_IntConst); in ParseSBarInfo()
616 sc.MustGetToken(TK_IntConst); in ParseSBarInfo()
687 sc.MustGetToken(TK_IntConst); in ParseSBarInfo()
690 sc.MustGetToken(TK_IntConst); in ParseSBarInfo()
700 sc.MustGetToken(TK_IntConst); in ParseSBarInfo()
707 sc.MustGetToken(TK_IntConst); in ParseSBarInfo()
[all …]
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Du_scanner.c172 …if((s->nextState).token == token || ((s->nextState).token == TK_IntConst && s->token == TK_FloatCo… in U_CheckToken()
258 nextState->token = TK_IntConst; in U_GetNextToken()
330 case TK_IntConst: in U_GetNextToken()
412 else if(nextState->token == TK_IntConst) in U_GetNextToken()
543 if (s->token != TK_IntConst) in U_ScanInteger()
577 if (s->token != TK_IntConst && s->token != TK_FloatConst) in U_ScanFloat()
615 U_ErrorToken(s, TK_IntConst); in U_MustGetInteger()
H A Du_scanner.h36 TK_IntConst, // Ex: 27 enumerator
/dports/games/ecwolf/ecwolf-1.3.3-src/src/textures/
H A Danimations.cpp307 sc.MustGetToken(TK_IntConst); in InitAnimDefs()
500 if (sc.CheckToken(TK_IntConst)) in ParseFramenum()
630 sc.MustGetToken(TK_IntConst); in ParseCameraTexture()
632 sc.MustGetToken(TK_IntConst); in ParseCameraTexture()
656 sc.MustGetToken(TK_IntConst); in ParseCameraTexture()
658 sc.MustGetToken(TK_IntConst); in ParseCameraTexture()
761 if (sc.CheckToken(TK_IntConst)) in ParseAnimatedDoor()
H A Dmultipatchtexture.cpp1040 sc.MustGetToken(TK_IntConst); in ParsePatch()
1044 sc.MustGetToken(TK_IntConst); in ParsePatch()
1062 sc.MustGetToken(TK_IntConst); in ParsePatch()
1100 sc.MustGetToken(TK_IntConst); in ParsePatch()
1253 sc.MustGetToken(TK_IntConst); in FMultiPatchTexture()
1256 sc.MustGetToken(TK_IntConst); in FMultiPatchTexture()
1308 sc.MustGetToken(TK_IntConst); in FMultiPatchTexture()
1312 sc.MustGetToken(TK_IntConst); in FMultiPatchTexture()
H A Danim_switches.cpp266 sc.MustGetToken (TK_IntConst); in ParseSwitchDef()
274 sc.MustGetToken (TK_IntConst); in ParseSwitchDef()
276 sc.MustGetToken (TK_IntConst); in ParseSwitchDef()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/g_shared/
H A Da_keys.cpp235 sc.MustGetToken(TK_IntConst); in ParseLock()
287 sc.MustGetToken(TK_IntConst); in ParseLock()
289 sc.MustGetToken(TK_IntConst); in ParseLock()
291 sc.MustGetToken(TK_IntConst); in ParseLock()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dgi.cpp215 sc.MustGetToken(TK_IntConst); in ParseGameInfo()
255 sc.MustGetToken(TK_IntConst); in ParseGameInfo()
258 sc.MustGetToken(TK_IntConst); in ParseGameInfo()
H A Dsc_man_tokens.h4 xx(TK_IntConst, "integer constant")
H A Dp_udmf.cpp211 if (sc.TokenType != TK_IntConst && sc.TokenType != TK_FloatConst) in ParseKey()
239 if (sc.TokenType != TK_IntConst) in CheckInt()
248 if (sc.TokenType != TK_IntConst && sc.TokenType != TK_FloatConst) in CheckFloat()
419 case TK_IntConst: in AddUserKey()
443 case TK_IntConst: in AddUserKey()

12