Searched refs:CurChar (Results 1 – 14 of 14) sorted by relevance
35 for ( cNext = io_rText.CurChar(); in jumpOver()48 for ( cNext = io_rText.CurChar(); in jumpTo()62 for ( cNext = io_rText.CurChar(); in jumpTo()77 for ( cNext = io_rText.CurChar(); in jumpTo()93 for ( cNext = io_rText.CurChar(); in jumpTo()106 for ( cNext = io_rText.CurChar(); in jumpOverWhite()119 for ( cNext = io_rText.CurChar(); in jumpToWhite()132 for ( cNext = io_rText.CurChar(); in jumpToEol()152 for ( cNext = io_rText.CurChar(); in jumpToEol()165 char cNext = io_rText.CurChar(); in jumpOverEol()[all …]
74 if (io_rText.CurChar() != NULCH) in ReadDefault()89 for ( cNext = io_rText.CurChar(); in ReadDefine()159 if (io_rText.CurChar() != NULCH) in ReadCharChain()
74 if (io_rText.CurChar() != NULCH) in ReadCharChain()
225 char cCC = io_rText.CurChar(); in PerformStatusFunction()
88 char CurChar() const;149 CharacterSource::CurChar() const in CurChar() function in CharacterSource
88 if (io_rText.CurChar() != NULCH) in ReadCharChain()100 if (io_rText.CurChar() != NULCH) in ReadCharChain()
279 while ( io_rText.CurChar() == '*') in PerformStatusFunction()
460 if (aIncludedCommands.CurChar() <= 32) in load_IncludedCommands()480 if (aIncludedCommands.CurChar() > 32) in load_IncludedCommands()
46 for ( char cNext = io_rText.CurChar(); cNext == 32 OR cNext == 9; cNext = io_rText.MoveOn() ) in ReadCharChain()
188 char cCC = io_rText.CurChar(); in PerformStatusFunction()236 char cCC = io_rText.CurChar(); in PerformStatusFunction()
135 return CurChar(); in MoveOn_OverStack()
111 Peek(io_rText.CurChar()); in GetCharChain()
108 Peek(io_rText.CurChar()); in GetCharChain()
140 } while ( io_rText.CurChar() != '>' ); in ReadCharChain()
Completed in 68 milliseconds