Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmdoc_macro.c549 struct roff_node *endbody; /* Our own end marker. */ in blk_exp_close() local
591 endbody = itblk = later = NULL; in blk_exp_close()
644 endbody = mdoc_endbody_alloc(mdoc, line, ppos, in blk_exp_close()
685 if (maxargs && endbody == NULL) { in blk_exp_close()
693 } else if (endbody == NULL) { in blk_exp_close()
703 if (endbody == NULL && n != NULL) in blk_exp_close()
721 if (endbody != NULL) in blk_exp_close()
722 n = endbody; in blk_exp_close()