Home
last modified time | relevance | path

Searched refs:nv_clone (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/sh/
H A Darray.c320 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 Dnvdisc.c258 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 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 Dnvtype.c446 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 Dnvtree.c964 nv_clone(nq,mq,flags|NV_RAW); in walk_tree()
1062 nv_clone(mp,np,NV_COMVAR); in put_tree()
H A Dname.c2974 nv_clone(nr,np,(flags&NV_MOVE)|NV_COMVAR); in nv_rename()
/titanic_41/usr/src/lib/libshell/
H A Dmapfile-vers93 nv_clone;
/titanic_41/usr/src/lib/libshell/common/include/
H A Dname.h184 extern int nv_clone(Namval_t*, Namval_t*, int);
H A Dnval.h252 extern int nv_clone(Namval_t*, Namval_t*, int);
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h263 extern __MANGLE__ int nv_clone __PROTO__((Namval_t*, Namval_t*, int));
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h263 extern __MANGLE__ int nv_clone __PROTO__((Namval_t*, Namval_t*, int));
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h263 extern __MANGLE__ int nv_clone __PROTO__((Namval_t*, Namval_t*, int));
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h263 extern __MANGLE__ int nv_clone __PROTO__((Namval_t*, Namval_t*, int));