Home
last modified time | relevance | path

Searched refs:nv_opensub (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dnvtree.c219 if(nq = nv_opensub(np)) in nv_diropen()
565 mp = nv_opensub(np); in nv_outnode()
572 mp = nv_opensub(np); in nv_outnode()
640 mp = nv_opensub(np); in nv_outnode()
796 if(!np || (nv_isarray(np) && (!(tp=nv_opensub(np)) || !nv_isvtree(tp)))) in genvalue()
927 mp = nv_opensub(np); in walk_tree()
H A Darray.c197 return((np = nv_opensub(np)) && !nv_isnull(np)); in nv_arrayisset()
358 if(nq=nv_opensub(np)) in array_clone()
410 if(nq=nv_opensub(np)) in array_clone()
1111 Namval_t *nv_opensub(Namval_t* np) in nv_opensub() function
H A Dname.c531 if(nv_isarray(np) && (mp=nv_opensub(np))) in nv_setlist()
980 if(!(nq = nv_opensub(np))) in nv_create()
2711 if(mp=nv_opensub(np)) in nv_newattr()
2923 if(nv_isarray(np) && !(mp=nv_opensub(np))) in nv_rename()
3041 if(nq = nv_opensub(nr)) in nv_setref()
H A Dsubshell.c270 if((ap=nv_arrayptr(np)) && (mp=nv_opensub(np))) in sh_assignok()
/titanic_50/usr/src/lib/libshell/
H A Dmapfile-vers91 nv_opensub;
/titanic_50/usr/src/lib/libshell/common/include/
H A Dnval.h248 extern Namval_t *nv_opensub(Namval_t*);
/titanic_50/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
/titanic_50/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
/titanic_50/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dread.c236 if(np && nv_isarray(np) && (mp=nv_opensub(np))) in sh_readline()