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