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 */ member739 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()