Lines Matching refs:new_scope
1837 scope_datum_t *new_scope;1842 if ((new_scope =1843 (scope_datum_t *) calloc(1, sizeof(*new_scope))) == NULL) {1849 (hashtab_datum_t) new_scope);1852 free(new_scope);1855 new_scope->scope = SCOPE_REQ; /* this is reset further down */1856 base_scope = new_scope;