Home
last modified time | relevance | path

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

12345678910>>...30

/netbsd/src/external/bsd/tmux/dist/
Doptions-table.c180 .scope = OPTIONS_TABLE_SESSION, \
189 .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE, \
198 .scope = OPTIONS_TABLE_WINDOW, \
219 .scope = OPTIONS_TABLE_SERVER,
226 .scope = OPTIONS_TABLE_SERVER,
236 .scope = OPTIONS_TABLE_SERVER,
251 .scope = OPTIONS_TABLE_SERVER,
259 .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
266 .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
274 .scope = OPTIONS_TABLE_SERVER,
[all …]
Dwindow-customize.c86 enum window_customize_scope scope; member
125 window_customize_get_tree(enum window_customize_scope scope, in window_customize_get_tree() argument
128 switch (scope) { in window_customize_get_tree()
161 return (item->oo == window_customize_get_tree(item->scope, fsp)); in window_customize_check_item()
186 window_customize_scope_text(enum window_customize_scope scope, in window_customize_scope_text() argument
192 switch (scope) { in window_customize_scope_text()
231 struct mode_tree_item *top, enum window_customize_scope scope, in window_customize_build_array() argument
252 item->scope = scope; in window_customize_build_array()
271 struct mode_tree_item *top, enum window_customize_scope scope, in window_customize_build_option() argument
288 if (scope == WINDOW_CUSTOMIZE_SERVER || in window_customize_build_option()
[all …]
Dcmd-parse.y85 struct cmd_parse_scope *scope; member
167 if (ps->scope == NULL || ps->scope->flag)
178 if (ps->scope == NULL || ps->scope->flag)
228 (ps->scope == NULL || ps->scope->flag))
239 (ps->scope == NULL || ps->scope->flag))
247 struct cmd_parse_scope *scope; variable
249 scope = xmalloc(sizeof *scope);
250 $$ = scope->flag = format_true($2);
253 if (ps->scope != NULL)
254 TAILQ_INSERT_HEAD(&ps->stack, ps->scope, entry);
[all …]
Dcmd-show-options.c83 int window, idx, ambiguous, parent, scope; in cmd_show_options_exec() local
89 scope = options_scope_from_flags(args, window, target, &oo, in cmd_show_options_exec()
91 if (scope == OPTIONS_TABLE_NONE) { in cmd_show_options_exec()
98 return (cmd_show_options_all(self, item, scope, oo)); in cmd_show_options_exec()
112 scope = options_scope_from_name(args, window, name, target, &oo, in cmd_show_options_exec()
114 if (scope == OPTIONS_TABLE_NONE) { in cmd_show_options_exec()
199 cmd_show_options_all(struct cmd *self, struct cmdq_item *item, int scope, in cmd_show_options_all() argument
219 if (~oe->scope & scope) in cmd_show_options_all()
/netbsd/src/usr.bin/make/unit-tests/
Dvar-scope-local.mk165 var-scope-local.c:
180 all: var-scope-local.o
189 all: var-scope-local-assign.o
190 all: var-scope-local-append.o
191 all: var-scope-local-append-global.o
192 all: var-scope-local-default.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 \
[all …]
/netbsd/src/external/bsd/byacc/dist/test/
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>)
62 block_statement(<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>)
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcp-namespace.c48 const char *scope,
264 std::string scope (name, prefix_len); in cp_search_static_and_baseclasses()
275 = lookup_symbol_in_static_block (scope.c_str (), block, in cp_search_static_and_baseclasses()
280 scope_sym = lookup_global_symbol (scope.c_str (), block, in cp_search_static_and_baseclasses()
387 cp_lookup_symbol_via_imports (const char *scope, in cp_lookup_symbol_via_imports() argument
410 sym = cp_lookup_symbol_in_namespace (scope, name, in cp_lookup_symbol_via_imports()
435 ? (startswith (scope, current->import_dest) in cp_lookup_symbol_via_imports()
437 || scope[len] == ':' in cp_lookup_symbol_via_imports()
438 || scope[len] == '\0')) in cp_lookup_symbol_via_imports()
439 : strcmp (scope, current->import_dest) == 0); in cp_lookup_symbol_via_imports()
[all …]
Dtracectf.c951 const struct bt_definition *scope in ctf_read_status() local
954 SET_ENUM_FIELD (event, scope, ts, enum trace_stop_reason, stop_reason); in ctf_read_status()
955 SET_INT32_FIELD (event, scope, ts, stopping_tracepoint); in ctf_read_status()
956 SET_INT32_FIELD (event, scope, ts, traceframe_count); in ctf_read_status()
957 SET_INT32_FIELD (event, scope, ts, traceframes_created); in ctf_read_status()
958 SET_INT32_FIELD (event, scope, ts, buffer_free); in ctf_read_status()
959 SET_INT32_FIELD (event, scope, ts, buffer_size); in ctf_read_status()
960 SET_INT32_FIELD (event, scope, ts, disconnected_tracing); in ctf_read_status()
961 SET_INT32_FIELD (event, scope, ts, circular_buffer); in ctf_read_status()
977 const struct bt_definition *scope; in ctf_read_tsv() local
[all …]
Dd-namespace.c200 const domain_search_flags 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()
218 new_scope_len += d_find_first_component (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
369 sym = d_lookup_symbol_in_module (scope, name, block, domain, 1); in d_lookup_symbol_imports()
385 if (!current->searched && strcmp (scope, current->import_dest) == 0) in d_lookup_symbol_imports()
430 domain, scope, 0); in d_lookup_symbol_imports()
[all …]
Dxml-support.c164 scope_level &scope = m_scopes.back (); in body_text() local
165 scope.body.append (text, length); in body_text()
264 scope_level &scope = m_scopes[m_scopes.size () - 2]; in start_element() local
272 for (element = scope.elements; element && element->name; in start_element()
287 unknown_scope.elements = scope.elements; in start_element()
295 if (!(element->flags & GDB_XML_EF_REPEATABLE) && (seen & scope.seen)) in start_element()
298 scope.seen |= seen; in start_element()
404 struct scope_level *scope = &m_scopes.back (); in end_element() local
410 for (element = scope->elements, seen = 1; in end_element()
413 if ((scope->seen & seen) == 0 in end_element()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dname-lookup.cc108 binding->scope = level; in create_local_binding()
418 if (binding->scope == b) in find_local_binding()
486 static bool seen_p (tree scope) in seen_p() argument
488 return LOOKUP_SEEN_P (scope); in seen_p()
490 static bool found_p (tree scope) in found_p() argument
492 return LOOKUP_FOUND_P (scope); in found_p()
495 void mark_seen (tree scope); /* Mark and add to scope vector. */
496 static void mark_found (tree scope) in mark_found() argument
498 gcc_checking_assert (seen_p (scope)); in mark_found()
499 LOOKUP_FOUND_P (scope) = true; in mark_found()
[all …]
Dfriend.cc41 set_global_friend (tree scope) in set_global_friend() argument
43 gcc_checking_assert (scope != NULL_TREE); in set_global_friend()
44 gcc_assert (!global_friend || global_friend == scope); in set_global_friend()
45 global_friend = scope; in set_global_friend()
51 is_global_friend (tree scope) in is_global_friend() argument
53 gcc_checking_assert (scope != NULL_TREE); in is_global_friend()
55 if (global_friend == scope) in is_global_friend()
61 if (is_specialization_of_friend (global_friend, scope)) in is_global_friend()
497 do_friend (tree scope, tree declarator, tree decl, in do_friend() argument
505 if (!scope) in do_friend()
[all …]
/netbsd/src/sys/kern/
Dkern_auth.c64 kauth_scope_t scope; /* scope backpointer */ member
745 kauth_scope_t scope; in kauth_ifindscope() local
749 scope = NULL; in kauth_ifindscope()
750 SIMPLEQ_FOREACH(scope, &scope_list, next_scope) { in kauth_ifindscope()
751 if (strcmp(scope->id, id) == 0) 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()
[all …]
/netbsd/src/usr.bin/make/
Dvar.c454 GNode_FindVar(GNode *scope, Substring varname, unsigned hash) in GNode_FindVar() argument
456 return HashTable_FindValueBySubstringHash(&scope->vars, varname, hash); in GNode_FindVar()
473 VarFindSubstring(Substring name, GNode *scope, bool elsewhere) in VarFindSubstring() argument
482 var = GNode_FindVar(scope, name, nameHash); in VarFindSubstring()
486 if (var == NULL && scope != SCOPE_CMDLINE) in VarFindSubstring()
489 if (!opts.checkEnvFirst && var == NULL && scope != SCOPE_GLOBAL) { in VarFindSubstring()
491 if (var == NULL && scope != SCOPE_INTERNAL) { in VarFindSubstring()
504 if (opts.checkEnvFirst && scope != SCOPE_GLOBAL) { in VarFindSubstring()
506 if (var == NULL && scope != SCOPE_INTERNAL) in VarFindSubstring()
519 VarFind(const char *name, GNode *scope, bool elsewhere) in VarFind() argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dlocal-static.exp170 set scope [lindex $scope_line 0]
178 gdb_test "print '${scope}'" $print_quoted_re
181 gdb_test "print ${scope}" $print_unquoted_re
183 gdb_test "print ${scope}" $print_quoted_re
198 set scope [lindex $scope_line 0]
207 set test "print '${scope}'::${var_prefix}_${var}"
217 set test "print ${scope}::${var_prefix}_${var}"
227 set sym "${scope}::${var_prefix}_${var}"
252 set scope [lindex $scope_line 0]
255 with_test_prefix "$scope" {
[all …]
Dvirtbase2.exp66 foreach scope [make_scope_list $scopes] {
67 gdb_test "print ${scope}i" " = 55"
68 gdb_test "print ${scope}d" " = 6.25"
69 gdb_test "print ${scope}x" " = 22"
76 foreach scope [make_scope_list $scopes] {
77 gdb_test "print ${scope}x" " = 22"
84 foreach scope [make_scope_list $scopes] {
85 gdb_test "print ${scope}w" " = 17"
/netbsd/src/external/bsd/openldap/dist/doc/drafts/
Ddraft-sermersheim-ldap-subordinate-scope-xx.txt9 draft-sermersheim-ldap-subordinate-scope-00.txt
45 supports three scope values for the search operation -- namely:
47 a subordinateSubtree scope which constrains the search scope to all
67 SearchRequest.scope [RFC2251] which constrains the search scope to
71 exclude the base object from a wholeSubtree search scope, to
72 distributed operation applications which require this scope for
76 To meet these needs, the subordinateSubtree scope value is
79 The subordinateSubtrees cope is applied to the SearchRequest.scope
80 field, the <scope> type and alternately the <extension> type of the
82 include an LDAP search scope. A mechanism is also given which allows
[all …]
/netbsd/src/external/bsd/openldap/dist/tests/progs/
Dslapd-search.c49 char *sbase, int scope, char *filter, LDAP **ldp,
55 char *sbase, int scope, char *filter, char *attr,
91 int scope = LDAP_SCOPE_SUBTREE; in main() local
145 scope = ldap_pvt_str2scope( optarg ); in main()
146 if ( scope == -1 ) { in main()
180 sbase, scope, filter, attr, in main()
184 do_search( config, sbase, scope, filter, in main()
196 char *sbase, int scope, char *filter, char *attr, in do_random() argument
270 sbase, scope, buf, &ld, in do_random()
297 char *sbase, int scope, char *filter, LDAP **ldp, in do_search() argument
[all …]
/netbsd/src/lib/libc/net/
Dinet6_scopeid.c56 uint16_t scope; in inet6_getscopeid() local
57 memcpy(&scope, &sin6->sin6_addr.s6_addr[2], sizeof(scope)); in inet6_getscopeid()
58 sin6->sin6_scope_id = ntohs(scope); in inet6_getscopeid()
74 uint16_t scope = htons(sin6->sin6_scope_id); in inet6_putscopeid() local
75 memcpy(&sin6->sin6_addr.s6_addr[2], &scope, sizeof(scope)); in inet6_putscopeid()
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dsearch.c64 int scope, in ldap_search_ext() argument
74 return ldap_pvt_search( ld, base, scope, filter, attrs, in ldap_search_ext()
82 int scope, in ldap_pvt_search() argument
124 ber = ldap_build_search_req( ld, base, scope, filter, attrs, in ldap_pvt_search()
145 int scope, in ldap_search_ext_s() argument
155 return ldap_pvt_search_s( ld, base, scope, filter, attrs, in ldap_search_ext_s()
163 int scope, in ldap_pvt_search_s() argument
179 rc = ldap_pvt_search( ld, base, scope, filter, attrs, attrsonly, in ldap_pvt_search_s()
229 LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, in ldap_search() argument
240 ber = ldap_build_search_req( ld, base, scope, filter, attrs, in ldap_search()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-live.cc390 mark_scope_block_unused (tree scope) in mark_scope_block_unused() argument
393 TREE_USED (scope) = false; in mark_scope_block_unused()
394 if (!(*debug_hooks->ignore_block) (scope)) in mark_scope_block_unused()
395 TREE_USED (scope) = true; in mark_scope_block_unused()
396 for (t = BLOCK_SUBBLOCKS (scope); t ; t = BLOCK_CHAIN (t)) in mark_scope_block_unused()
414 remove_unused_scope_block_p (tree scope, bool in_ctor_dtor_block) in remove_unused_scope_block_p() argument
417 bool unused = !TREE_USED (scope); in remove_unused_scope_block_p()
422 if (inlined_polymorphic_ctor_dtor_block_p (scope, true)) in remove_unused_scope_block_p()
431 tree fn = block_ultimate_origin (scope); in remove_unused_scope_block_p()
439 for (t = &BLOCK_VARS (scope); *t; t = next) in remove_unused_scope_block_p()
[all …]
/netbsd/src/external/bsd/openldap/dist/tests/data/
Dreferrals.out4 # base <c=US> with scope sub
34 # base <o=abc,c=US> with scope sub
57 # base <uid=xxx,o=abc,c=US> with scope sub
74 # base <c=US> with scope base
91 # base <c=US> with scope one
116 # base <c=US> with scope sub
147 # base <o=abc,c=US> with scope base
163 # base <o=abc,c=US> with scope one
179 # base <o=abc,c=US> with scope sub
195 # base <uid=xxx,o=abc,c=US> with scope base
[all …]
/netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/src/
DLDAPSearchRequest.cpp31 LDAPSearchRequest::LDAPSearchRequest(const string& base, int scope, in LDAPSearchRequest() argument
41 " base:" << base << endl << " scope:" << scope << endl in LDAPSearchRequest()
46 m_scope=scope; in LDAPSearchRequest()
95 int scope; in followReferral() local
112 scope = LDAPAsynConnection::SEARCH_BASE; in followReferral()
115 scope = m_scope; in followReferral()
120 return new LDAPSearchRequest(usedUrl->getDN(), scope, filter, in followReferral()
/netbsd/src/sys/netinet6/
Dscope6.c105 int scope; in in6_addrscope() local
108 scope = addr->s6_addr[1] & 0xc0; in in6_addrscope()
110 switch (scope) { in in6_addrscope()
121 scope = addr->s6_addr[1] & 0x0f; in in6_addrscope()
127 switch (scope) { in in6_addrscope()
287 int scope; in in6_setscope() local
315 scope = in6_addrscope(in6); in in6_setscope()
317 switch (scope) { in in6_setscope()
/netbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_symbol.h170 typedef struct scope { struct
171 SLIST_ENTRY(scope) scope_stack_links;
172 TAILQ_ENTRY(scope) scope_links;
173 TAILQ_HEAD(, scope) inner_scope;
183 SLIST_HEAD(scope_list, scope); argument
184 TAILQ_HEAD(scope_tailq, scope);

12345678910>>...30