Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_macro.c495 nl = MDOC_NEWLINE & mdoc->flags; in blk_exp_close()
651 mdoc->flags &= ~MDOC_NEWLINE; in blk_exp_close()
672 nl = MDOC_NEWLINE & mdoc->flags; in in_line()
857 nl = MDOC_NEWLINE & mdoc->flags; in blk_full()
1120 nl = MDOC_NEWLINE & mdoc->flags; in blk_part_imp()
1212 nl = MDOC_NEWLINE & mdoc->flags; in blk_part_exp()
1270 nl = mdoc->flags & MDOC_NEWLINE; in in_line_argn()
1429 if (~mdoc->flags & (MDOC_SYNOPSIS | MDOC_NEWLINE)) in ctx_synopsis()
H A Dlibmdoc.h31 #define MDOC_NEWLINE (1 << 3) /* first macro/text in a line */ macro
H A Dmdoc.c233 mdoc->flags |= MDOC_NEWLINE; in mdoc_parseln()
375 if (MDOC_NEWLINE & mdoc->flags) in node_alloc()
377 mdoc->flags &= ~MDOC_NEWLINE; in node_alloc()