Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc.c90 static struct mdoc_node *node_alloc(struct mdoc *, int, int,
205 n = node_alloc(mdoc, ep->ln, ep->pos, MDOC_MAX, MDOC_EQN); in mdoc_addeqn()
218 n = node_alloc(mdoc, sp->line, 0, MDOC_MAX, MDOC_TBL); in mdoc_addspan()
357 node_alloc(struct mdoc *mdoc, int line, int pos, in node_alloc() function
387 p = node_alloc(mdoc, line, pos, tok, MDOC_TAIL); in mdoc_tail_alloc()
399 p = node_alloc(mdoc, line, pos, tok, MDOC_HEAD); in mdoc_head_alloc()
410 p = node_alloc(mdoc, line, pos, tok, MDOC_BODY); in mdoc_body_alloc()
424 p = node_alloc(mdoc, line, pos, tok, MDOC_BODY); in mdoc_endbody_alloc()
439 p = node_alloc(mdoc, line, pos, tok, MDOC_BLOCK); in mdoc_block_alloc()
470 p = node_alloc(mdoc, line, pos, tok, MDOC_ELEM); in mdoc_elem_alloc()
[all …]