Lines Matching full:loc
57 * assume caller has allocated and set up e->loc
69 if (!e->loc) {
73 l->argc = e->loc->argc;
74 l->argv = e->loc->argv;
79 l->next = e->loc;
80 e->loc = l;
90 struct block *l = e->loc;
94 e->loc = l->next;
185 varsearch(e->loc, &vp, vn, hash(vn));
222 struct block *l = e->loc;
277 l = varsearch(e->loc, &vp, n, h);
295 struct block *l = e->loc;
767 varsearch(e->loc, &vp, tvar, hash(tvar));
1035 for (l = e->loc; l != NULL; l = l->next) {