Searched refs:find_binding (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/common/
H A Dtree.c528 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) function
4063 binding = find_binding (*scope, name);
4114 binding = find_binding (scope, name);
4143 binding = find_binding (scop
[all...]
H A Dexecute.c365 binding = find_binding(*scope, r->data.set.name);
428 binding = find_binding (*scope, r->data.unset);
/netbsd-current/external/mpl/dhcp/dist/server/
H A Domapi.c2412 bp = find_binding (scope, nname);
2489 bp = find_binding (scope, nname);
H A Dconfpars.c3560 binding = find_binding (lease -> scope, val);
4957 bnd = find_binding(scope, val);
5405 bnd = find_binding(scope, val);
5843 bnd = find_binding(scope, val);
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2402 struct binding *find_binding (struct binding_scope *, const char *);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc2551 depset *find_binding (tree ctx, tree name);
12349 depset::hash::find_binding (tree ctx, tree name)

Completed in 284 milliseconds