Home
last modified time | relevance | path

Searched refs:NODE_ID (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dtag.c164 nold->flags &= ~NODE_ID; in tag_put()
183 n->flags |= NODE_ID; in tag_put()
235 np->flags |= NODE_ID; in tag_move_id()
236 n->flags &= ~NODE_ID; in tag_move_id()
299 if (n->flags & NODE_ID) { in tag_postprocess()
317 else if ((n->flags & NODE_ID) == 0) { in tag_postprocess()
H A Droff.h526 #define NODE_ID (1 << 11) /* Target for deep linking. */ macro
H A Dtree.c302 if (n->flags & NODE_ID) { in print_attr()
H A Dmdoc_term.c338 if (n->flags & NODE_ID && n->tok != MDOC_Pp && in print_mdoc_node()
634 if (n->flags & NODE_ID) in termp_it_pre()
1565 if (n->flags & NODE_ID) in termp_pp_pre()
H A Dmdoc_html.c1222 if (n->flags & NODE_ID) in mdoc_pp_pre()
1230 id = n->flags & NODE_ID ? html_make_id(n, 1) : NULL; in mdoc_pp_pre()
H A Dhtml.c808 if (n->flags & NODE_ID) in print_otag_id()
H A Dman_term.c903 if (n->flags & NODE_ID) in print_man_node()
H A Dmdoc_validate.c1155 if (nn == NULL || nn->flags & NODE_ID) in post_tg()
2239 if (n->tag == NULL && n->flags & NODE_ID) in post_hyph()