Lines Matching refs:NODE_LINE
314 if (n->flags & NODE_LINE && in print_mdoc_node()
319 if (n->flags & NODE_LINE) in print_mdoc_node()
345 if (p->flags & TERMP_KEEP && n->flags & NODE_LINE) { in print_mdoc_node()
358 if (n->flags & NODE_LINE) { in print_mdoc_node()
381 if ( ! (n->flags & NODE_LINE)) in print_mdoc_node()
384 if (n->next != NULL && ! (n->next->flags & NODE_LINE)) in print_mdoc_node()
1044 (nn->flags & NODE_LINE) == 0)) in termp_fl_pre()
1090 if ( ! (NODE_LINE & n->flags)) in termp_ns_pre()
1311 if (n->sec == SEC_LIBRARY && n->flags & NODE_LINE) in termp_lb_post()
1497 if (n->next != NULL && (n->next->flags & NODE_LINE) == 0) in termp_pf_post()
1537 if (n->flags & NODE_SYNPRETTY && n->flags & NODE_LINE) { in termp_in_pre()