Home
last modified time | relevance | path

Searched refs:AlreadyGotLine (Results 1 – 2 of 2) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dsc_man.cpp116 AlreadyGotLine = other.AlreadyGotLine; in operator =()
774 AlreadyGotLine = LastGotLine; // in case of an error we want the line of the last token. in UnGet()
887 return AlreadyGot? AlreadyGotLine : Line; in GetMessageLine()
913 AlreadyGot? AlreadyGotLine : Line, composed.GetChars()); in ScriptError()
939 AlreadyGot? AlreadyGotLine : Line, composed.GetChars()); in ScriptMessage()
H A Dsc_man.h95 int AlreadyGotLine; variable