Lines Matching defs:scope
191 int scope = 0;
218 scope++;
219 debug(3, "stab %d: opening scope (%d)\n", i + 1, scope);
222 scope--;
223 debug(3, "stab %d: closing scope (%d)\n", i + 1, scope);
231 * trying to pop a stack that only has the outer scope
324 /* Make sure the scope tracking is working correctly */
326 iidescp->ii_type != II_SFUN) || scope == 0);
329 * The only things we care about that are in local scope are
332 if (scope && stab->n_type != N_PSYM) {