Lines Matching defs:nc1
83 const struct roff_node *nc1, *nc2;87 nc1 = n->child->next;88 while (nc1 != NULL) {89 nc2 = nc1;94 while (nc1 != nc2) {95 if (nc1->type == ROFFT_TEXT)96 term_word(p, nc1->string);98 roff_term_pre(p, nc1);99 nc1 = nc1->next;