Searched refs:nofree (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c276 dp->nofree = 0;
468 if(fp && !fp->nofree)
546 if(fp && !fp->nofree)
595 if(fp && !fp->nofree)
653 if(fp && !fp->nofree)
1526 sp->hdr.nofree = 1;
1545 shp->nvfun.nofree = 1;
1550 ip->IFS_init.hdr.nofree = 1;
1552 ip->PATH_init.nofree = 1;
1554 ip->FPATH_init.nofree
[all...]
H A Dnvdisc.c131 if(fp->disc || !(fp->nofree&1))
133 if(!(fp->nofree&1))
230 if((fp=nv_stack(np, NIL(Namfun_t*))) && !(fp->nofree&1))
343 if(!(handle->nofree&1))
603 if(!(fp->nofree&1))
615 if(!fp->disc && !fp->next && (fp->nofree&1))
622 nfp->nofree &= ~1;
623 nfp->nofree |= (flags&NV_RDONLY)?1:0;
640 vp->fun.nofree |= 2;
720 if((fp->nofree
[all...]
H A Darray.c71 aq->hdr.nofree &= ~1;
72 aq->hdr.nofree |= (flags&NV_RDONLY)?1:0;
93 if((fp = nv_disc(np,(Namfun_t*)ap,NV_POP)) && !(fp->nofree&1))
160 int nofree; local
169 nofree = nv_isattr(mp,NV_NOFREE);
180 nofree = array_isbit(ap->bits,ap->cur,ARRAY_NOFREE);
184 if(nofree)
496 int scan,nofree = nv_isattr(np,NV_NOFREE); local
558 up = array_getup(np,ap,!nofree);
579 if(nofree)
[all...]
H A Dnvtype.c388 dp->fun.nofree = (flags&NV_RDONLY?1:0);
419 save = fp->nofree;
420 fp->nofree = 1;
422 fp->nofree = save;
567 if(!(fp->nofree&1))
591 fp->nofree &= ~1;
907 pp->childfun.fun.nofree = 1;
1132 fp->nofree |= 1;
1204 fp->nofree |= 1;
1337 int nofree; local
[all...]
H A Dname.c702 copy = dp->nofree&1;
728 dp->nofree |= 1;
850 dp->nofree |= 1;
935 dp->nofree |= 1;
1146 fun.nofree |= 1;
1171 fun.nofree |= 1;
1336 if(fun.nofree&1)
H A Dnvtree.c93 if((flags&NV_MOVE) && !(fp->nofree&1))
H A Dio.c884 endf.hdr.nofree = 1;
H A Dxec.c357 if(fp && !fp->nofree)
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Denum.c139 if(!ep->hdr.nofree)
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h73 char nofree; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h82 char nofree; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h82 char nofree; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h82 char nofree; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h82 char nofree; member in struct:Namfun

Completed in 127 milliseconds