Home
last modified time | relevance | path

Searched refs:nv_isvtree (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dnvtree.c314 …if((nfp=nextdisc(np)) && (nfp->disc->getval||nfp->disc->getnum) && nv_isvtree(np) && strcmp(cp,dp-… in nv_dirnext()
421 if(nv_isvtree(np)) in nv_attribute()
568 if(mp && special && nv_isvtree(mp)) in nv_outnode()
595 if(mp && nv_isvtree(mp)) in nv_outnode()
612 if(mp && nv_isvtree(mp)) in nv_outnode()
641 if(indent>0 && !(mp && special && nv_isvtree(mp))) in nv_outnode()
726 …if((np->nvalue.cp && np->nvalue.cp!=Empty) || nv_isattr(np,~(NV_MINIMAL|NV_NOFREE)) || nv_isvtree(… in outval()
796 if(!np || (nv_isarray(np) && (!(tp=nv_opensub(np)) || !nv_isvtree(tp)))) in genvalue()
1010 Namfun_t *nv_isvtree(Namval_t *np) in nv_isvtree() function
1054 if(mp && nv_isvtree(mp)) in put_tree()
H A Darray.c250 if(nv_isvtree(mp)) in array_find()
268 if((!up->cp||up->cp==Empty) && nv_type(np) && nv_isvtree(np)) in array_find()
412 if(nq && (flags&NV_COMVAR) && nv_isvtree(nq)) in array_clone()
503 if(!is_associative(ap) && string && !(flags&NV_APPEND) && !nv_type(np) && nv_isvtree(mp)) in array_putval()
572 if(string && ap->hdr.type && nv_isvtree(np)) in array_putval()
676 if(nv_hasdisc(np,&array_disc) || nv_isvtree(np)) in array_grow()
818 if(!(fp=nv_isvtree(np))) in nv_setarray()
926 if((aq->header.nelem&ARRAY_NOCHILD) && nv_isvtree(mp) && !mp->nvfun->dsize) in nv_nextsub()
H A Dname.c354 if(nv_isvtree(np) && !nv_isarray(np)) in nv_setlist()
478 if(!nv_isnull(np) && np->nvalue.cp!=Empty && !nv_isvtree(np)) in nv_setlist()
1000 if(c=='.' && !nv_isvtree(nq)) in nv_create()
2157 if(nv_isvtree(np)) in table_unset()
2937 if(!nv_isvtree(np)) in nv_rename()
2941 if(!mp && index>=0 && nv_isvtree(nr)) in nv_rename()
H A Dnvtype.c404 if(nq->nvalue.cp || !nv_isvtree(nq) || nv_isattr(nq,NV_RDONLY)) in clone_type()
969 if(nv_isvtree(np)) in nv_mktype()
1326 else if(!nv_isvtree(np)) in nv_settype()
H A Dsubshell.c286 if(!add && nv_isvtree(np)) in sh_assignok()
H A Dmacro.c1287 if(type<=1 && np && nv_isvtree(np) && mp->pattern==1 && !mp->split) in varsub()
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c424 if(nv_isvtree(np)) in print_value()
428 if(!nv_isvtree(np)) in print_value()
565 else if(comvar && !nv_isvtree(np) && !nv_rename(np,flag|NV_COMVAR)) in b_common()
587 if((flag&NV_EXPORT) && (strchr(name,'.') || nv_isvtree(np))) in b_common()
1109 if(nv_isvtree(np)) in print_namval()
1126 sfputr(file,nv_isvtree(np)?cp:sh_fmtq(cp),'\n'); in print_namval()
H A Dprint.c552 if(alt && nv_isvtree(np)) in fmtbase64()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dnval.h264 extern Namfun_t *nv_isvtree(Namval_t*);
/titanic_50/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h275 extern __MANGLE__ Namfun_t *nv_isvtree __PROTO__((Namval_t*));
/titanic_50/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h275 extern __MANGLE__ Namfun_t *nv_isvtree __PROTO__((Namval_t*));
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h275 extern __MANGLE__ Namfun_t *nv_isvtree __PROTO__((Namval_t*));
/titanic_50/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h275 extern __MANGLE__ Namfun_t *nv_isvtree __PROTO__((Namval_t*));
/titanic_50/usr/src/lib/libshell/misc/
H A DERRATA.txt947 …p->nvalue.cp && np->nvalue.cp!=Empty) || nv_isattr(np,~(NV_MINIMAL|NV_NOFREE)) || nv_isvtree(np))
990 - if((aq->header.nelem&ARRAY_NOCHILD) && nv_isvtree(mp))
991 + if((aq->header.nelem&ARRAY_NOCHILD) && nv_isvtree(mp) && !mp->nvfun->dsize)