Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dtbl.c89 tbl_alloc(int pos, int line, struct tbl_node *last_tbl) in tbl_alloc() argument
94 if (last_tbl != NULL) in tbl_alloc()
95 last_tbl->next = tbl; in tbl_alloc()
H A Droff.c113 struct tbl_node *last_tbl; /* last table parsed */ member
739 r->first_tbl = r->last_tbl = r->tbl = NULL; in roff_free1()
3435 r->tbl = tbl_alloc(ppos, ln, r->last_tbl); in roff_TS()
3436 if (r->last_tbl == NULL) in roff_TS()
3438 r->last_tbl = r->tbl; in roff_TS()