Searched refs:nnext (Results 1 – 7 of 7) sorted by relevance
43 x->nnext = NULL; in nodealloc()254 for (c = a; c->nnext != NULL; c = c->nnext) in linkum()256 c->nnext = b; in linkum()277 for (p = vl; p; p = p->nnext) in defn()289 for (n = 0; p != 0; p = p->nnext, n++) in isarg()
153 for (a = u; ; a = a->nnext) { in execute()175 if (a->nnext == NULL) in execute()482 if (np->nnext) in array()529 if (np->nnext) in awkdelete()569 if (p->nnext) in intest()864 a = a->nnext; in format()911 a = a->nnext; in format()974 y = a[0]->nnext; in awksprintf()997 y = a[0]->nnext; in awkprintf()1570 nextarg = a[1]->nnext; in bltin()[all …]
136 struct Node *nnext; member
506 for ( ; vl; vl = vl->nnext) {
49 #define parent(v) (v)->nnext
162 for ( ; vl; vl = vl->nnext) { in checkdup()
1604 struct mdoc_node *nchild, *nnext; /* of the Bl body */ in post_bl() local1635 nnext = nchild->next; in post_bl()1645 assert(NULL == nnext); in post_bl()1647 nbody->child = nnext; in post_bl()1648 nnext->prev = NULL; in post_bl()1666 nchild = nnext; in post_bl()