Home
last modified time | relevance | path

Searched refs:nnext (Results 1 – 7 of 7) sorted by relevance

/minix/external/historical/nawk/dist/
H A Dparse.c43 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()
H A Drun.c153 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 …]
H A Dawk.h136 struct Node *nnext; member
H A Dawkgram.y506 for ( ; vl; vl = vl->nnext) {
H A Db.c49 #define parent(v) (v)->nnext
H A Dytab.c162 for ( ; vl; vl = vl->nnext) { in checkdup()
/minix/external/bsd/mdocml/dist/
H A Dmdoc_validate.c1604 struct mdoc_node *nchild, *nnext; /* of the Bl body */ in post_bl() local
1635 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()