HomeSort by relevance Sort by last modified time
    Searched refs:arrayp (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
var.c 165 * Used to calculate an array index for global()/local(). Sets *arrayp
170 array_index_calc(const char *n, bool *arrayp, uint32_t *valp)
176 *arrayp = false;
204 *arrayp = true;
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 1434 Cell *x, *vp, *arrayp, *cp, *ncp; local
1439 arrayp = execute(a[1]);
1440 if (!isarr(arrayp)) {
1443 tp = (Array *) arrayp->sval
    [all...]

Completed in 828 milliseconds