Lines Matching defs:printer
27 type printer struct { struct28 defs []Definition29 comments []*CommentGroup31 curComment int33 pos scanner.Position35 pendingSpace bool36 pendingNewline int38 output []byte40 indentList []int41 wsBuf []byte43 skippedComments []*CommentGroup