Searched refs:nv_clone (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/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 | 263 extern int nv_clone(Namval_t*, Namval_t*, int);
|
/illumos-gate/usr/src/cmd/ast/libshell/ |
H A D | mapfile-vers | 90 nv_clone;
|
/illumos-gate/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()
|