Home
last modified time | relevance | path

Searched refs:NODE_DELIMC (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Droff.h520 #define NODE_DELIMC (1 << 5) macro
H A Dmdoc_html.c379 if (n->flags & NODE_DELIMC) in print_mdoc_node()
1248 while (punct != link && punct->flags & NODE_DELIMC) in mdoc_lk_pre()
1258 if (descr->flags & (NODE_DELIMC | NODE_DELIMO)) in mdoc_lk_pre()
H A Dman_macro.c275 man->last->flags |= NODE_DELIMC; in blk_close()
H A Dtree.c298 if (n->flags & NODE_DELIMC) in print_attr()
H A Dmdoc_term.c376 if (NODE_DELIMC & n->flags) in print_mdoc_node()
1873 while (punct != link && punct->flags & NODE_DELIMC) in termp_lk_pre()
1881 if (descr->flags & (NODE_DELIMC | NODE_DELIMO)) in termp_lk_pre()
H A Dmdoc_markdown.c328 if (n->flags & NODE_DELIMC) in md_node()
1368 while (punct != link && punct->flags & NODE_DELIMC) in md_pre_Lk()
H A Dman_html.c189 else if (n->flags & NODE_DELIMC) in print_man_node()
H A Dmdoc_macro.c470 mdoc->last->flags |= NODE_DELIMC; in dword()
911 mdoc->last->flags &= ~NODE_DELIMC; in in_line()
H A Dmdoc_validate.c375 n->child->flags &= ~NODE_DELIMC; in mdoc_validate()
944 mdoc->last->flags |= NODE_DELIMC | NODE_NOSRC; in build_list()
1020 mdoc->last->flags = NODE_DELIMC | NODE_NOSRC; in post_lb()
2253 (n->next != NULL && n->next->flags & NODE_DELIMC)) in post_ns()
H A Dmdoc_man.c687 if (n->flags & NODE_DELIMC) in print_node()
1600 while (punct != link && punct->flags & NODE_DELIMC) in pre_lk()
H A Dman_term.c922 else if (n->flags & NODE_DELIMC) in print_man_node()