Searched refs:last_tbl (Results 1 – 2 of 2) sorted by relevance
89 tbl_alloc(int pos, int line, struct tbl_node *last_tbl) in tbl_alloc() argument94 if (last_tbl != NULL) in tbl_alloc()95 last_tbl->next = tbl; in tbl_alloc()
113 struct tbl_node *last_tbl; /* last table parsed */ member734 r->first_tbl = r->last_tbl = r->tbl = NULL; in roff_free1()3436 r->tbl = tbl_alloc(ppos, ln, r->last_tbl); in roff_TS()3437 if (r->last_tbl == NULL) in roff_TS()3439 r->last_tbl = r->tbl; in roff_TS()