Searched refs:nv_opensub (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libtksh/include/
H A Dnvextra.h42 (! nv_isnull(nv_opensub(np))) )
43 #define nv_subnull(np) ( (!nv_getsub(np)) || nv_isnull(nv_opensub(np)))
44 #define nv_subnullf(np) (nv_isnull(nv_opensub(np))&& !(nv_opensub(np)->nvfun))
/ast/src/lib/libtksh/src/
H A Dvar.c469 nvsub = nv_opensub(namval);
494 Namval_t *nvsub = nv_opensub(nv), nvcpy;
529 if ((nvsub = nv_opensub(nv)))
541 Namval_t *nvsub = nv_opensub(nv);
726 if (part2 && ! (nvsub = nv_opensub(namval)))
811 if (name2 && ! (namval = nv_opensub(namval)) )
838 if (name2 && ! (namval = nv_opensub(namval)))
/ast/src/cmd/ksh93/sh/
H A Dnvtree.c221 if(nq = nv_opensub(np))
604 mp = nv_opensub(np);
611 mp = nv_opensub(np);
689 mp = nv_opensub(np);
857 if(!np || (nv_isarray(np) && (!(tp=nv_opensub(np)) || !nv_isvtree(tp))))
997 mp = nv_opensub(np);
H A Dname.c376 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)))))
597 if(nv_isarray(np) && (mp=nv_opensub(np)))
968 nq = nv_opensub(np);
1161 if(!(nq = nv_opensub(np)))
1539 if(mp=nv_opensub(np))
1545 np = nv_opensub(np);
3062 if(sp && (mp=nv_opensub(np)))
3267 if(nv_isarray(np) && !(mp=nv_opensub(np)))
3459 if(nq = nv_opensub(nr))
H A Darith.c177 if(nq = nv_opensub(np))
H A Darray.c251 return((np = nv_opensub(np)) && !nv_isnull(np));
462 if(nq=nv_opensub(np))
514 if(nq=nv_opensub(np))
1561 Namval_t *nv_opensub(Namval_t* np) function
H A Dsubshell.c257 if((ap=nv_arrayptr(np)) && (mp=nv_opensub(np)))
/ast/src/cmd/ksh93/include/
H A Dnval.h259 extern Namval_t *nv_opensub(Namval_t*);
/ast/src/cmd/ksh93/bltins/
H A Dread.c241 if(np && nv_isarray(np) && (mp=nv_opensub(np)))
/ast/src/cmd/kshlib/dss/
H A Ddss.c715 np = sp->mp = nv_opensub(np);

Completed in 42 milliseconds