Searched refs:g_scriptEventOffset (Results 1 – 2 of 2) sorted by relevance
82 static intptr_t g_scriptEventOffset; variable3175 g_scriptEventOffset = g_scriptActorOffset = g_scriptPtr - apScript; in C_ParseCommand()3202 apScriptEvents[j] = g_scriptEventOffset; in C_ParseCommand()3207 apScriptEvents[j] = g_scriptEventOffset; in C_ParseCommand()3215 scriptWriteAtOffset(g_scriptEventOffset, previous_event_end++); in C_ParseCommand()5889 if (EDUKE32_PREDICT_FALSE(!g_scriptEventOffset)) in C_ParseCommand()5922 g_scriptEventBreakOffset = g_scriptEventOffset = g_scriptActorOffset = 0; in C_ParseCommand()5928 if (EDUKE32_PREDICT_FALSE(!g_scriptActorOffset || g_scriptEventOffset)) in C_ParseCommand()5933 g_scriptEventOffset = 0; in C_ParseCommand()5967 else if (g_scriptEventOffset) in C_ParseCommand()[all …]
59 static intptr_t g_scriptEventOffset; variable1817 g_scriptEventOffset = g_parsingActorPtr = g_scriptPtr - apScript; in C_ParseCommand()1842 apScriptEvents[j] = g_scriptEventOffset; in C_ParseCommand()2250 … if (EDUKE32_PREDICT_FALSE(!(g_processingState || g_parsingActorPtr || g_scriptEventOffset))) in C_ParseCommand()2609 if (EDUKE32_PREDICT_FALSE(!g_scriptEventOffset)) in C_ParseCommand()2621 g_scriptEventOffset = g_parsingActorPtr = 0; in C_ParseCommand()2627 if (EDUKE32_PREDICT_FALSE(!g_parsingActorPtr || g_scriptEventOffset)) in C_ParseCommand()2632 g_scriptEventOffset = 0; in C_ParseCommand()2939 if (g_scriptEventOffset || g_processingState || g_parsingActorPtr) in C_ReportError()2940 …initprintf("%s: In %s `%s':\n",g_scriptFileName,g_scriptEventOffset?"event":g_parsingActorPtr?"act… in C_ReportError()