Searched defs:lineGroup (Results 1 – 3 of 3) sorted by relevance
74 type lineGroup struct { struct78 column int79 lines []string82 func addLine(groups *[]lineGroup, line string, column int) {