Home
last modified time | relevance | path

Searched refs:NODE_EOS (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dtree.c199 if (n->flags & NODE_EOS) in print_mdoc()
298 if (n->flags & NODE_EOS) in print_man()
H A Dman_macro.c275 man->last->flags |= NODE_EOS; in blk_close()
418 man->last->flags |= NODE_EOS; in in_line_eoln()
H A Droff.h519 #define NODE_EOS (1 << 6) /* At sentence boundary. */ macro
H A Dman.c170 man->last->flags |= NODE_EOS; in man_ptext()
H A Dmdoc.c275 mdoc->last->flags |= NODE_EOS; in mdoc_ptext()
H A Dman_term.c312 if (nn->flags & NODE_EOS) in pre_alternate()
983 if (n->flags & NODE_EOS) in print_man_node()
H A Dmdoc_validate.c912 mdoc->last->flags |= NODE_EOS | NODE_NOSRC; in post_eoln()
976 mdoc->last->flags |= NODE_EOS | NODE_NOSRC; in post_ex()
1048 mdoc->last->flags |= NODE_EOS | NODE_NOSRC; in post_rv()
H A Dmdoc_macro.c503 mdoc->last->flags |= NODE_EOS; in append_delims()
H A Dmdoc_term.c432 if (NODE_EOS & n->flags) in print_mdoc_node()