Home
last modified time | relevance | path

Searched refs:tbl_alloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_parse.h25 struct tbl_node *tbl_alloc(int, int, struct tbl_node *);
H A Dtbl.c91 tbl_alloc(int pos, int line, struct tbl_node *last_tbl) in tbl_alloc() function
H A Droff.c3467 r->tbl = tbl_alloc(ppos, ln, r->last_tbl); in roff_TS()