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

/freebsd-10.0-release/contrib/mdocml/
H A Droff.c114 struct tbl_node *first_tbl; /* first table parsed */ member in struct:roff
358 while (NULL != (t = r->first_tbl)) {
359 r->first_tbl = t->next;
363 r->first_tbl = r->last_tbl = r->tbl = NULL;
1367 r->first_tbl = r->last_tbl = t;

Completed in 68 milliseconds