Searched refs:MDOC_EOS (Results 1 – 4 of 4) sorted by relevance
687 mdoc->last->flags |= MDOC_EOS; in append_delims()1362 n->flags |= MDOC_EOS; in blk_part_imp()1366 if (n && (MDOC_EOS & n->flags)) { in blk_part_imp()1367 body->flags |= MDOC_EOS; in blk_part_imp()1368 body->parent->flags |= MDOC_EOS; in blk_part_imp()
358 #define MDOC_EOS (1 << 2) /* at sentence boundary */ macro
850 mdoc->last->flags |= MDOC_EOS; in mdoc_ptext()
384 if (MDOC_EOS & n->flags) in print_mdoc_node()