Home
last modified time | relevance | path

Searched defs:tbl_row (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dtbl.h74 struct tbl_row { struct
75 struct tbl_row *next; /* Layout row below. */ argument
76 struct tbl_cell *first; /* Leftmost layout cell. */
77 struct tbl_cell *last; /* Rightmost layout cell. */
78 int vert; /* Width of left vertical line. */