Home | History | Annotate | Download | only in src

Lines Matching defs: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;
1088 struct tbl *vp, **vpp;
1092 vpp = l->vars.tbls;
1095 if ((vp = *vpp++) != NULL &&