Home
last modified time | relevance | path

Searched refs:arrayp (Results 1 – 2 of 2) sorted by relevance

/external/one-true-awk/
Drun.c1486 Cell *x, *vp, *arrayp, *cp, *ncp; in instat() local
1491 arrayp = execute(a[1]); in instat()
1492 if (!isarr(arrayp)) { in instat()
1495 tp = (Array *) arrayp->sval; in instat()
1496 tempfree(arrayp); in instat()
/external/mksh/src/
Dvar.c177 array_index_calc(const char *n, bool *arrayp, uint32_t *valp) in array_index_calc() argument
183 *arrayp = false; in array_index_calc()
212 *arrayp = true; in array_index_calc()