Searched refs:NODE_EOS (Results 1 – 9 of 9) sorted by relevance
282 man->last->flags |= NODE_EOS; in blk_close()430 man->last->flags |= NODE_EOS; in in_line_eoln()
172 man->last->flags |= NODE_EOS; in man_ptext()
277 mdoc->last->flags |= NODE_EOS; in mdoc_ptext()
522 #define NODE_EOS (1 << 6) /* At sentence boundary. */ macro
300 if (n->flags & NODE_EOS) in print_attr()
312 if (nn->flags & NODE_EOS) in pre_alternate()1001 if (n->flags & NODE_EOS) in print_man_node()
923 mdoc->last->flags |= NODE_EOS | NODE_NOSRC; in post_eoln()987 mdoc->last->flags |= NODE_EOS | NODE_NOSRC; in post_ex()1059 mdoc->last->flags |= NODE_EOS | NODE_NOSRC; in post_rv()
507 mdoc->last->flags |= NODE_EOS; in append_delims()
433 if (NODE_EOS & n->flags) in print_mdoc_node()