/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 320 if(!nv_clone(tp,nq,flags|NV_NOFREE)) in nv_arraysettype() 417 nv_clone(nq,mq,flags); in array_clone() 620 nv_clone(np,mp,0); in array_copytree() 732 nv_clone(tp,np,NV_NOFREE); in nv_atypeindex() 866 nv_clone(tp,nq, 0); in nv_arraychild() 868 nv_clone(np, nq, NV_NODISC); in nv_arraychild()
|
H A D | nvdisc.c | 258 nv_clone(nr,np,0); in assign() 883 int nv_clone(Namval_t *np, Namval_t *mp, int flags) in nv_clone() function 980 nv_clone(mp,np,NV_NOFREE); in clone_putv() 1243 nv_clone(np,mp,flags); in clone_table()
|
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 | nvtype.c | 446 nv_clone(mp,mq,NV_MOVE); in clone_type() 545 nv_clone(nq,np,0); in put_type() 1332 if(!nv_clone(tp,np,flags|NV_NOFREE)) in nv_settype() 1340 nv_clone(tp,np,flags|NV_NOFREE); in nv_settype()
|
H A D | nvtree.c | 964 nv_clone(nq,mq,flags|NV_RAW); in walk_tree() 1062 nv_clone(mp,np,NV_COMVAR); in put_tree()
|
H A D | name.c | 2974 nv_clone(nr,np,(flags&NV_MOVE)|NV_COMVAR); in nv_rename()
|
/titanic_51/usr/src/lib/libshell/ |
H A D | mapfile-vers | 93 nv_clone;
|
/titanic_51/usr/src/cmd/ast/libshell/ |
H A D | mapfile-vers | 90 nv_clone;
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | name.h | 184 extern int nv_clone(Namval_t*, Namval_t*, int);
|
H A D | nval.h | 252 extern int nv_clone(Namval_t*, Namval_t*, int);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | name.h | 200 extern int nv_clone(Namval_t*, Namval_t*, int);
|
H A D | nval.h | 178 #define NV_MOVE 0x8000000 /* for use with nv_clone */ 263 extern int nv_clone(Namval_t*, Namval_t*, int);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | array.c | 424 if(!nv_clone(tp,nq,flags|NV_NOFREE)) in nv_arraysettype() 521 nv_clone(nq,mq,flags); in array_clone() 796 nv_clone(np,mp,0); in array_copytree() 912 nv_clone(tp,np,NV_NOFREE); in nv_atypeindex() 1046 nv_clone(tp,nq, 0); in nv_arraychild() 1048 nv_clone(np, nq, NV_NODISC); in nv_arraychild()
|
H A D | nvdisc.c | 267 nv_clone(nr,np,0); in assign() 911 int nv_clone(Namval_t *np, Namval_t *mp, int flags) in nv_clone() function 1015 nv_clone(mp,np,NV_NOFREE); in clone_putv() 1305 nv_clone(np,mp,flags); in clone_table()
|
H A D | subshell.c | 309 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 | nvtype.c | 458 nv_clone(mp,mq,NV_MOVE); in clone_type() 559 nv_clone(nq,np,NV_IARRAY); in put_type() 1367 if(!nv_clone(tp,np,flags|NV_NOFREE)) in nv_settype() 1375 nv_clone(tp,np,flags|NV_NOFREE); in nv_settype()
|
H A D | arith.c | 462 nv_clone(mp,&node,0); in arith()
|
H A D | nvtree.c | 1034 nv_clone(nq,mq,flags|NV_RAW); in walk_tree() 1137 nv_clone(mp,np,NV_COMVAR); in put_tree()
|
H A D | name.c | 3085 nv_clone(np,mp,0); in nv_newattr() 3363 nv_clone(nr,mp,(flags&NV_MOVE)|NV_COMVAR); in nv_rename()
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 263 extern __MANGLE__ int nv_clone __PROTO__((Namval_t*, Namval_t*, int));
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 263 extern __MANGLE__ int nv_clone __PROTO__((Namval_t*, Namval_t*, int));
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 263 extern __MANGLE__ int nv_clone __PROTO__((Namval_t*, Namval_t*, int));
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 263 extern __MANGLE__ int nv_clone __PROTO__((Namval_t*, Namval_t*, int));
|