Home
last modified time | relevance | path

Searched refs:npnext (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c3872 ipnat_t *np = NULL, *npnext; local
3955 for (np = ifs->ifs_nat_rules[hv]; np; np = npnext) {
3956 npnext = np->in_mnext;
3994 npnext = np->in_mnext;
4197 ipnat_t *np, *npnext; local
4281 for (np = ifs->ifs_rdr_rules[hv]; np; np = npnext) {
4282 npnext = np->in_rnext;
4320 npnext = np->in_rnext;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dname.c2447 register Namval_t *np,*nq, *npnext; in table_unset() local
2448 for(np=(Namval_t*)dtfirst(root);np;np=npnext) in table_unset()
2476 npnext = (Namval_t*)dtnext(root,np); in table_unset()
2477 while((nq=npnext) && memcmp(np->nvname,nq->nvname,len)==0 && nq->nvname[len]=='.') in table_unset()
2481 npnext = (Namval_t*)dtnext(root,nq); in table_unset()
2485 npnext = (Namval_t*)dtnext(root,np); in table_unset()
H A Dinit.c1606 Namval_t *np,*npnext; in sh_reinit() local
1613 for(np=dtfirst(shp->fun_tree);np;np=npnext) in sh_reinit()
1617 npnext = (Namval_t*)dtnext(shp->fun_tree,np); in sh_reinit()