Lines Matching refs:vq
1419 struct tbl *vq, *voptarg;
1494 vq = global(var);
1496 if (!setstr(vq, buf, KSH_RETURN_ERROR))
1799 struct tbl *vp /* FU gcc */ = NULL, *vq;
2154 vq = arraysearch(vp, c++);
2156 vq = global(*wp);
2158 if (vq->flag & RDONLY)
2163 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR))
2166 setint_v(vq, vq, false);
2168 vq->type = 0;