Lines Matching refs:nn
397 const struct roff_node *nn;
407 for (i = 0, nn = n->child; nn; nn = nn->next, i++) {
438 print_man_node(man, nn, mh, h);
492 const struct roff_node *nn;
514 nn = n->child;
515 while (NULL != nn && 0 == (MAN_LINE & nn->flags))
516 nn = nn->next;
517 while (NULL != nn) {
518 print_man_node(man, nn, mh, h);
519 nn = nn->next;