Home | History | Annotate | Download | only in printer

Lines Matching refs:ILLEGAL

63 	lastTok     token.Token  // last token printed (token.ILLEGAL if it's whitespace)
64 prevOpen token.Token // previous non-brace "open" token (, [, or token.ILLEGAL
851 case token.ILLEGAL:
857 p.prevOpen = token.ILLEGAL
890 p.lastTok = token.ILLEGAL