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

/freebsd-10.2-release/contrib/mdocml/
H A Dman.c48 static struct man_node *man_node_alloc(struct man *, int, int,
237 man_node_alloc(struct man *m, int line, int pos, function
260 p = man_node_alloc(m, line, pos, MAN_ELEM, tok);
273 p = man_node_alloc(m, line, pos, MAN_TAIL, tok);
286 p = man_node_alloc(m, line, pos, MAN_HEAD, tok);
299 p = man_node_alloc(m, line, pos, MAN_BODY, tok);
312 p = man_node_alloc(m, line, pos, MAN_BLOCK, tok);
324 n = man_node_alloc(m, line, pos, MAN_TEXT, MAN_MAX);
367 n = man_node_alloc(m, ep->ln, ep->pos, MAN_EQN, MAN_MAX);
384 n = man_node_alloc(
[all...]

Completed in 109 milliseconds