Searched refs:lastTokenPastes (Results 1 – 2 of 2) sorted by relevance
255 bool TPpContext::TokenStream::peekTokenizedPasting(bool lastTokenPastes) in peekTokenizedPasting() argument271 if (! lastTokenPastes) in peekTokenizedPasting()
253 bool peekTokenizedPasting(bool lastTokenPastes);421 …ntext* pp, TokenStream* t, bool prepasting) : tInput(pp), tokens(t), lastTokenPastes(prepasting) {… in tTokenInput()425 … virtual bool peekPasting() override { return tokens->peekTokenizedPasting(lastTokenPastes); } in peekPasting()428 …bool lastTokenPastes; // true if the last token in the input is to be pasted, rather than cons… variable