Home
last modified time | relevance | path

Searched refs:first_row (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/cmd/mandoc/
H A Dtbl_layout.c241 } else if (c == TBL_CELL_DOWN && rp == tbl->first_row) in cell()
280 if (tbl->first_row == NULL) { in tbl_layout()
281 tbl->first_row = tbl->last_row = in tbl_layout()
284 if (tbl->first_row->first == NULL) { in tbl_layout()
287 cell_alloc(tbl, tbl->first_row, in tbl_layout()
297 for (rp = tbl->first_row; rp; rp = rp->next) { in tbl_layout()
330 tbl->first_row = rp; in tbl_layout()
H A Dtbl.c112 while ((rp = tbl->first_row) != NULL) { in tbl_free()
113 tbl->first_row = rp->next; in tbl_free()
H A Dlibroff.h32 struct tbl_row *first_row; member
H A Dtbl_data.c222 rp = tbl->first_row; in tbl_data()