Searched defs:roff_node_alloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c981 roff_node_alloc(struct roff_man *man, int line, int pos, function
1059 n = roff_node_alloc(man, line, pos, ROFFT_TEXT, TOKEN_NONE);
1089 n = roff_node_alloc(man, line, pos, ROFFT_ELEM, tok);
1099 n = roff_node_alloc(man, line, pos, ROFFT_BLOCK, tok);
1110 n = roff_node_alloc(man, line, pos, ROFFT_HEAD, tok);
1121 n = roff_node_alloc(man, line, pos, ROFFT_BODY, tok);
1132 n = roff_node_alloc(man, eqn->ln, eqn->pos, ROFFT_EQN, TOKEN_NONE);
1147 n = roff_node_alloc(man, tbl->line, 0, ROFFT_TBL, TOKEN_NONE);

Completed in 70 milliseconds