Home
last modified time | relevance | path

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

/netbsd/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 != NULL; p = p->nnext, n++) in isarg()
H A Drun.c155 for (a = u; ; a = a->nnext) { in execute()
177 if (a->nnext == NULL) in execute()
479 for (; p; p = p->nnext) { in makearraystring()
872 a = a->nnext; in format()
916 a = a->nnext; in format()
981 y = a[0]->nnext; in awksprintf()
1004 y = a[0]->nnext; in awkprintf()
1580 nextarg = a[1]->nnext; in bltin()
1620 y = execute(a[1]->nnext); in bltin()
1623 nextarg = nextarg->nnext; in bltin()
[all …]
H A Dawk.h162 struct Node *nnext; member
H A Dawkgram.y506 for ( ; vl; vl = vl->nnext) {
H A Db.c47 #define parent(v) (v)->nnext
H A Dytab.c3783 for ( ; vl; vl = vl->nnext) { in checkdup()
/netbsd/external/bsd/mdocml/dist/
H A Dmdoc_validate.c1714 nnext = nch->next; in post_bl_head()
1755 nnext != NULL && nnext->tok == MDOC_It)) { in post_bl()
1756 nchild = nnext; in post_bl()
1807 if (nnext == NULL) in post_bl()
1810 nnext->prev = NULL; in post_bl()
1826 nchild = nnext; in post_bl()
1839 nnext = nnext->body->child; in post_bl()
1840 if (nnext == NULL || nnext->tok != MDOC_Er) in post_bl()
1842 nnext = nnext->child; in post_bl()
1847 nnext->line, nnext->pos, in post_bl()
[all …]
/netbsd/sys/kern/
H A Dsysv_msg.c325 short nnext = 0, next; in msgrealloc() local
349 nnext = new_free_msgmaps; in msgrealloc()
350 new_free_msgmaps = new_msgmaps[nnext].next; in msgrealloc()
352 new_msgmaps[nnext].next = nmsghdr->msg_spot; in msgrealloc()
353 nmsghdr->msg_spot = nnext; in msgrealloc()
357 KASSERT(nnext == nmsghdr->msg_spot); in msgrealloc()
371 memcpy(&new_msgpool[nnext * msginfo.msgssz], in msgrealloc()
375 nnext = msgmaps[nnext].next; in msgrealloc()
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_nat.c6524 void *nnext; in ipf_nat_getnext() local
6550 nnext = nexthm->hm_next; in ipf_nat_getnext()
6568 nnext = nextipnat->in_next; in ipf_nat_getnext()
6588 nnext = nextnat->nat_next; in ipf_nat_getnext()
6637 if (nnext == NULL) in ipf_nat_getnext()
/netbsd/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c16038 uint32_t size, next, nnext, i; local
16061 nnext = next + size;
16063 nnext = size;
16065 } while (dtrace_cas32(&dtrace_helptrace_next, next, nnext) != next);
16070 if (nnext == size) {