Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dtbl.c119 while (NULL != (hp = tbl->first_head)) { in tbl_free()
120 tbl->first_head = hp->next; in tbl_free()
H A Dtbl_layout.c363 h = tbl->first_head; in cell_alloc()
385 tbl->first_head = hp; in cell_alloc()
H A Dlibroff.h40 struct tbl_head *first_head; member
H A Dtbl_data.c190 dp->head = tbl->first_head; in newspan()