Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dtbl.c91 tbl_alloc(int pos, int line, struct tbl_node *last_tbl) in tbl_alloc() argument
96 if (last_tbl != NULL) in tbl_alloc()
97 last_tbl->next = tbl; in tbl_alloc()
H A Droff.c115 struct tbl_node *last_tbl; /* last table parsed */ member
741 r->first_tbl = r->last_tbl = r->tbl = NULL; in roff_free1()
3437 r->tbl = tbl_alloc(ppos, ln, r->last_tbl); in roff_TS()
3438 if (r->last_tbl == NULL) in roff_TS()
3440 r->last_tbl = r->tbl; in roff_TS()