Searched defs:tbl_row (Results 1 – 1 of 1) sorted by relevance
252 struct tbl_row { struct253 struct tbl_row *next; argument254 struct tbl_cell *first;255 struct tbl_cell *last;256 int vert; /* width of left vertical line */