Searched refs:NV_MOVE (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 268 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 D | nvtree.c | 87 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 D | subshell.c | 314 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 D | nvdisc.c | 863 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 D | name.c | 1020 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 D | nvtype.c | 366 if(flags&NV_MOVE) in clone_type() 446 nv_clone(mp,mq,NV_MOVE); in clone_type()
|
H A D | array.c | 352 if(flags&NV_MOVE) in array_clone()
|
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 167 #define NV_MOVE 0x8000000 /* for use with nv_clone */ macro
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 176 #define NV_MOVE 0x8000000 /* for use with nv_clone */ macro
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 176 #define NV_MOVE 0x8000000 /* for use with nv_clone */ macro
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 176 #define NV_MOVE 0x8000000 /* for use with nv_clone */ macro
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 176 #define NV_MOVE 0x8000000 /* for use with nv_clone */ macro
|