Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
H A Dmdoc_macro.c546 struct roff_node *endbody; /* Our own end marker. */ in blk_exp_close() local
588 endbody = itblk = later = NULL; in blk_exp_close()
641 endbody = mdoc_endbody_alloc(mdoc, line, ppos, in blk_exp_close()
682 if (maxargs && endbody == NULL) { in blk_exp_close()
690 } else if (endbody == NULL) { in blk_exp_close()
700 if (endbody == NULL && n != NULL) in blk_exp_close()
718 if (endbody != NULL) in blk_exp_close()
719 n = endbody; in blk_exp_close()