Lines Matching refs:comment
121 var comment []string
131 if comment != nil && !isContinuation(line, column) {
132 for _, l := range comment {
135 comment = nil
141 if comment != nil {
142 comment = append(comment, line)
150 if comment != nil {
158 comment = append(comment, line[:idx])
160 for _, l := range comment {
163 comment = nil
168 for _, l := range comment {
171 comment = nil
190 comment = []string{line}