Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 1761) sorted by relevance

12345678910>>...71

/netbsd/external/bsd/tmux/dist/
H A Doptions-table.c207 .scope = OPTIONS_TABLE_SERVER,
214 .scope = OPTIONS_TABLE_SERVER,
224 .scope = OPTIONS_TABLE_SERVER,
239 .scope = OPTIONS_TABLE_SERVER,
262 .scope = OPTIONS_TABLE_SERVER,
269 .scope = OPTIONS_TABLE_SERVER,
276 .scope = OPTIONS_TABLE_SERVER,
286 .scope = OPTIONS_TABLE_SERVER,
293 .scope = OPTIONS_TABLE_SERVER,
301 .scope = OPTIONS_TABLE_SERVER,
[all …]
H A Dwindow-customize.c128 switch (scope) { in window_customize_get_tree()
192 switch (scope) { in window_customize_scope_text()
252 item->scope = scope; in window_customize_build_array()
324 item->scope = scope; in window_customize_build_option()
1031 scope = item->scope; in window_customize_set_option()
1041 scope = item->scope; in window_customize_set_option()
1057 scope = item->scope; in window_customize_set_option()
1077 if (scope == item->scope) in window_customize_set_option()
1115 new_item->scope = scope; in window_customize_set_option()
1254 new_item->scope = item->scope; in window_customize_set_key()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dqsort.d50 alias extern (C) int function(scope const void *, scope const void *, scope void *) Cmp;
55 extern (C) int cmp(scope const void* p1, scope const void* p2, scope void* ti) in _adSort()
65 alias extern (C) int function(scope void *, scope const void *, scope const void *) Cmp; in version()
70 extern (C) int cmp(scope void* ti, scope const void* p1, scope const void* p2) in version()
80 alias extern (C) int function(scope void *, scope const void *, scope const void *) Cmp; in version()
85 extern (C) int cmp(scope void* ti, scope const void* p1, scope const void* p2) in version()
95 alias extern (C) int function(scope void *, scope const void *, scope const void *) Cmp; in version()
100 extern (C) int cmp(scope void* ti, scope const void* p1, scope const void* p2) in version()
110 …alias extern (C) int function(scope const void *, scope const void *, scope void *) __compar_d_fn_… in version()
115 extern (C) int cmp(scope const void* p1, scope const void* p2, scope void* ti) in version()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dqsort.d50 alias extern (C) int function(scope const void *, scope const void *, scope void *) Cmp;
55 extern (C) int cmp(scope const void* p1, scope const void* p2, scope void* ti) in _adSort()
65 alias extern (C) int function(scope void *, scope const void *, scope const void *) Cmp; in version()
70 extern (C) int cmp(scope void* ti, scope const void* p1, scope const void* p2) in version()
80 alias extern (C) int function(scope void *, scope const void *, scope const void *) Cmp; in version()
85 extern (C) int cmp(scope void* ti, scope const void* p1, scope const void* p2) in version()
95 alias extern (C) int function(scope void *, scope const void *, scope const void *) Cmp; in version()
100 extern (C) int cmp(scope void* ti, scope const void* p1, scope const void* p2) in version()
110 …alias extern (C) int function(scope const void *, scope const void *, scope void *) __compar_d_fn_… in version()
115 extern (C) int cmp(scope const void* p1, scope const void* p2, scope void* ti) in version()
[all …]
/netbsd/usr.bin/make/unit-tests/
H A Dvar-scope-local.mk165 var-scope-local.c:
180 all: var-scope-local.o
193 all: var-scope-local-subst.o
194 all: var-scope-local-shell.o
196 var-scope-local-assign.o \
197 var-scope-local-append.o \
199 var-scope-local-default.o \
200 var-scope-local-subst.o \
201 var-scope-local-shell.o:
268 all: var-scope-local-use.o
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp97 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs); in ~AutoreleasePoolRewriter()
121 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
123 clearUnavailableDiags(*scope.End); in ~AutoreleasePoolRewriter()
127 Pass.TA.removeStmt(*scope.End); in ~AutoreleasePoolRewriter()
152 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
208 scope.End = I; in VisitCompoundStmt()
209 handlePoolScope(scope, S); in VisitCompoundStmt()
339 ReleaseCollector releaseColl(scope.PoolVar, scope.Releases); in handlePoolScope()
342 for (; I != scope.End; ++I) in handlePoolScope()
[all …]
/netbsd/external/bsd/byacc/dist/test/
H A Dbtyacc_demo.y28 Scope *scope; member
39 Scope *scope; member
58 %type <expr> expr(<scope>)
59 %type decl(<scope>) declarator_list(<scope>, <type>)
60 decl_list(<scope>)
61 %type <code> statement(<scope>) statement_list(<scope>)
63 %type <decl> declarator(<scope>, <type>) formal_arg(<scope>)
64 %type <type> decl_specs(<scope>) decl_spec(<scope>) typename(<scope>)
66 %type <scope> opt_scope(<scope>)
67 %type <dlist> formal_arg_list(<scope>) nonempty_formal_arg_list(<scope>)
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dport.d22 static int memicmp(scope const char* s1, scope const char* s2, size_t n) pure;
26 static bool isFloat32LiteralOutOfRange(scope const(char)* s);
28 static bool isFloat64LiteralOutOfRange(scope const(char)* s);
31 static void writelongLE(uint value, scope void* buffer) pure;
34 static uint readlongLE(scope const void* buffer) pure;
37 static void writelongBE(uint value, scope void* buffer) pure;
40 static uint readlongBE(scope const void* buffer) pure;
43 static uint readwordLE(scope const void* buffer) pure;
46 static uint readwordBE(scope const void* buffer) pure;
48 static void valcpy(scope void *dst, uint64_t val, size_t size) pure;
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dcp-namespace.c46 const char *scope,
259 std::string scope (name, prefix_len); in cp_search_static_and_baseclasses()
410 || scope[len] == '\0')) in cp_lookup_symbol_via_imports()
682 const char *scope, in lookup_namespace_scope() argument
687 if (scope[scope_len] != '\0') in lookup_namespace_scope()
702 scope, new_scope_len); in lookup_namespace_scope()
741 const char *scope = block_scope (block); in cp_lookup_symbol_nonlocal() local
1008 const char *scope; in cp_lookup_transparent_type() local
1017 if (scope[0] == '\0') in cp_lookup_transparent_type()
1029 const char *scope, in cp_lookup_transparent_type_loop() argument
[all …]
H A Dtracectf.c953 const struct bt_definition *scope in ctf_read_status() local
979 const struct bt_definition *scope; in ctf_read_tsv() local
1082 scope, in ctf_read_tp()
1120 const struct bt_definition *scope; in ctf_target_open() local
1159 scope, "id")); in ctf_target_open()
1255 const struct bt_definition *scope in fetch_registers() local
1329 const struct bt_definition *scope; in xfer_partial() local
1458 const struct bt_definition *scope; in get_trace_state_variable_value() local
1490 const struct bt_definition *scope in ctf_get_tpnum_from_frame_event() local
1678 const struct bt_definition *scope in traceframe_info() local
[all …]
H A Dd-namespace.c200 const domain_enum domain, const char *scope, in lookup_module_scope() argument
205 if (scope[scope_len] != '\0') in lookup_module_scope()
215 gdb_assert (scope[new_scope_len] == '.'); in lookup_module_scope()
220 scope, new_scope_len); in lookup_module_scope()
237 strncpy (module, scope, scope_len); in lookup_module_scope()
361 d_lookup_symbol_imports (const char *scope, const char *name, in d_lookup_symbol_imports() argument
430 domain, scope, 0); in d_lookup_symbol_imports()
473 d_lookup_symbol_module (const char *scope, const char *name, in d_lookup_symbol_module() argument
480 sym = d_lookup_symbol_in_module (scope, name, in d_lookup_symbol_module()
514 const char *scope = block_scope (block); in d_lookup_symbol_nonlocal() local
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dcp-namespace.c46 const char *scope,
259 std::string scope (name, prefix_len); in cp_search_static_and_baseclasses()
410 || scope[len] == '\0')) in cp_lookup_symbol_via_imports()
682 const char *scope, in lookup_namespace_scope() argument
687 if (scope[scope_len] != '\0') in lookup_namespace_scope()
702 scope, new_scope_len); in lookup_namespace_scope()
741 const char *scope = block_scope (block); in cp_lookup_symbol_nonlocal() local
1008 const char *scope; in cp_lookup_transparent_type() local
1017 if (scope[0] == '\0') in cp_lookup_transparent_type()
1029 const char *scope, in cp_lookup_transparent_type_loop() argument
[all …]
H A Dtracectf.c953 const struct bt_definition *scope in ctf_read_status() local
979 const struct bt_definition *scope; in ctf_read_tsv() local
1082 scope, in ctf_read_tp()
1120 const struct bt_definition *scope; in ctf_target_open() local
1159 scope, "id")); in ctf_target_open()
1255 const struct bt_definition *scope in fetch_registers() local
1329 const struct bt_definition *scope; in xfer_partial() local
1458 const struct bt_definition *scope; in get_trace_state_variable_value() local
1490 const struct bt_definition *scope in ctf_get_tpnum_from_frame_event() local
1678 const struct bt_definition *scope in traceframe_info() local
[all …]
H A Dd-namespace.c200 const domain_enum domain, const char *scope, in lookup_module_scope() argument
205 if (scope[scope_len] != '\0') in lookup_module_scope()
215 gdb_assert (scope[new_scope_len] == '.'); in lookup_module_scope()
220 scope, new_scope_len); in lookup_module_scope()
237 strncpy (module, scope, scope_len); in lookup_module_scope()
361 d_lookup_symbol_imports (const char *scope, const char *name, in d_lookup_symbol_imports() argument
430 domain, scope, 0); in d_lookup_symbol_imports()
473 d_lookup_symbol_module (const char *scope, const char *name, in d_lookup_symbol_module() argument
480 sym = d_lookup_symbol_in_module (scope, name, in d_lookup_symbol_module()
514 const char *scope = block_scope (block); in d_lookup_symbol_nonlocal() local
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-support.c189 gdb::unique_xmalloc_ptr<struct macro_scope> scope; in write_macro_definitions() local
192 scope = sal_macro_scope (find_pc_line (pc, 0)); in write_macro_definitions()
194 scope = default_macro_scope (); in write_macro_definitions()
195 if (scope == NULL) in write_macro_definitions()
196 scope = user_macro_scope (); in write_macro_definitions()
198 if (scope != NULL && scope->file != NULL && scope->file->table != NULL) in write_macro_definitions()
200 macro_for_each_in_scope (scope->file, scope->line, in write_macro_definitions()
569 if (m_instance->scope () != COMPILE_I_RAW_SCOPE) in compute()
603 if (m_instance->scope () == COMPILE_I_SIMPLE_SCOPE in compute()
617 if (m_instance->scope () != COMPILE_I_RAW_SCOPE) in compute()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-support.c189 gdb::unique_xmalloc_ptr<struct macro_scope> scope; in write_macro_definitions() local
192 scope = sal_macro_scope (find_pc_line (pc, 0)); in write_macro_definitions()
194 scope = default_macro_scope (); in write_macro_definitions()
195 if (scope == NULL) in write_macro_definitions()
196 scope = user_macro_scope (); in write_macro_definitions()
198 if (scope != NULL && scope->file != NULL && scope->file->table != NULL) in write_macro_definitions()
200 macro_for_each_in_scope (scope->file, scope->line, in write_macro_definitions()
569 if (m_instance->scope () != COMPILE_I_RAW_SCOPE) in compute()
603 if (m_instance->scope () == COMPILE_I_SIMPLE_SCOPE in compute()
617 if (m_instance->scope () != COMPILE_I_RAW_SCOPE) in compute()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.c689 for (; !found; scope = CP_DECL_CONTEXT (scope)) in search_unqualified()
781 scope = CP_DECL_CONTEXT (scope); in adl_namespace()
1989 binding->scope = scope; in new_class_binding()
2701 scope != old_scope; scope = scope->level_chain) in check_local_shadow()
3301 scope->this_entity, (void *) scope, line); in cp_binding_level_debug()
3439 for (scope = current_binding_level; scope; scope = scope->level_chain) in leave_scope()
4813 scope = ORIGINAL_NAMESPACE (scope); in set_decl_namespace()
5964 scope = ORIGINAL_NAMESPACE (scope); in suggest_alternative_in_explicit_scope()
6358 scope = binding->scope->level_chain; in outer_binding()
6373 while (scope && scope != outer_scope && scope->kind != sk_namespace) in outer_binding()
[all …]
H A Dname-lookup.cc1126 for (; !found; scope = CP_DECL_CONTEXT (scope)) in search_unqualified()
2430 binding->scope = scope; in new_class_binding()
3170 scope != old_scope; scope = scope->level_chain) in check_local_shadow()
4226 scope->this_entity, (void *) scope, line); in cp_binding_level_debug()
4369 for (scope = current_binding_level; scope; scope = scope->level_chain) in leave_scope()
5824 scope = ORIGINAL_NAMESPACE (scope); in set_decl_namespace()
7041 scope = ORIGINAL_NAMESPACE (scope); in suggest_alternative_in_explicit_scope()
7554 if (!binding || !scope || !scope->this_entity) in binding_to_template_parms_of_scope_p()
7602 scope = binding->scope->level_chain; in outer_binding()
7617 while (scope && scope != outer_scope && scope->kind != sk_namespace) in outer_binding()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c689 for (; !found; scope = CP_DECL_CONTEXT (scope)) in search_unqualified()
781 scope = CP_DECL_CONTEXT (scope); in adl_namespace()
1989 binding->scope = scope; in new_class_binding()
2701 scope != old_scope; scope = scope->level_chain) in check_local_shadow()
3301 scope->this_entity, (void *) scope, line); in cp_binding_level_debug()
3439 for (scope = current_binding_level; scope; scope = scope->level_chain) in leave_scope()
4813 scope = ORIGINAL_NAMESPACE (scope); in set_decl_namespace()
5964 scope = ORIGINAL_NAMESPACE (scope); in suggest_alternative_in_explicit_scope()
6358 scope = binding->scope->level_chain; in outer_binding()
6373 while (scope && scope != outer_scope && scope->kind != sk_namespace) in outer_binding()
[all …]
/netbsd/sys/kern/
H A Dkern_auth.c745 kauth_scope_t scope; in kauth_ifindscope() local
749 scope = NULL; in kauth_ifindscope()
755 return (scope); in kauth_ifindscope()
769 kauth_scope_t scope; in kauth_register_scope() local
777 scope = kmem_alloc(sizeof(*scope), KM_SLEEP); in kauth_register_scope()
790 kmem_free(scope, sizeof(*scope)); in kauth_register_scope()
798 scope->id = id; in kauth_register_scope()
807 listener->scope = scope; in kauth_register_scope()
817 return (scope); in kauth_register_scope()
885 kmem_free(scope, sizeof(*scope)); in kauth_deregister_scope()
[all …]
/netbsd/external/mpl/dhcp/dist/server/
H A Dddns.c172 scope = &(lease->scope); in ddns_updates()
177 scope = &(lease6->scope); in ddns_updates()
439 scope, oc, MDL); in ddns_updates()
664 scope, oc, MDL)) { in ddns_updates()
854 scope = inscope; in ddns_update_lease_text()
857 scope = &(lease->scope); in ddns_update_lease_text()
867 scope = &(lease6->scope); in ddns_update_lease_text()
875 if (scope == NULL) { in ddns_update_lease_text()
2046 scope = &(lease->scope); in ddns_removals()
2051 scope = &(lease6->scope); in ddns_removals()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dlocal-static.exp171 set scope [lindex $scope_line 0]
179 gdb_test "print '${scope}'" $print_quoted_re
182 gdb_test "print ${scope}" $print_unquoted_re
184 gdb_test "print ${scope}" $print_quoted_re
199 set scope [lindex $scope_line 0]
218 set test "print ${scope}::${var_prefix}_${var}"
228 set sym "${scope}::${var_prefix}_${var}"
253 set scope [lindex $scope_line 0]
256 with_test_prefix "$scope" {
258 gdb_breakpoint "$scope"
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dlocal-static.exp171 set scope [lindex $scope_line 0]
179 gdb_test "print '${scope}'" $print_quoted_re
182 gdb_test "print ${scope}" $print_unquoted_re
184 gdb_test "print ${scope}" $print_quoted_re
199 set scope [lindex $scope_line 0]
218 set test "print ${scope}::${var_prefix}_${var}"
228 set sym "${scope}::${var_prefix}_${var}"
253 set scope [lindex $scope_line 0]
256 with_test_prefix "$scope" {
258 gdb_breakpoint "$scope"
[all …]
/netbsd/usr.bin/make/
H A Dvar.c1097 v = VarFind(name, scope, scope == SCOPE_GLOBAL); in Var_Append()
1413 GNode *scope; member
1652 GNode *scope; member
2398 args.scope = expr->scope; in ApplyModifier_Loop()
3537 GNode *scope; in ApplyModifier_Assign() local
3567 scope = expr->scope; /* scope where v belongs */ in ApplyModifier_Assign()
3742 args.scope = expr->scope; in ApplyModifier_SysV()
4170 if (scope == SCOPE_CMDLINE || scope == SCOPE_GLOBAL) { in UndefinedShortVarValue()
4304 if (scope == SCOPE_CMDLINE || scope == SCOPE_GLOBAL) in FindLocalLegacyVar()
4412 (scope == SCOPE_CMDLINE || scope == SCOPE_GLOBAL); in ParseVarnameLong()
[all …]
/netbsd/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-sermersheim-ldap-subordinate-scope-xx.txt47 a subordinateSubtree scope which constrains the search scope to all
67 SearchRequest.scope [RFC2251] which constrains the search scope to
84 search scope.
86 2. Application to SearchRequest.scope
92 SearchRequest.scope constrains the search scope to all subordinate
104 way is by allowing a new "subord" scope in the <scope> part. Another
115 3.1 Application to LDAP URL <scope>
117 A new <scope> value of "subord" is added. Using the <scope> type
120 scope /= "subord"
133 the <scope> field.
[all …]

12345678910>>...71