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