Home
last modified time | relevance | path

Searched refs:NODE_LINE (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/bsd/mdocml/dist/
Ddemandoc.c239 if (NODE_LINE & p->flags) in pmdoc()
253 if (NODE_LINE & p->flags) in pman()
Dmdoc_term.c321 if (n->flags & NODE_LINE && in print_mdoc_node()
345 if (p->flags & TERMP_KEEP && n->flags & NODE_LINE) { in print_mdoc_node()
357 if (n->flags & NODE_LINE) { in print_mdoc_node()
380 if ( ! (n->flags & NODE_LINE)) in print_mdoc_node()
383 if (n->next != NULL && ! (n->next->flags & NODE_LINE)) in print_mdoc_node()
1047 n->next->flags & NODE_LINE))) in termp_fl_pre()
1092 if ( ! (NODE_LINE & n->flags)) in termp_ns_pre()
1326 if (SEC_LIBRARY == n->sec && NODE_LINE & n->flags) in termp_lb_post()
1521 if ( ! (n->next == NULL || n->next->flags & NODE_LINE)) in termp_pf_post()
1580 if (NODE_SYNPRETTY & n->flags && NODE_LINE & n->flags) { in termp_in_pre()
Dmdoc_html.c370 if (*n->string == ' ' && n->flags & NODE_LINE && in print_mdoc_node()
418 if (h->flags & HTML_KEEP && n->flags & NODE_LINE) { in print_mdoc_node()
444 (n->next == NULL || n->next->flags & NODE_LINE)) { in print_mdoc_node()
634 n->next->flags & NODE_LINE))) in mdoc_fl_pre()
728 if ( ! (NODE_LINE & n->flags)) in mdoc_ns_pre()
1390 if (NODE_SYNPRETTY & n->flags && NODE_LINE & n->flags) in mdoc_in_pre()
1502 if ( ! (n->next == NULL || n->next->flags & NODE_LINE)) in mdoc_pf_post()
1559 if (SEC_LIBRARY == n->sec && NODE_LINE & n->flags && n->prev) in mdoc_lb_pre()
Dman_term.c592 nn->string != NULL && ! (NODE_LINE & nn->flags) && in pre_TP()
610 while (nn != NULL && (nn->flags & NODE_LINE) == 0) in pre_TP()
913 } else if (*n->string == ' ' && n->flags & NODE_LINE && in print_man_node()
924 if ( ! (n->flags & NODE_LINE)) in print_man_node()
927 if (n->next != NULL && ! (n->next->flags & NODE_LINE)) in print_man_node()
970 (n->next == NULL || n->next->flags & NODE_LINE)) { in print_man_node()
Dtree.c194 if (n->flags & NODE_LINE) in print_mdoc()
293 if (n->flags & NODE_LINE) in print_man()
Dman_html.c179 if (*n->string == ' ' && n->flags & NODE_LINE && in print_man_node()
256 (n->next != NULL && n->next->flags & NODE_LINE)) { in print_man_node()
507 while (nn != NULL && (NODE_LINE & nn->flags) == 0) in man_IP_pre()
Droff_html.c75 if (n->flags & NODE_LINE) in roff_html_pre_ce()
Droff_term.c91 (nc2->flags & NODE_LINE) == 0)); in roff_term_pre_ce()
Dmdoc_markdown.c312 else if (outflags & MD_spc && n->flags & NODE_LINE) in md_node()
1079 n->next->type != ROFFT_TEXT && !(n->next->flags & NODE_LINE)) in md_post_Fl()
1462 if (n->next != NULL && (n->next->flags & NODE_LINE) == 0) in md_post_Pf()
Droff.h516 #define NODE_LINE (1 << 3) /* First macro/text on line. */ macro
Dmdoc_man.c652 if (MMAN_spc & outflags && NODE_LINE & n->flags) in print_node()
1279 n->next->flags & NODE_LINE)) in post_fl()
1701 if ( ! (n->next == NULL || n->next->flags & NODE_LINE)) in post_pf()
Dman_macro.c254 man->last->flags |= NODE_LINE | in blk_close()
Droff.c897 n->flags |= NODE_LINE; in roff_node_alloc()
3306 n->flags |= NODE_LINE; in roff_EQ()
3370 r->man->last->flags |= NODE_LINE | NODE_VALID | NODE_ENDED; in roff_noarg()
3430 n->flags |= NODE_LINE; in roff_onearg()
3452 n->flags |= NODE_LINE | NODE_VALID | NODE_ENDED; in roff_manyarg()
Dmdoc_validate.c1579 if (i++ && nch->flags & NODE_LINE) in post_it()
1587 nit->head->next->child->flags & NODE_LINE) in post_it()
2078 if (n->flags & NODE_LINE || in post_ns()