Home | History | Annotate | Download | only in printer

Lines Matching full:commentinfo

46 type commentInfo struct {
83 commentInfo
159 // save/restore current p.commentInfo (p.nextComment() modifies it)
160 defer func(info commentInfo) {
161 p.commentInfo = info
162 }(p.commentInfo)