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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c57 Namval_t *nextpos; member in struct:assoc_array
1656 ap->pos = ap->nextpos;
1657 for(;ap->cur=ap->pos; ap->pos=ap->nextpos)
1659 ap->nextpos = (Namval_t*)dtnext(ap->header.table,ap->pos);
1727 ap->nextpos = (Namval_t*)dtnext(ap->header.table,mp);

Completed in 65 milliseconds