Home
last modified time | relevance | path

Searched refs:nv_disc (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dnvtype.c294 nv_disc(nq, fp, NV_POP); in fixnode()
322 nv_disc(np, fp, NV_LAST); in fixnode()
350 nv_disc(nq, &dp->childfun.fun, NV_LAST); in fixnode()
566 nv_disc(np,fp,NV_POP); in put_type()
1057 nv_disc(nq, &pp->childfun.fun, NV_LAST); in nv_mktype()
1062 nv_disc(nq, &pp->childfun.fun, NV_LAST); in nv_mktype()
1084 nv_disc(nq, &pp->childfun.fun, NV_LAST); in nv_mktype()
1128 nv_disc(nq, &pp->childfun.fun, NV_LAST); in nv_mktype()
1177 nv_disc(mp, &pp->fun, NV_LAST); in nv_mktype()
1221 nv_disc(mp, fp, NV_LAST); in nv_mkinttype()
[all …]
H A Dbash.c387 nv_disc(np, fp, 0); in bash_init()
396 nv_disc(np, fp, 0); in bash_init()
H A Darray.c93 if((fp = nv_disc(np,(Namfun_t*)ap,NV_POP)) && !(fp->nofree&1)) in array_unscope()
591 if((nfp = nv_disc(np,(Namfun_t*)ap,NV_POP)) && !(nfp->nofree&1)) in array_putval()
618 Namfun_t *fp = nv_disc(np,NULL,NV_POP); in array_copytree()
626 nv_disc(np,(Namfun_t*)fp, NV_FIRST); in array_copytree()
700 nv_disc(np,(Namfun_t*)ap, NV_FIRST); in array_grow()
873 if((fp=nq->nvfun) && fp->disc && fp->disc->setdisc && (fp = nv_disc(nq,fp,NV_POP))) in nv_arraychild()
1196 nv_disc(np,(Namfun_t*)ap, NV_FIRST); in nv_associative()
H A Dnvdisc.c132 nv_disc(np,fp,NV_POP); in nv_putv()
342 nv_disc(np,handle,NV_POP); in assign()
602 nv_disc(np,fp,NV_POP); in putdisc()
660 Namfun_t *nv_disc(register Namval_t *np, register Namfun_t* fp, int mode) in nv_disc() function
1203 return(nv_disc(np,fp,0)); in nv_stack()
1370 nv_disc(mp, &tp->fun, NV_FIRST); in nv_mount()
H A Dinit.c263 nv_disc(np,fp,NV_POP); in put_optindex()
H A Dxec.c388 nv_disc(SH_LEVELNOD,&lp->hdr,NV_FIRST); in init_level()
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Denum.c138 nv_disc(np,&ep->hdr,NV_POP); in put_enum()
263 nv_disc(tp, &ep->hdr,NV_FIRST); in enum_create()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dnval.h280 extern Namfun_t *nv_disc(Namval_t*,Namfun_t*,int);
295 #define nv_stack(np,nf) nv_disc(np,nf,0)
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h291 extern __MANGLE__ Namfun_t *nv_disc __PROTO__((Namval_t*,Namfun_t*,int));
307 #define nv_stack(np,nf) nv_disc(np,nf,0)
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h291 extern __MANGLE__ Namfun_t *nv_disc __PROTO__((Namval_t*,Namfun_t*,int));
307 #define nv_stack(np,nf) nv_disc(np,nf,0)
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h291 extern __MANGLE__ Namfun_t *nv_disc __PROTO__((Namval_t*,Namfun_t*,int));
307 #define nv_stack(np,nf) nv_disc(np,nf,0)
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h291 extern __MANGLE__ Namfun_t *nv_disc __PROTO__((Namval_t*,Namfun_t*,int));
307 #define nv_stack(np,nf) nv_disc(np,nf,0)
/titanic_41/usr/src/lib/libshell/
H A Dmapfile-vers116 nv_disc;