Searched refs:find_binding (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | tree.c | 528 binding = find_binding (*scope, expr -> data.variable); 550 binding = find_binding (*scope, expr -> data.funcall.name); 996 binding = find_binding (*scope, expr -> data.variable); 1015 binding = find_binding (*scope, expr -> data.variable); 1914 binding = find_binding (*scope, expr -> data.variable); 2388 binding = find_binding (*scope, expr -> data.variable); 3760 struct binding *find_binding (struct binding_scope *scope, const char *name) in find_binding() function 4063 binding = find_binding (*scope, name); in create_binding() 4114 binding = find_binding (scope, name); in find_bound_string() 4143 binding = find_binding (scope, name); in unset()
|
H A D | execute.c | 365 binding = find_binding(*scope, r->data.set.name); 428 binding = find_binding (*scope, r->data.unset);
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | confpars.c | 3560 binding = find_binding (lease -> scope, val); in parse_lease_declaration() 4957 bnd = find_binding(scope, val); in parse_ia_na_declaration() 5405 bnd = find_binding(scope, val); in parse_ia_ta_declaration() 5843 bnd = find_binding(scope, val); in parse_ia_pd_declaration()
|
H A D | omapi.c | 2412 bp = find_binding (scope, nname); in binding_scope_set_value() 2489 bp = find_binding (scope, nname); in binding_scope_get_value()
|
/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | dhcpd.h | 2402 struct binding *find_binding (struct binding_scope *, const char *);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2003 | 4814 * name-lookup.c (find_binding): Pass appropriate pointer type to 4904 * decl.c (find_binding: Move to name-lookup.c. 5166 (find_binding): Adjust return type, add a third parameter. Remove 5968 (find_binding): Likewise.
|
H A D | ChangeLog-1999 | 3355 (find_binding): Fix typo in comment. 5740 (find_binding, select_decl, unqualified_namespace_lookup,
|
H A D | module.cc | 2551 depset *find_binding (tree ctx, tree name); 12349 depset::hash::find_binding (tree ctx, tree name) in find_binding() function in depset::hash
|
H A D | ChangeLog-1998 | 3870 (find_binding): Skip namespace aliases. 4684 (find_binding): New function.
|
H A D | ChangeLog-2011 | 3655 (find_binding): Likewise.
|
H A D | ChangeLog-2017 | 3631 (find_binding, cp_binding_level_find_binding_for_name,
|