Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dsc_man.cpp119 LastGotLine = other.LastGotLine; in operator =()
275 LastGotLine = 1; in PrepareScript()
415 Line = LastGotLine; in ScanString()
426 LastGotLine = Line; in ScanString()
774 AlreadyGotLine = LastGotLine; // in case of an error we want the line of the last token. in UnGet()
H A Dsc_man.h98 int LastGotLine; variable