Lines Matching refs:binding_scope
43 struct binding_scope *global_scope;
513 struct binding_scope **scope;
541 struct binding_scope *ns;
565 ns = (struct binding_scope *)0;
707 struct binding_scope **scope;
1139 struct binding_scope **scope;
2242 struct binding_scope **scope;
2712 struct binding_scope **scope;
2747 struct binding_scope **scope;
2793 struct binding_scope **scope;
3760 struct binding *find_binding (struct binding_scope *scope, const char *name) in find_binding()
3763 struct binding_scope *s; in find_binding()
3775 int free_bindings (struct binding_scope *scope, const char *file, int line) in free_bindings()
3792 struct binding_scope **ptr; in binding_scope_dereference()
3796 struct binding_scope *binding_scope; local
3807 binding_scope = *ptr;
3808 *ptr = (struct binding_scope *)0;
3809 --binding_scope -> refcnt;
3811 binding_scope, binding_scope -> refcnt, 1, RC_MISC);
3812 if (binding_scope -> refcnt > 0)
3815 if (binding_scope -> refcnt < 0) {
3818 dump_rc_history (binding_scope);
3827 free_bindings (binding_scope, file, line);
3828 if (binding_scope -> outer)
3829 binding_scope_dereference (&binding_scope -> outer, MDL);
3830 dfree (binding_scope, file, line);
4054 struct binding *create_binding (struct binding_scope **scope, const char *name) in create_binding()
4085 int bind_ds_value (struct binding_scope **scope, in bind_ds_value()
4109 struct binding_scope *scope, in find_bound_string()
4139 int unset (struct binding_scope *scope, const char *name) in unset()