Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Droff_int.h45 #define MDOC_NEWLINE (1 << 3) /* First macro/text in a line. */ macro
59 #define MAN_NEWLINE MDOC_NEWLINE
H A Dmdoc_macro.c559 nl = MDOC_NEWLINE & mdoc->flags; in blk_exp_close()
748 mdoc->flags &= ~MDOC_NEWLINE; in blk_exp_close()
779 nl = MDOC_NEWLINE & mdoc->flags; in in_line()
967 nl = MDOC_NEWLINE & mdoc->flags; in blk_full()
1257 nl = MDOC_NEWLINE & mdoc->flags; in blk_part_imp()
1326 nl = MDOC_NEWLINE & mdoc->flags; in blk_part_exp()
1391 nl = mdoc->flags & MDOC_NEWLINE; in in_line_argn()
1565 if (~mdoc->flags & (MDOC_SYNOPSIS | MDOC_NEWLINE)) in ctx_synopsis()
H A Dmdoc.c66 mdoc->flags |= MDOC_NEWLINE; in mdoc_parseln()
H A Droff.c899 if (man->flags & MDOC_NEWLINE) in roff_node_alloc()
901 man->flags &= ~MDOC_NEWLINE; in roff_node_alloc()