Searched refs:nv_aindex (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dnval.h255 extern int nv_aindex(Namval_t*);
/ast/src/cmd/ksh93/sh/
H A Darith.c483 lvalue->nosub = nv_aindex(np)+1;
H A Dname.c507 if((arg->argflag&ARG_APPEND) && (!nv_isarray(np) || (nv_aindex(np)>=0)))
1139 else if(c==0 && mode && (n=nv_aindex(np))>0)
1544 nv_putsub(np,(char*)0,ARRAY_ADD|nv_aindex(np));
3268 index=nv_aindex(np);
H A Dinit.c871 sub = nv_aindex(SH_MATCHNOD);
873 sub2 = nv_aindex(np);
H A Dnvdisc.c198 if(nv_isarray(np) && (isub=nv_aindex(np)) < 0)
H A Darray.c1630 int nv_aindex(register Namval_t* np) function
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c647 else if((ap=nv_arrayptr(np)) && nv_aindex(np)>0 && ap->nelem==1 && nv_getval(np)==Empty)
1467 if(nv_aindex(np)>=0)

Completed in 41 milliseconds