Searched refs:nv_isvtree (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 316 …if((nfp=nextdisc(np)) && (nfp->disc->getval||nfp->disc->getnum) && nv_isvtree(np) && strcmp(cp,dp-… in nv_dirnext() 436 if(nv_isvtree(np)) in nv_attribute() 607 if(mp && special && nv_isvtree(mp) && !nv_isarray(mp)) in nv_outnode() 638 if(mp && nv_isvtree(mp)) in nv_outnode() 659 if(mp && nv_isvtree(mp)) in nv_outnode() 690 if(indent>0 && !(mp && special && nv_isvtree(mp))) in nv_outnode() 788 …if((np->nvalue.cp && np->nvalue.cp!=Empty) || nv_isattr(np,~(NV_MINIMAL|NV_NOFREE)) || nv_isvtree(… in outval() 857 if(!np || (nv_isarray(np) && (!(tp=nv_opensub(np)) || !nv_isvtree(tp)))) in genvalue() 1083 Namfun_t *nv_isvtree(Namval_t *np) in nv_isvtree() function 1129 if(mp && nv_isvtree(mp)) in put_tree()
|
H A D | array.c | 329 if(nv_isvtree(mp)) in array_find() 372 if((!up->cp||up->cp==Empty) && nv_type(np) && nv_isvtree(np)) in array_find() 516 if(nq && (((flags&NV_COMVAR) && nv_isvtree(nq)) || nv_isarray(nq))) in array_clone() 621 …if(!is_associative(ap) && string && !(flags&NV_APPEND) && !nv_type(np) && nv_isvtree(mp) && !(ap->… in array_putval() 723 if(string && ap->hdr.type && nv_isvtree(np)) in array_putval() 855 if(nv_hasdisc(np,&array_disc) || (nv_type(np) && nv_isvtree(np))) in array_grow() 998 if(!(fp=nv_isvtree(np))) in nv_setarray() 1146 if((aq->header.nelem&ARRAY_NOCHILD) && nv_isvtree(mp) && !mp->nvfun->dsize) in nv_nextsub()
|
H A D | name.c | 369 if(nv_isvtree(np) && !nv_isarray(np)) in nv_setlist() 379 …if((arg->argflag&ARG_APPEND) && (tp->tre.tretyp&COMMSK)==TCOM && tp->com.comset && !nv_isvtree(np)… in nv_setlist() 544 if(!nv_isnull(np) && np->nvalue.cp!=Empty && !nv_isvtree(np)) in nv_setlist() 547 …else if(((np->nvalue.cp && np->nvalue.cp!=Empty)||nv_isvtree(np)|| nv_arrayptr(np)) && !nv_type(np… in nv_setlist() 1186 if(c=='.' && !nv_isvtree(nq)) in nv_create() 1556 … nv_open(cp,shp->var_tree,NV_NOFAIL|NV_VARNAME|NV_NOARRAY|NV_NOASSIGN|NV_NOADD)) && nv_isvtree(np)) in nv_open() 2302 if(sp->scanmask==NV_TABLE && nv_isvtree(np)) in scanfilter() 2473 if(nv_isvtree(np)) in table_unset() 3306 if(!nv_isvtree(np)) in nv_rename() 3310 if(!mp && index>=0 && nv_isvtree(nr)) in nv_rename() [all …]
|
H A D | nvtype.c | 416 if(nq->nvalue.cp || !nv_isvtree(nq) || nv_isattr(nq,NV_RDONLY)) in clone_type() 1002 if(nv_isvtree(np)) in nv_mktype() 1361 else if(!nv_isvtree(np)) in nv_settype()
|
H A D | subshell.c | 279 if(!add && nv_isvtree(np)) in sh_assignok()
|
H A D | macro.c | 1387 if(type<=1 && np && nv_isvtree(np) && mp->pattern==1 && !mp->split) in varsub()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 518 if(nv_isvtree(np)) in print_value() 522 if(!nv_isvtree(np)) in print_value() 656 else if( (iarray||(flag&NV_ARRAY)) && nv_isvtree(np) && !nv_type(np)) in setall() 712 else if(comvar && !nv_isvtree(np) && !nv_rename(np,flag|NV_COMVAR)) in setall() 760 if((flag&NV_EXPORT) && (strchr(name,'.') || nv_isvtree(np))) in setall() 1370 if(nv_isvtree(np)) in print_namval() 1389 sfputr(file,nv_isvtree(np)?cp:sh_fmtq(cp),'\n'); in print_namval() 1481 if(!is_abuiltin(np) && nv_isvtree(np)) in print_scan()
|
H A D | print.c | 625 if(alt && nv_isvtree(np)) in fmtbase64()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | nval.h | 275 extern Namfun_t *nv_isvtree(Namval_t*);
|