arraysearch
vq = arraysearch(vp, i);
return arraysearch(vp, val);
vp = arraysearch(vp, val);
static struct tbl *arraysearch(struct tbl *, int);