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

/freebsd-13-stable/contrib/mandoc/
H A Dtbl.c91 tbl_alloc(int pos, int line, struct tbl_node *last_tbl) argument
96 if (last_tbl != NULL)
97 last_tbl->next = tbl;
H A Droff.c121 struct tbl_node *last_tbl; /* last table parsed */ member in struct:roff
739 r->first_tbl = r->last_tbl = r->tbl = NULL;
3374 r->tbl = tbl_alloc(ppos, ln, r->last_tbl);
3375 if (r->last_tbl == NULL)
3377 r->last_tbl = r->tbl;

Completed in 119 milliseconds