Searched defs:tbl_row (Results 1 – 1 of 1) sorted by relevance
74 struct tbl_row { struct75 struct tbl_row *next; /* Layout row below. */ argument76 struct tbl_cell *first; /* Leftmost layout cell. */77 struct tbl_cell *last; /* Rightmost layout cell. */78 int vert; /* Width of left vertical line. */