Lines Matching refs:layout
142 MANDOCERR_TBLLAYOUT_VERT, /* skipping vertical bar in tbl layout */
151 MANDOCERR_TBLLAYOUT_NONE, /* empty tbl layout */
152 MANDOCERR_TBLLAYOUT_CHAR, /* invalid character in tbl layout: char */
153 MANDOCERR_TBLLAYOUT_PAR, /* unmatched parenthesis in tbl layout */
193 MANDOCERR_TBLLAYOUT_MOD, /* unsupported tbl layout modifier: m */
230 * A cell in a layout row.
250 * A layout row.
270 * string value that's in the cell. The rest is layout.
273 struct tbl_cell *layout; /* layout cell */
291 struct tbl_row *layout; /* layout row */