Searched refs:tMacroInput (Results 1 – 2 of 2) sorted by relevance
332 class tMacroInput : public tInput {334 tMacroInput(TPpContext* pp) : tInput(pp), prepaste(false), postpaste(false) { } in tMacroInput() function335 virtual ~tMacroInput() in ~tMacroInput()
1054 int TPpContext::tMacroInput::scan(TPpToken* ppToken) in scan()1193 tMacroInput *in = new tMacroInput(this); in MacroExpand()