Home
last modified time | relevance | path

Searched refs:last_row (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dtbl_layout.c281 tbl->first_row = tbl->last_row = in tbl_layout()
324 if (tbl->last_row == NULL || in tbl_layout()
325 tbl->last_row->first != NULL) { in tbl_layout()
327 if (tbl->last_row) in tbl_layout()
328 tbl->last_row->next = rp; in tbl_layout()
331 tbl->last_row = rp; in tbl_layout()
333 rp = tbl->last_row; in tbl_layout()
H A Dlibroff.h33 struct tbl_row *last_row; member