Searched refs:NV_NODISC (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c52 if(!nv_isattr(np,NV_NODISC) || fp==(Namfun_t*)nv_arrayptr(np))
87 if(!nv_isattr(np,NV_NODISC) || fp==(Namfun_t*)nv_arrayptr(np))
122 if(flags&NV_NODISC)
138 if(!nv_isattr(np,NV_NODISC) || fp==(Namfun_t*)nv_arrayptr(np))
715 nv_offattr(np,NV_NODISC);
859 if((fp->nofree&2) && (flags&NV_NODISC))
880 * NV_NODISC - discplines with funs non-zero will not be copied
H A Dname.c1266 append |= NV_NODISC;
1374 if(np->nvfun && np->nvfun->disc && !(flags&NV_NODISC) && !nv_isref(np))
1387 flags &= ~NV_NODISC;
2236 nv_offattr(np,NV_NODISC);
2660 Namfun_t *fp= (newatts&NV_NODISC)?np->nvfun:0;
2662 newatts &= ~NV_NODISC;
H A Darray.c868 nv_clone(np, nq, NV_NODISC);
H A Dnvtype.c253 if(flags&NV_NODISC)
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dname.h112 #define NV_PARAM NV_NODISC /* expansion use positional params */
H A Dnval.h180 #define NV_NODISC NV_IDENT /* ignore disciplines */ macro
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h189 #define NV_NODISC NV_IDENT /* ignore disciplines */ macro
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h189 #define NV_NODISC NV_IDENT /* ignore disciplines */ macro
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h189 #define NV_NODISC NV_IDENT /* ignore disciplines */ macro
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h189 #define NV_NODISC NV_IDENT /* ignore disciplines */ macro
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c638 newflag |= NV_NODISC;

Completed in 89 milliseconds