Searched refs:node_alloc (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | mdoc.c | 96 static struct mdoc_node *node_alloc(struct mdoc *, int, int, 245 n = node_alloc(mdoc, ep->ln, ep->pos, MDOC_MAX, MDOC_EQN); in mdoc_addeqn() 269 n = node_alloc(mdoc, sp->line, 0, MDOC_MAX, MDOC_TBL); in mdoc_addspan() 428 node_alloc(struct mdoc *mdoc, int line, int pos, in node_alloc() function 460 p = node_alloc(mdoc, line, pos, tok, MDOC_TAIL); in mdoc_tail_alloc() 476 p = node_alloc(mdoc, line, pos, tok, MDOC_HEAD); in mdoc_head_alloc() 489 p = node_alloc(mdoc, line, pos, tok, MDOC_BODY); in mdoc_body_alloc() 503 p = node_alloc(mdoc, line, pos, tok, MDOC_BODY); in mdoc_endbody_alloc() 520 p = node_alloc(mdoc, line, pos, tok, MDOC_BLOCK); in mdoc_block_alloc() 552 p = node_alloc(mdoc, line, pos, tok, MDOC_ELEM); in mdoc_elem_alloc() [all …]
|