/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 219 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 D | array.c | 197 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 D | name.c | 531 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 D | subshell.c | 270 if((ap=nv_arrayptr(np)) && (mp=nv_opensub(np))) in sh_assignok()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 221 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 D | name.c | 379 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 D | array.c | 251 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 D | arith.c | 177 if(nq = nv_opensub(np)) in scope()
|
H A D | subshell.c | 263 if((ap=nv_arrayptr(np)) && (mp=nv_opensub(np))) in sh_assignok()
|
H A D | macro.c | 1355 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 D | mapfile-vers | 91 nv_opensub;
|
/titanic_51/usr/src/cmd/ast/libshell/ |
H A D | mapfile-vers | 109 nv_opensub;
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 248 extern Namval_t *nv_opensub(Namval_t*);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | nval.h | 259 extern Namval_t *nv_opensub(Namval_t*);
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 259 extern __MANGLE__ Namval_t *nv_opensub __PROTO__((Namval_t*));
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 236 if(np && nv_isarray(np) && (mp=nv_opensub(np))) in sh_readline()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | read.c | 241 if(np && nv_isarray(np) && (mp=nv_opensub(np))) in sh_readline()
|