Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff_int.h44 #define MDOC_NEWLINE (1 << 3) /* First macro/text in a line. */ macro
58 #define MAN_NEWLINE MDOC_NEWLINE
H A Dmdoc_macro.c557 nl = MDOC_NEWLINE & mdoc->flags; in blk_exp_close()
746 mdoc->flags &= ~MDOC_NEWLINE; in blk_exp_close()
777 nl = MDOC_NEWLINE & mdoc->flags; in in_line()
965 nl = MDOC_NEWLINE & mdoc->flags; in blk_full()
1255 nl = MDOC_NEWLINE & mdoc->flags; in blk_part_imp()
1324 nl = MDOC_NEWLINE & mdoc->flags; in blk_part_exp()
1389 nl = mdoc->flags & MDOC_NEWLINE; in in_line_argn()
1558 if (~mdoc->flags & (MDOC_SYNOPSIS | MDOC_NEWLINE)) in ctx_synopsis()
H A Dmdoc.c66 mdoc->flags |= MDOC_NEWLINE; in mdoc_parseln()
H A Droff.c904 if (man->flags & MDOC_NEWLINE) in roff_node_alloc()
906 man->flags &= ~MDOC_NEWLINE; in roff_node_alloc()