Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_macro.c307 if ( ! (n->flags & NODE_BROKEN)) in rew_pending()
394 n->flags |= NODE_BROKEN; in break_intermediate()
608 n->flags |= NODE_BROKEN | NODE_ENDED; in blk_exp_close()
645 itblk->flags |= NODE_ENDED | NODE_BROKEN; in blk_exp_close()
665 n->flags |= NODE_BROKEN | NODE_ENDED; in blk_exp_close()
674 n->flags |= NODE_BROKEN; in blk_exp_close()
753 if (ntok != TOKEN_NONE && n->flags & NODE_BROKEN) { in blk_exp_close()
981 n->flags |= NODE_BROKEN; in blk_full()
H A Droff.h517 #define NODE_BROKEN (1 << 2) /* Must validate parent when ending. */ macro
H A Dtree.c312 if (n->flags & NODE_BROKEN) in print_attr()