Searched defs:peekContinuedPasting (Results 1 – 1 of 1) sorted by relevance
217 … virtual bool peekContinuedPasting(int) { return false; } // true when non-spaced tokens can paste in peekContinuedPasting() function283 bool peekContinuedPasting(int atom) in peekContinuedPasting() function380 bool peekContinuedPasting(int a) in peekContinuedPasting() function408 bool peekContinuedPasting(int a) override { return mac->body.peekContinuedPasting(a); } in peekContinuedPasting() function491 bool peekContinuedPasting(int a) override { return tokens->peekContinuedPasting(a); } in peekContinuedPasting() function