Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dnvtype.c281 tp = nv_type(np); in findref()
317 if(nv_isarray(nq) && nv_type(np)) in fixnode()
671 if(tp=nv_type(nq)) in typeinfo()
852 if(strcmp(&np->nvname[m],NV_DATA)==0 && !nv_type(np)) in nv_mktype()
875 if(np->nvname[m]=='_' && np->nvname[m+1]==0 && (bp=nv_type(np))) in nv_mktype()
976 if(strcmp(&np->nvname[m],NV_DATA)==0 && !nv_type(np)) in nv_mktype()
988 dp = (Namtype_t*)nv_hasdisc(nv_type(np), &type_disc); in nv_mktype()
1242 Namval_t *nv_type(Namval_t *np) in nv_type() function
1292 if(nv_type(np)==tp) in nv_settype()
1294 if(nv_isarray(np) && (tq=nv_type(np))) in nv_settype()
H A Darray.c268 if((!up->cp||up->cp==Empty) && nv_type(np) && nv_isvtree(np)) in array_find()
503 if(!is_associative(ap) && string && !(flags&NV_APPEND) && !nv_type(np) && nv_isvtree(mp)) in array_putval()
517 if(ap->hdr.type && ap->hdr.type!=nv_type(mp)) in array_putval()
861 if((tp=nv_type(np)) || c) in nv_arraychild()
1287 if((mode&NV_ADD) && nv_type(np)) in nv_associative()
H A Dnvtree.c87 if ((flags&NV_MOVE) && nv_type(np)) in clone_tree()
803 if(*cp!='[' && (tp = nv_type(np))) in genvalue()
1030 if(nv_isattr(np,NV_ARRAY) && !nv_type(np) && nv_arraychild(np,(Namval_t*)0,0)==np) in nv_getvtree()
H A Dnvdisc.c248 …if(val && (tp=nv_type(np)) && (nr=nv_open(val,sh.var_tree,NV_VARNAME|NV_ARRAY|NV_NOADD|NV_NOFAIL))… in assign()
H A Dname.c481 else if(np->nvalue.cp && np->nvalue.cp!=Empty && !nv_type(np)) in nv_setlist()
1999 if(!is_abuiltin(np) && tp && tp->tp && nv_type(np)!=tp->tp) in scanfilter()
H A Dmacro.c1322 Namval_t *nq = nv_type(np); in varsub()
H A Dxec.c799 tp = nv_type(np); in sh_exec()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dnval.h285 extern Namval_t *nv_type(Namval_t*);
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h296 extern __MANGLE__ Namval_t *nv_type __PROTO__((Namval_t*));
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h296 extern __MANGLE__ Namval_t *nv_type __PROTO__((Namval_t*));
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h296 extern __MANGLE__ Namval_t *nv_type __PROTO__((Namval_t*));
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h296 extern __MANGLE__ Namval_t *nv_type __PROTO__((Namval_t*));
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c574 if(tp->tp && nv_type(np)!=tp->tp) in b_common()