Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff.h519 #define NODE_DELIMO (1 << 4) macro
H A Dtree.c293 if (n->flags & NODE_DELIMO) in print_attr()
H A Dmdoc_macro.c466 mdoc->last->flags |= NODE_DELIMO; in dword()
814 mdoc->last->flags &= ~NODE_DELIMO; in in_line()
H A Dmdoc_html.c385 if (n->flags & NODE_DELIMO) in print_mdoc_node()
1258 if (descr->flags & (NODE_DELIMC | NODE_DELIMO)) in mdoc_lk_pre()
H A Dmdoc_term.c379 if (NODE_DELIMO & n->flags) in print_mdoc_node()
1881 if (descr->flags & (NODE_DELIMC | NODE_DELIMO)) in termp_lk_pre()
H A Dmdoc_markdown.c333 if (n->flags & NODE_DELIMO) in md_node()
H A Dmdoc_validate.c377 n->last->flags &= ~NODE_DELIMO; in mdoc_validate()
1017 mdoc->last->flags = NODE_DELIMO | NODE_NOSRC; in post_lb()
H A Dmdoc_man.c692 if (n->flags & NODE_DELIMO) in print_node()