Searched refs:MDOC_NEWLINE (Results 1 – 4 of 4) sorted by relevance
45 #define MDOC_NEWLINE (1 << 3) /* First macro/text in a line. */ macro59 #define MAN_NEWLINE MDOC_NEWLINE
560 nl = MDOC_NEWLINE & mdoc->flags; in blk_exp_close()749 mdoc->flags &= ~MDOC_NEWLINE; in blk_exp_close()780 nl = MDOC_NEWLINE & mdoc->flags; in in_line()968 nl = MDOC_NEWLINE & mdoc->flags; in blk_full()1258 nl = MDOC_NEWLINE & mdoc->flags; in blk_part_imp()1327 nl = MDOC_NEWLINE & mdoc->flags; in blk_part_exp()1392 nl = mdoc->flags & MDOC_NEWLINE; in in_line_argn()1566 if (~mdoc->flags & (MDOC_SYNOPSIS | MDOC_NEWLINE)) in ctx_synopsis()
66 mdoc->flags |= MDOC_NEWLINE; in mdoc_parseln()
904 if (man->flags & MDOC_NEWLINE) in roff_node_alloc()906 man->flags &= ~MDOC_NEWLINE; in roff_node_alloc()