Home
last modified time | relevance | path

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

/titanic_51/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_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c221 if(nq = nv_opensub(np)) in nv_diropen()
604 mp = nv_opensub(np); in nv_outnode()
611 mp = nv_opensub(np); in nv_outnode()
689 mp = nv_opensub(np); in nv_outnode()
857 if(!np || (nv_isarray(np) && (!(tp=nv_opensub(np)) || !nv_isvtree(tp)))) in genvalue()
997 mp = nv_opensub(np); in walk_tree()
H A Dname.c379 if((arg->argflag&ARG_APPEND) && (tp->tre.tretyp&COMMSK)==TCOM && tp->com.comset && !nv_isvtree(np) && (((ap=nv_arrayptr(np)) && !ap->fun && !nv_opensub(np)) || (!ap && nv_isarray(np) && tp->com.comarg && !((mp=nv_search(tp->com.comarg->argval,shp->fun_tree,0)) && nv_isattr(mp,BLT_DCL))))) in nv_setlist()
600 if(nv_isarray(np) && (mp=nv_opensub(np))) in nv_setlist()
973 nq = nv_opensub(np); in nv_create()
1166 if(!(nq = nv_opensub(np))) in nv_create()
1554 if(mp=nv_opensub(np)) in nv_open()
1560 np = nv_opensub(np); in nv_open()
3080 if(sp && (mp=nv_opensub(np))) in nv_newattr()
3285 if(nv_isarray(np) && !(mp=nv_opensub(np))) in nv_rename()
3477 if(nq = nv_opensub(nr)) in nv_setref()
H A Darray.c251 return((np = nv_opensub(np)) && !nv_isnull(np)); in nv_arrayisset()
462 if(nq=nv_opensub(np)) in array_clone()
514 if(nq=nv_opensub(np)) in array_clone()
1561 Namval_t *nv_opensub(Namval_t* np) in nv_opensub() function
H A Darith.c177 if(nq = nv_opensub(np)) in scope()
H A Dsubshell.c263 if((ap=nv_arrayptr(np)) && (mp=nv_opensub(np))) in sh_assignok()
H A Dmacro.c1355 if(ap && !ap->fixed && (nq=nv_opensub(np))) in varsub()
1357 if(ap && (nq=nv_opensub(np))) in varsub()
/titanic_51/usr/src/lib/libshell/
H A Dmapfile-vers91 nv_opensub;
/titanic_51/usr/src/cmd/ast/libshell/
H A Dmapfile-vers109 nv_opensub;
/titanic_51/usr/src/lib/libshell/common/include/
H A Dnval.h248 extern Namval_t *nv_opensub(Namval_t*);
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h259 extern Namval_t *nv_opensub(Namval_t*);
/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dread.c236 if(np && nv_isarray(np) && (mp=nv_opensub(np))) in sh_readline()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dread.c241 if(np && nv_isarray(np) && (mp=nv_opensub(np))) in sh_readline()