Searched defs:nofree (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h82 char nofree; member in struct:Namfun
/osnet-11/usr/src/lib/libshell/common/include/
H A Dnval.h73 char nofree; member in struct:Namfun
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c92 aq->hdr.nofree &= ~1;
93 aq->hdr.nofree |= (flags&NV_RDONLY)?1:0;
127 if((fp = nv_disc(np,(Namfun_t*)ap,NV_POP)) && !(fp->nofree&1))
201 int nofree; local
210 nofree = nv_isattr(mp,NV_NOFREE);
230 nofree = array_isbit(ap->bits,ap->cur,ARRAY_NOFREE);
234 if(nofree)
599 int scan,nofree = nv_isattr(np,NV_NOFREE); local
679 up = array_getup(np,ap,!nofree);
708 if(nofree)
[all...]
H A Dnvtype.c396 dp->fun.nofree = (flags&NV_RDONLY?1:0);
429 save = fp->nofree;
430 fp->nofree = 1;
432 fp->nofree = save;
579 if(!(fp->nofree&1))
603 fp->nofree &= ~1;
938 pp->childfun.fun.nofree = 1;
1155 fp->nofree |= 1;
1227 fp->nofree |= 1;
1366 int nofree; local
[all...]
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h82 char nofree; member in struct:Namfun
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h82 char nofree; member in struct:Namfun
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h82 char nofree; member in struct:Namfun

Completed in 43 milliseconds