Searched refs:nnext (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/one-true-awk/
H A Dparse.c39 x->nnext = NULL;
227 for (c = a; c->nnext != NULL; c = c->nnext)
229 c->nnext = b;
250 for (p = vl; p; p = p->nnext)
262 for (n = 0; p != NULL; p = p->nnext, n++)
H A Drun.c149 for (a = u; ; a = a->nnext) {
171 if (a->nnext == NULL)
244 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
253 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { /* get call args */
469 for (np = a[1]; np; np = np->nnext) {
475 if (np->nnext)
516 for (np = a[1]; np; np = np->nnext) {
522 if (np->nnext)
555 for (p = a[0]; p; p = p->nnext) {
562 if (p->nnext)
[all...]
H A Dawk.h134 struct Node *nnext; member in struct:Node
H A Dawkgram.y480 for ( ; vl; vl = vl->nnext) {
H A Db.c47 #define parent(v) (v)->nnext
/freebsd-11.0-release/contrib/mdocml/
H A Dmdoc_validate.c1238 struct roff_node *nbl, *nh, *nch, *nnext; local
1289 for (nch = nh->child; nch != NULL; nch = nnext) {
1292 nnext = nch->next;
1303 struct roff_node *nchild, *nnext; /* of the Bl body */ local
1348 nnext = nchild->next;
1355 nbody->child = nnext;
1356 if (nnext == NULL)
1359 nnext->prev = NULL;
1375 nchild = nnext;
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c6625 void *nnext; local
6651 nnext = nexthm->hm_next;
6669 nnext = nextipnat->in_next;
6689 nnext = nextnat->nat_next;
6738 if (nnext == NULL)
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c15458 uint32_t size, next, nnext, i;
15481 nnext = next + size;
15483 nnext = size;
15485 } while (dtrace_cas32(&dtrace_helptrace_next, next, nnext) != next);
15490 if (nnext == size) {

Completed in 280 milliseconds