Searched refs:MDOC_ENDED (Results 1 – 7 of 7) sorted by relevance
308 if (n->flags & MDOC_ENDED) in rew_pending()517 if (n->flags & MDOC_ENDED) { in blk_exp_close()569 itblk->flags |= MDOC_ENDED | MDOC_BROKEN; in blk_exp_close()871 if (n->flags & MDOC_ENDED) { in blk_full()1084 if (n->flags & MDOC_ENDED) { in blk_full()1092 head->flags = MDOC_ENDED; in blk_full()1095 if (head->flags & MDOC_ENDED) in blk_full()1169 if (n->flags & MDOC_ENDED) { in blk_part_imp()1177 if ( ! (body->flags & MDOC_ENDED)) { in blk_part_imp()1188 if (body->flags & MDOC_ENDED) in blk_part_imp()[all …]
359 #define MDOC_ENDED (1 << 1) /* gone past body end mark */ macro
422 body->flags |= MDOC_ENDED; in mdoc_endbody_alloc()423 body->parent->flags |= MDOC_ENDED; in mdoc_endbody_alloc()
593 n->flags &= ~MDOC_ENDED; in print_node()634 if (MDOC_ENDED & n->flags) in print_node()641 n->body->flags |= MDOC_ENDED; in print_node()
312 n->flags &= ~MDOC_ENDED; in print_mdoc_node()377 if ( ! termacts[n->tok].post || MDOC_ENDED & n->flags) in print_mdoc_node()387 n->body->flags |= MDOC_ENDED; in print_mdoc_node()
390 n->flags &= ~MDOC_ENDED; in print_mdoc_node()459 if ( ! mdocs[n->tok].post || n->flags & MDOC_ENDED) in print_mdoc_node()463 n->body->flags |= MDOC_ENDED; in print_mdoc_node()
329 n->flags |= MDOC_VALID | MDOC_ENDED; in mdoc_valid_post()