Home | History | Annotate | Download | only in src

Lines Matching refs:vpp

91 	struct tbl *vp, **vpp = l->vars.tbls, *vq;
98 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) {
145 varsearch(struct block *l, struct tbl **vpp, const char *vn, uint32_t h)
160 *vpp = vp;
1032 struct tbl *vp, **vpp;
1036 vpp = l->vars.tbls;
1039 if ((vp = *vpp++) != NULL &&