Home
last modified time | relevance | path

Searched refs:TT_LITERAL (Results 1 – 25 of 69) sorted by relevance

123

/dports/security/snort3/snort3-3.1.19.0/src/parser/
H A Dparse_stream.cc49 TT_LITERAL, enumerator
237 return TT_LITERAL; in get_token()
252 return TT_LITERAL; in get_token()
292 return TT_LITERAL; in get_token()
407 { 0, 15, TT_LITERAL, FSM_KEY, "include", "" },
408 { 0, 1, TT_LITERAL, FSM_ACT, nullptr, "(" },
410 { 1, 2, TT_LITERAL, FSM_PRO, nullptr, "(" },
413 { 2, 3, TT_LITERAL, FSM_SIP, nullptr, "" },
414 { 3, 5, TT_LITERAL, FSM_SPX, "->", nullptr },
415 { 3, 5, TT_LITERAL, FSM_SPX, "<>", nullptr },
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/
H A DToken.h44 #define TT_LITERAL 2 // literal macro
H A DLexer.cpp448 token->type = TT_LITERAL; in ReadString()
518 if ( token->type == TT_LITERAL ) { in ReadString()
953 case TT_LITERAL: str = "literal"; break;
/dports/games/ioquake3-server/ioquake3-1.36/code/botlib/
H A Dl_script.h58 #define TT_LITERAL 2 // literal macro
H A Dl_script.c443 else token->type = TT_LITERAL; in PS_ReadString()
738 token->type = TT_LITERAL; in PS_ReadLiteral()
960 if (type == TT_LITERAL) strcpy(str, "literal");
/dports/games/ioquake3/ioquake3-1.36/code/botlib/
H A Dl_script.h58 #define TT_LITERAL 2 // literal macro
H A Dl_script.c443 else token->type = TT_LITERAL; in PS_ReadString()
738 token->type = TT_LITERAL; in PS_ReadLiteral()
960 if (type == TT_LITERAL) strcpy(str, "literal");
/dports/games/evq3/evq3/code/botlib/
H A Dl_script.h58 #define TT_LITERAL 2 // literal macro
H A Dl_script.c443 else token->type = TT_LITERAL; in PS_ReadString()
738 token->type = TT_LITERAL; in PS_ReadLiteral()
960 if (type == TT_LITERAL) strcpy(str, "literal");
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/botlib/
H A Dl_script.h59 #define TT_LITERAL 2 // literal macro
H A Dl_script.c444 else token->type = TT_LITERAL; in PS_ReadString()
739 token->type = TT_LITERAL; in PS_ReadLiteral()
961 if (type == TT_LITERAL) strcpy(str, "literal");
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/botlib/
H A Dl_script.h58 #define TT_LITERAL 2 // literal macro
H A Dl_script.c443 else token->type = TT_LITERAL; in PS_ReadString()
738 token->type = TT_LITERAL; in PS_ReadLiteral()
960 if (type == TT_LITERAL) strcpy(str, "literal");
/dports/games/meqcc/meqcc-1.4/
H A Dl_script.h43 #define TT_LITERAL 2 // literal macro
H A Dl_script.c422 else token->type = TT_LITERAL; in PS_ReadString()
717 token->type = TT_LITERAL; in PS_ReadLiteral()
939 if (type == TT_LITERAL) strcpy(str, "literal");
/dports/games/openarena/openarena-engine-source-0.8.8/code/botlib/
H A Dl_script.h58 #define TT_LITERAL 2 // literal macro
H A Dl_script.c443 else token->type = TT_LITERAL; in PS_ReadString()
738 token->type = TT_LITERAL; in PS_ReadLiteral()
960 if (type == TT_LITERAL) strcpy(str, "literal");
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/botlib/
H A Dl_script.h58 #define TT_LITERAL 2 // literal macro
H A Dl_script.c443 else token->type = TT_LITERAL; in PS_ReadString()
738 token->type = TT_LITERAL; in PS_ReadLiteral()
960 if (type == TT_LITERAL) strcpy(str, "literal");
/dports/games/iortcw/iortcw-1.51c/SP/code/botlib/
H A Dl_script.h72 #define TT_LITERAL 2 // literal macro
H A Dl_script.c462 } else { token->type = TT_LITERAL;} in PS_ReadString()
746 token->type = TT_LITERAL; in PS_ReadLiteral()
963 if ( type == TT_LITERAL ) {
/dports/games/iortcw/iortcw-1.51c/MP/code/botlib/
H A Dl_script.h72 #define TT_LITERAL 2 // literal macro
H A Dl_script.c462 } else { token->type = TT_LITERAL;} in PS_ReadString()
746 token->type = TT_LITERAL; in PS_ReadLiteral()
963 if ( type == TT_LITERAL ) {
/dports/games/openjk/OpenJK-07675e2/codemp/botlib/
H A Dl_script.h65 #define TT_LITERAL 2 // literal macro
H A Dl_script.cpp450 else token->type = TT_LITERAL; in PS_ReadString()
745 token->type = TT_LITERAL; in PS_ReadLiteral()
968 if (type == TT_LITERAL) strcpy(str, "literal");

123