Home
last modified time | relevance | path

Searched refs:n_next (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c453 np = np->n_next; in vlookup()
479 np->n_next = *spp; in addsymtab()
522 prevp->n_next = rnp->n_next; in delsymtab()
636 nnp = np->n_next; in freetemps()
709 l = l->n_next; in action()
816 np = np->n_next; in exprint()
847 np = np->n_next; in exprreal()
876 np = np->n_next; in exprstring()
1777 temp->n_next = formal->n_next; in userfunc()
1805 formal->n_next = temp->n_next; in userfunc()
[all …]
H A Dawk4.c402 sep = sep->n_next; in f_split()
427 otnp = otnp->n_next; in f_split()
592 array = array->n_next; in f_asort()
H A Dawk2.c570 np = np->n_next; in f_getline()
701 fnp = fnp->n_next; in xprintf()
883 return (np->n_next); in nextarg()
H A Dawk.h101 struct NODE *n_next; /* Symbol table/PARM link */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y99 last_n->n_next = makenl($2);
100 last_n = last_n->n_next;
126 if (nl && nl->n_next != NULL)
154 nl = nl->n_next)
376 for (h = hosts; h != NULL; oldh = h, h = h->n_next, free(oldh)) {
486 nl->n_next = NULL;
502 for (n = old; n; n = n->n_next) {
514 prev->n_next = new;
518 prev->n_next = (struct namelist *) NULL;
H A Ddocmd.c141 for (f = c->c_files; f != NULL; f = f->n_next) in docmds()
183 ddir = files->n_next != NULL; /* destination is a directory */ in doarrow()
198 for (f = files; f != NULL; f = f->n_next) { in doarrow()
536 for (f = files; f != NULL; f = f->n_next) { in dodcolon()
701 to = to->n_next; in notify()
707 to = to->n_next; in notify()
731 for (nl = list; nl != NULL; nl = nl->n_next) in inlist()
752 for (nl = sc->sc_args; nl != NULL; nl = nl->n_next) { in except()
H A Dlookup.c82 nl->n_next = makenl(cp);
83 nl = nl->n_next;
H A Dexpand.c83 for (nl = list; nl != NULL; nl = nl->n_next)
101 for (nl = list; nl != NULL; nl = nl->n_next)
113 prev->n_next = nl;
164 for (; tp != NULL; tp = tp->n_next) {
H A Ddefs.h98 struct namelist *n_next; member
H A Dmain.c440 prev->n_next = nl;
481 nl = nl->n_next;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c124 struct neighbor *n_next; member
450 } else for (np = neighbors; np != NULL; np = np->n_next) { in onalrm()
556 for (np = neighbors; np != NULL; np = np->n_next) { in configure()
610 for (np2 = neighbors; np2 != NULL; np2 = np2->n_next) { in configure()
640 np->n_next = neighbors; in configure()
683 for (np2 = neighbors; np2 != NULL; np2 = np2->n_next) { in configure()
697 np->n_next = neighbors; in configure()
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_print.c289 for (; np; np = np->n_next) { in print_advice_list()
291 if (np->n_next) in print_advice_list()
300 for (; np; np = np->n_next) { in print_node_list()
H A Dndr_lex.c529 while (np1->n_next) in n_splice()
530 np1 = np1->n_next; in n_splice()
532 np1->n_next = np2; in n_splice()
H A Dndr_anal.c406 for (; mem_np; i++, mem_np = mem_np->n_next) { in analyze_typeinfo_struct()
460 for (; mem_np; i++, mem_np = mem_np->n_next) { in analyze_typeinfo_union()
800 for (; construct; construct = construct->n_next) { in seed_construct_types()
814 for (; np; np = np->n_next) in seed_construct_types()
1016 for (np = advice_list; np; np = np->n_next) in find_advice()
H A Dndrgen.h47 struct node *n_next; /* handy for lists */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c3376 NODELIST *n_next = NULL; in emlxs_tx_move() local
3502 n_next = in emlxs_tx_move()
3504 if (n_next == nlp) { in emlxs_tx_move()
3507 n_prev = n_next; in emlxs_tx_move()
3512 if (n_next == in emlxs_tx_move()
3530 n_next-> nlp_next in emlxs_tx_move()