/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | nvdisc.c | 900 if(nv_isattr(mp,NV_EXPORT|NV_MINIMAL) == (NV_EXPORT|NV_MINIMAL)) in nv_clone() 903 nv_offattr(mp,NV_MINIMAL); in nv_clone() 905 if(!(flags&NV_COMVAR) && !nv_isattr(np,NV_MINIMAL) && np->nvenv && !(nv_isattr(mp,NV_MINIMAL))) in nv_clone() 907 mp->nvflag &= NV_MINIMAL; in nv_clone() 908 mp->nvflag |= np->nvflag&~(NV_ARRAY|NV_MINIMAL|NV_NOFREE); in nv_clone() 917 mp->nvflag = (np->nvflag&~(NV_MINIMAL))|(mp->nvflag&NV_MINIMAL); in nv_clone() 919 mp->nvflag |= (np->nvflag&NV_MINIMAL); in nv_clone() 939 if(!nv_isattr(np,NV_MINIMAL) || nv_isattr(mp,NV_EXPORT)) in nv_clone() 946 np->nvflag &= NV_MINIMAL; in nv_clone()
|
H A D | nvtree.c | 293 if(dp->table && dp->otable && !nv_isattr(dp->table,NV_MINIMAL)) in nv_dirnext() 302 if(dp->table && dp->otable && !nv_isattr(dp->table,NV_MINIMAL)) in nv_dirnext() 417 if(!fp && !nv_isattr(np,~(NV_MINIMAL|NV_NOFREE))) in nv_attribute() 423 …else if((!np->nvalue.cp||np->nvalue.cp==Empty) && nv_isattr(np,~NV_NOFREE)==NV_MINIMAL && strcmp(n… in nv_attribute() 704 if(sh.subshell==0 && !(wp->flags&NV_RDONLY) && !nv_isattr(np,NV_MINIMAL|NV_NOFREE)) in outval() 726 …if((np->nvalue.cp && np->nvalue.cp!=Empty) || nv_isattr(np,~(NV_MINIMAL|NV_NOFREE)) || nv_isvtree(… in outval()
|
H A D | nvtype.c | 305 nq ->nvflag = NV_REF|NV_NOFREE|NV_MINIMAL; in fixnode() 467 if(!nv_isattr(nr,NV_MINIMAL)) in clone_type() 596 if(!nv_isattr(mp,NV_MINIMAL)) in clone_inttype() 925 nv_onattr(nq,NV_MINIMAL); in nv_mktype() 982 nq->nvflag = np->nvflag|NV_NOFREE|NV_MINIMAL; in nv_mktype() 1045 nq->nvflag = (np->nvflag&~(NV_IMPORT|NV_EXPORT))|NV_NOFREE|NV_MINIMAL; in nv_mktype() 1455 nv_onattr(nq,NV_MINIMAL|NV_NOFREE); in nv_mkstruct() 1466 nq->nvflag = tp->nvflag|NV_MINIMAL|NV_NOFREE; in nv_mkstruct()
|
H A D | array.c | 391 mp->nvflag &= NV_MINIMAL; in array_clone() 392 mp->nvflag |= (np->nvflag&~(NV_MINIMAL|NV_NOFREE)); in array_clone() 731 nv_onattr(np,NV_MINIMAL); in nv_atypeindex() 1274 type = nv_isattr(np,NV_PUBLIC&~(NV_ARRAY|NV_CHILD|NV_MINIMAL)); in nv_associative()
|
H A D | subshell.c | 263 if(np->nvenv && !nv_isattr(np,NV_MINIMAL|NV_EXPORT) && shp->last_root) in sh_assignok() 345 if(!nv_isattr(np,NV_MINIMAL) || nv_isattr(np,NV_EXPORT)) in nv_restore()
|
H A D | name.c | 2271 if(!nv_isattr(np,NV_MINIMAL) || nv_isattr(np,NV_EXPORT)) in _nv_unset() 2281 nv_setattr(np,NV_MINIMAL); in _nv_unset() 2921 if(lastdot(cp,0) && nv_isattr(np,NV_MINIMAL)) in nv_rename() 2961 if(!nv_isattr(np,NV_MINIMAL)) in nv_rename() 3000 if((ep = lastdot(cp,0)) && nv_isattr(np,NV_MINIMAL)) in nv_setref() 3194 if(!nv_isattr(np,NV_MINIMAL|NV_EXPORT) && np->nvenv) in nv_name()
|
H A D | init.c | 1519 nv_onattr(np,NV_RDONLY|NV_MINIMAL|NV_NOFREE|NV_INTEGER); in stat_init()
|
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 138 #define NV_MINIMAL NV_IMPORT /* node does not contain all fields */ macro
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 147 #define NV_MINIMAL NV_IMPORT /* node does not contain all fields */ macro
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 147 #define NV_MINIMAL NV_IMPORT /* node does not contain all fields */ macro
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 147 #define NV_MINIMAL NV_IMPORT /* node does not contain all fields */ macro
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 147 #define NV_MINIMAL NV_IMPORT /* node does not contain all fields */ macro
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 644 if(tp->help && !nv_isattr(np,NV_MINIMAL|NV_EXPORT)) in b_common()
|
/titanic_44/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 947 …if((np->nvalue.cp && np->nvalue.cp!=Empty) || nv_isattr(np,~(NV_MINIMAL|NV_NOFREE)) || nv_isvtree(…
|