Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_macro.c565 (MDOC_NEWLINE & mdoc->flags && in rew_sub()
576 (MDOC_NEWLINE & mdoc->flags ? 1 : 0); in rew_sub()
709 nl = MDOC_NEWLINE & mdoc->flags; in blk_exp_close()
831 mdoc->flags &= ~MDOC_NEWLINE; in blk_exp_close()
858 nl = MDOC_NEWLINE & mdoc->flags; in in_line()
1041 nl = MDOC_NEWLINE & mdoc->flags; in blk_full()
1279 nl = MDOC_NEWLINE & mdoc->flags; in blk_part_imp()
1433 nl = MDOC_NEWLINE & mdoc->flags; in blk_part_exp()
1542 nl = MDOC_NEWLINE & mdoc->flags; in in_line_argn()
1733 nl = MDOC_NEWLINE & mdoc->flags; in ctx_synopsis()
H A Dlibmdoc.h33 #define MDOC_NEWLINE (1 << 3) /* first macro/text in a line */ macro
H A Dmdoc.c290 mdoc->flags |= MDOC_NEWLINE; in mdoc_parseln()
447 if (MDOC_NEWLINE & mdoc->flags) in node_alloc()
449 mdoc->flags &= ~MDOC_NEWLINE; in node_alloc()