Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dparse.c39 x->nnext = NULL; in nodealloc()
250 for (c = a; c->nnext != NULL; c = c->nnext) in linkum()
252 c->nnext = b; in linkum()
273 for (p = vl; p; p = p->nnext) in defn()
285 for (n = 0; p != NULL; p = p->nnext, n++) in isarg()
H A Drun.c154 for (a = u; ; a = a->nnext) { in execute()
176 if (a->nnext == NULL) in execute()
249 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */ in call()
258 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { /* get call args */ in call()
489 for (; p; p = p->nnext) { in makearraystring()
493 size_t nsub = p->nnext ? seplen : 0; in makearraystring()
1137 a = a->nnext; in format()
1181 a = a->nnext; in format()
1379 for ( ; a; a = a->nnext) { /* evaluate any remaining args */ in format()
1397 y = a[0]->nnext; in awksprintf()
[all …]
H A Dawk.h171 struct Node *nnext; member
H A Dawkgram.y509 for ( ; vl; vl = vl->nnext) {
H A Db.c43 #define parent(v) (v)->nnext
/freebsd/contrib/mandoc/
H A Dmdoc_validate.c1892 struct roff_node *nbl, *nh, *nch, *nnext; in post_bl_head() local
1943 for (nch = nh->child; nch != NULL; nch = nnext) { in post_bl_head()
1946 nnext = nch->next; in post_bl_head()
1956 struct roff_node *nchild, *nnext; /* of the Bl body */ in post_bl() local
2027 nnext = nchild->next; in post_bl()
2036 if (nnext == NULL) in post_bl()
2038 nchild = nnext; in post_bl()
2039 nnext = nchild->next; in post_bl()
2052 if ((nnext = nchild->head->child) == NULL) in post_bl()
2054 if (nnext->type == ROFFT_BLOCK) in post_bl()
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c6470 void *nnext; in ipf_nat_getnext() local
6496 nnext = nexthm->hm_next; in ipf_nat_getnext()
6514 nnext = nextipnat->in_next; in ipf_nat_getnext()
6534 nnext = nextnat->nat_next; in ipf_nat_getnext()
6583 if (nnext == NULL) in ipf_nat_getnext()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c15674 uint32_t size, next, nnext, i; local
15697 nnext = next + size;
15699 nnext = size;
15701 } while (dtrace_cas32(&dtrace_helptrace_next, next, nnext) != next);
15706 if (nnext == size) {