Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dlibroff.h65 struct tbl_node *tbl_alloc(int, int, struct mparse *);
H A Dtbl.c73 tbl_alloc(int pos, int line, struct mparse *parse) in tbl_alloc() function
H A Droff.c1607 tbl = tbl_alloc(ppos, ln, r->parse); in roff_TS()