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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff_int.h26 struct roff_node *roff_head_alloc(struct roff_man *, int, int, int);
H A Dmdoc_macro.c1023 head = roff_head_alloc(mdoc, line, ppos, tok);
1094 head = roff_head_alloc(mdoc, line, ppos, tok);
1126 head = roff_head_alloc(mdoc, line, ppos, tok);
1168 rew_last(mdoc, roff_head_alloc(mdoc, line, ppos, tok));
1246 head = roff_head_alloc(mdoc, line, ppos, tok);
1262 rew_last(mdoc, roff_head_alloc(mdoc, line, ppos, tok));
H A Dman_macro.c262 head = roff_head_alloc(man, line, ppos, tok);
294 n = roff_head_alloc(man, line, ppos, tok);
H A Droff.c1106 roff_head_alloc(struct roff_man *man, int line, int pos, int tok) function

Completed in 84 milliseconds