Home
last modified time | relevance | path

Searched refs:NV_MOVE (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c268 flag |= NV_MOVE; in b_typeset()
359 if((flag&NV_MOVE) && (flag&~(NV_MOVE|NV_VARNAME|NV_ASSIGN))) in b_typeset()
438 int nvflags=(flag&(NV_ARRAY|NV_NOARRAY|NV_VARNAME|NV_IDENT|NV_ASSIGN|NV_STATIC|NV_MOVE)); in b_common()
568 if(flag&NV_MOVE) in b_common()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dnvtree.c87 if ((flags&NV_MOVE) && nv_type(np)) in clone_tree()
93 if((flags&NV_MOVE) && !(fp->nofree&1)) in clone_tree()
953 if(!nq && (flags&NV_MOVE)) in walk_tree()
965 if(flags&NV_MOVE) in walk_tree()
H A Dsubshell.c314 nv_clone(np,mp,(add?(nv_isnull(np)?0:NV_NOFREE)|NV_ARRAY:NV_MOVE)); in sh_assignok()
341 nv_clone(np,mp,NV_MOVE); in nv_restore()
H A Dnvdisc.c863 else if(flags&NV_MOVE) in clone_all_disc()
922 if(np->nvalue.cp && np->nvalue.cp!=Empty && (flags&NV_COMVAR) && !(flags&NV_MOVE)) in nv_clone()
933 if(flags&NV_MOVE) in nv_clone()
H A Dname.c1020 if(c==0 && (flags&NV_MOVE)) in nv_create()
2917 if(flags&NV_MOVE) in nv_rename()
2933 nr= nv_open(cp, hp, flags|NV_NOREF|((flags&NV_MOVE)?0:NV_NOFAIL)); in nv_rename()
2974 nv_clone(nr,np,(flags&NV_MOVE)|NV_COMVAR); in nv_rename()
2975 if(flags&NV_MOVE) in nv_rename()
H A Dnvtype.c366 if(flags&NV_MOVE) in clone_type()
446 nv_clone(mp,mq,NV_MOVE); in clone_type()
H A Darray.c352 if(flags&NV_MOVE) in array_clone()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dnval.h167 #define NV_MOVE 0x8000000 /* for use with nv_clone */ macro
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h176 #define NV_MOVE 0x8000000 /* for use with nv_clone */ macro
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h176 #define NV_MOVE 0x8000000 /* for use with nv_clone */ macro
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h176 #define NV_MOVE 0x8000000 /* for use with nv_clone */ macro
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h176 #define NV_MOVE 0x8000000 /* for use with nv_clone */ macro