Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dtbl_layout.c265 if (TBL_CELL_DOWN == c && rp == tbl->first_row) { in cell()
304 tbl->first_row = rp; in row()
315 if (NULL == tbl->first_row) in row()
H A Dtbl.c97 while (NULL != (rp = tbl->first_row)) { in tbl_free()
98 tbl->first_row = rp->next; in tbl_free()
H A Dlibroff.h35 struct tbl_row *first_row; member
H A Dtbl_data.c251 rp = tbl->first_row; in tbl_data()