Searched defs:printer (Results 1 – 1 of 1) sorted by relevance
27 type printer struct { struct28 defs []Definition29 comments []*CommentGroup31 curComment int33 pos scanner.Position35 pendingSpace bool36 pendingNewline int38 output []byte40 indentList []int41 wsBuf []byte[all …]