Home | History | Annotate | Download | only in src

Lines Matching refs:vpp

94 	struct tbl *vp, **vpp = l->vars.tbls, *vq;
101 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) {
148 varsearch(struct block *l, struct tbl **vpp, const char *vn, uint32_t h)
163 *vpp = vp;
1117 struct tbl *vp, **vpp;
1121 vpp = l->vars.tbls;
1124 if ((vp = *vpp++) != NULL &&