Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.h73 struct tbl_row { struct
74 struct tbl_row *next; /* Layout row below. */ argument
75 struct tbl_cell *first; /* Leftmost layout cell. */
76 struct tbl_cell *last; /* Rightmost layout cell. */
77 int vert; /* Width of left vertical line. */