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

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Denum.c138 nv_disc(np,&ep->hdr,NV_POP);
264 nv_disc(tp, &ep->hdr,NV_FIRST);
H A Dtypeset.c680 nv_disc(np,fp,NV_POP);
688 nv_disc(np,fp,NV_LAST);
/osnet-11/usr/src/lib/libshell/common/include/
H A Dnval.h215 /* The following are for nv_disc */
280 extern Namfun_t *nv_disc(Namval_t*,Namfun_t*,int);
295 #define nv_stack(np,nf) nv_disc(np,nf,0)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dbash.c386 nv_disc(np, fp, 0);
395 nv_disc(np, fp, 0);
H A Dnvtype.c300 nv_disc(nq, fp, NV_POP);
328 nv_disc(np, fp, NV_LAST);
358 nv_disc(nq, &dp->childfun.fun, NV_LAST);
578 nv_disc(np,fp,NV_POP);
1088 nv_disc(nq, &pp->childfun.fun, NV_LAST);
1093 nv_disc(nq, &pp->childfun.fun, NV_LAST);
1115 nv_disc(nq, &pp->childfun.fun, NV_LAST);
1151 nv_disc(nq, &pp->childfun.fun, NV_LAST);
1200 nv_disc(mp, &pp->fun, NV_LAST);
1244 nv_disc(m
[all...]
H A Dnvdisc.c143 nv_disc(np,fp,NV_POP);
341 nv_disc(np,handle,NV_POP);
624 nv_disc(np,fp,NV_POP);
682 Namfun_t *nv_disc(register Namval_t *np, register Namfun_t* fp, int mode) function
1227 return(nv_disc(np,fp,0));
1398 nv_disc(mp, &tp->fun, NV_FIRST);
H A Darray.c127 if((fp = nv_disc(np,(Namfun_t*)ap,NV_POP)) && !(fp->nofree&1))
731 if((nfp = nv_disc(np,(Namfun_t*)ap,NV_POP)) && !(nfp->nofree&1))
758 Namfun_t *fp = nv_disc(np,NULL,NV_POP);
766 nv_disc(np,(Namfun_t*)fp, NV_FIRST);
840 nv_disc(np,(Namfun_t*)ap, NV_FIRST);
1013 if((fp=nq->nvfun) && fp->disc && fp->disc->setdisc && (fp = nv_disc(nq,fp,NV_POP)))
1374 nv_disc(np,(Namfun_t*)ap, NV_FIRST);
1618 nv_disc(np,(Namfun_t*)ap, NV_FIRST);
H A Dinit.c308 nv_disc(np,fp,NV_POP);
2106 nv_disc(np,fp,NV_POP);
2136 nv_disc(np,&mp->hdr,NV_POP);
H A Dname.c2907 nv_disc(np, &ap->hdr,NV_POP);
2909 nv_disc(np, &ap->hdr,NV_FIRST);
H A Dxec.c458 nv_disc(SH_LEVELNOD,&lp->hdr,NV_FIRST);
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h224 /* The following are for nv_disc */
291 extern __MANGLE__ Namfun_t *nv_disc __PROTO__((Namval_t*,Namfun_t*,int));
307 #define nv_stack(np,nf) nv_disc(np,nf,0)
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h224 /* The following are for nv_disc */
291 extern __MANGLE__ Namfun_t *nv_disc __PROTO__((Namval_t*,Namfun_t*,int));
307 #define nv_stack(np,nf) nv_disc(np,nf,0)
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h224 /* The following are for nv_disc */
291 extern __MANGLE__ Namfun_t *nv_disc __PROTO__((Namval_t*,Namfun_t*,int));
307 #define nv_stack(np,nf) nv_disc(np,nf,0)
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h224 /* The following are for nv_disc */
291 extern __MANGLE__ Namfun_t *nv_disc __PROTO__((Namval_t*,Namfun_t*,int));
307 #define nv_stack(np,nf) nv_disc(np,nf,0)

Completed in 80 milliseconds