Home
last modified time | relevance | path

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

12345678910>>...28

/openbsd-src/usr.bin/tmux/
H A Doptions-table.c187 .scope = OPTIONS_TABLE_SESSION, \
196 .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE, \
205 .scope = OPTIONS_TABLE_WINDOW, \
227 .scope = OPTIONS_TABLE_SERVER,
234 .scope = OPTIONS_TABLE_SERVER,
244 .scope = OPTIONS_TABLE_SERVER,
259 .scope = OPTIONS_TABLE_SERVER,
268 .scope = OPTIONS_TABLE_SERVER,
276 .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
283 .scope
[all...]
H A Dwindow-customize.c86 enum window_customize_scope scope; member
126 window_customize_get_tree(enum window_customize_scope scope, in window_customize_get_tree()
129 switch (scope) { in window_customize_get_tree()
162 return (item->oo == window_customize_get_tree(item->scope, fsp)); in window_customize_check_item()
187 window_customize_scope_text(enum window_customize_scope scope, in window_customize_scope_text()
193 switch (scope) { in window_customize_scope_text()
232 struct mode_tree_item *top, enum window_customize_scope scope, in window_customize_build_array()
253 item->scope = scope; in window_customize_build_array()
272 struct mode_tree_item *top, enum window_customize_scope scope, in window_customize_build_option()
125 window_customize_get_tree(enum window_customize_scope scope,struct cmd_find_state * fs) window_customize_get_tree() argument
186 window_customize_scope_text(enum window_customize_scope scope,struct cmd_find_state * fs) window_customize_scope_text() argument
231 window_customize_build_array(struct window_customize_modedata * data,struct mode_tree_item * top,enum window_customize_scope scope,struct options_entry * o,struct format_tree * ft) window_customize_build_array() argument
271 window_customize_build_option(struct window_customize_modedata * data,struct mode_tree_item * top,enum window_customize_scope scope,struct options_entry * o,struct format_tree * ft,const char * filter,struct cmd_find_state * fs) window_customize_build_option() argument
382 enum window_customize_scope scope; window_customize_build_options() local
1015 enum window_customize_scope scope = WINDOW_CUSTOMIZE_NONE; window_customize_set_option() local
[all...]
H A 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)
227 struct cmd_parse_scope *scope;
229 if (ps->scope != NULL) {
230 flag = ps->scope->flag;
231 TAILQ_FOREACH(scope, &ps->stack, entry)
232 flag = flag && scope
247 struct cmd_parse_scope *scope; global() variable
261 struct cmd_parse_scope *scope; global() variable
273 struct cmd_parse_scope *scope; global() variable
664 struct cmd_parse_scope *scope, *scope1; cmd_parse_run_parser() local
[all...]
H A Dcmd-show-options.c84 int window, idx, ambiguous, parent, scope; in cmd_show_options_exec() local
90 scope = options_scope_from_flags(args, window, target, &oo, in cmd_show_options_exec()
92 if (scope == OPTIONS_TABLE_NONE) { in cmd_show_options_exec()
99 return (cmd_show_options_all(self, item, scope, oo)); in cmd_show_options_exec()
113 scope = options_scope_from_name(args, window, name, target, &oo, in cmd_show_options_exec()
115 if (scope == OPTIONS_TABLE_NONE) { in cmd_show_options_exec()
200 cmd_show_options_all(struct cmd *self, struct cmdq_item *item, int scope, in cmd_show_options_all() argument
220 if (~oe->scope & scope) in cmd_show_options_all()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp97 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
98 clearRefsIn(*scope.Begin, info.Refs); in ~AutoreleasePoolRewriter()
99 clearRefsIn(*scope.End, info.Refs); in ~AutoreleasePoolRewriter()
100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs); in ~AutoreleasePoolRewriter()
121 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
122 clearUnavailableDiags(*scope.Begin); in ~AutoreleasePoolRewriter()
123 clearUnavailableDiags(*scope.End); in ~AutoreleasePoolRewriter()
124 if (scope.IsFollowedBySimpleReturnStmt) { in ~AutoreleasePoolRewriter()
126 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {"); in ~AutoreleasePoolRewriter()
127 Pass.TA.removeStmt(*scope.End); in ~AutoreleasePoolRewriter()
[all …]
/openbsd-src/sys/dev/acpi/
H A Ddsdt.c768 aml_lockfield(struct aml_scope *scope, struct aml_value *field)
777 aml_unlockfield(struct aml_scope *scope, struct aml_value *field)
1287 uint8_t *aml_parseend(struct aml_scope *scope); in aml_parseopcode()
1293 aml_parseopcode(struct aml_scope *scope) in aml_parseopcode()
1295 int opcode = (scope->pos[0]); in aml_parseopcode()
1296 int twocode = (scope->pos[0]<<8) + scope->pos[1]; in aml_parseopcode()
1311 scope->pos += 2;
1314 scope->pos += 1; in aml_parsename()
1392 aml_parselength(struct aml_scope *scope) in aml_parselength()
760 aml_lockfield(struct aml_scope * scope,struct aml_value * field) aml_lockfield() argument
769 aml_unlockfield(struct aml_scope * scope,struct aml_value * field) aml_unlockfield() argument
1285 aml_parseopcode(struct aml_scope * scope) aml_parseopcode() argument
1384 aml_parselength(struct aml_scope * scope) aml_parselength() argument
1405 aml_parseend(struct aml_scope * scope) aml_parseend() argument
1487 aml_callosi(struct aml_scope * scope,struct aml_value * val) aml_callosi() argument
1803 aml_findscope(struct aml_scope * scope,int type,int endscope) aml_findscope() argument
1829 aml_getstack(struct aml_scope * scope,int opcode) aml_getstack() argument
1855 aml_showstack(struct aml_scope * scope) aml_showstack() argument
1884 struct aml_scope *scope; aml_pushscope() local
1918 aml_popscope(struct aml_scope * scope) aml_popscope() argument
2922 acpi_mutex_acquire(struct aml_scope * scope,struct aml_value * mtx,int timeout) acpi_mutex_acquire() argument
2943 acpi_mutex_release(struct aml_scope * scope,struct aml_value * mtx) acpi_mutex_release() argument
2956 acpi_event_wait(struct aml_scope * scope,struct aml_value * evt,int timeout) acpi_event_wait() argument
2981 acpi_event_signal(struct aml_scope * scope,struct aml_value * evt) acpi_event_signal() argument
2989 acpi_event_reset(struct aml_scope * scope,struct aml_value * evt) acpi_event_reset() argument
2996 aml_store(struct aml_scope * scope,struct aml_value * lhs,int64_t ival,struct aml_value * rhs) aml_store() argument
3102 aml_disasm(struct aml_scope * scope,int lvl,void (* dbprintf)(void *,const char *,...),void * arg) aml_disasm() argument
3467 aml_eval(struct aml_scope * scope,struct aml_value * my_ret,int ret_type,int argc,struct aml_value * argv) aml_eval() argument
3645 aml_parsesimple(struct aml_scope * scope,char ch,struct aml_value * rv) aml_parsesimple() argument
3709 aml_seterror(struct aml_scope * scope,const char * fmt,...) aml_seterror() argument
3758 aml_load(struct acpi_softc * sc,struct aml_scope * scope,struct aml_value * rgn,struct aml_value * ddb) aml_load() argument
3795 aml_parse(struct aml_scope * scope,int ret_type,const char * stype) aml_parse() argument
4516 struct aml_scope *scope; acpi_parse_aml() local
[all...]
H A Dacpidebug.c39 extern void aml_disasm(struct aml_scope *scope, int lvl,
52 char scope[80]; variable
245 memset(scope, 0, sizeof scope); in db_parse_name()
249 if (strlcat(scope, db_tok_string, sizeof scope) >= in db_parse_name()
250 sizeof scope) { in db_parse_name()
256 if (strlcat(scope, ".", sizeof scope) >= in db_parse_name()
257 sizeof scope) { in db_parse_name()
264 if (!strlen(scope)) { in db_parse_name()
285 node = aml_searchname(acpi_softc->sc_root, scope); in db_acpi_showval()
310 node = aml_searchname(acpi_softc->sc_root, scope); in db_acpi_disasm()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dname-lookup.c291 binding->scope = NULL; in cxx_binding_free()
300 new_class_binding (tree name, tree value, tree type, cxx_scope *scope) in new_class_binding() argument
305 if (VEC_length (cp_class_binding, scope->class_shadowed)) in new_class_binding()
308 old_base = VEC_index (cp_class_binding, scope->class_shadowed, 0); in new_class_binding()
309 if (VEC_reserve (cp_class_binding, gc, scope->class_shadowed, 1)) in new_class_binding()
315 VEC_iterate (cp_class_binding, scope->class_shadowed, i, cb); in new_class_binding()
325 cb = VEC_quick_push (cp_class_binding, scope->class_shadowed, NULL); in new_class_binding()
328 cb = VEC_safe_push (cp_class_binding, gc, scope->class_shadowed, NULL); in new_class_binding()
332 binding->scope = scope; in new_class_binding()
348 binding->scope = level; in push_binding()
[all …]
H A Dsemantics.c635 tree r, scope; in begin_if_stmt() local
636 scope = do_pushlevel (sk_block); in begin_if_stmt()
638 TREE_CHAIN (r) = scope; in begin_if_stmt()
686 tree scope = TREE_CHAIN (if_stmt); in finish_if_stmt() local
688 add_stmt (do_poplevel (scope)); in finish_if_stmt()
874 tree scope = TREE_CHAIN (for_stmt); in finish_for_stmt() local
876 add_stmt (do_poplevel (scope)); in finish_for_stmt()
904 tree r, scope; in begin_switch_stmt() local
908 scope = do_pushlevel (sk_block); in begin_switch_stmt()
909 TREE_CHAIN (r) = scope; in begin_switch_stmt()
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/SH/
H A Dnoarg.out_lint1 mandoc: noarg.in:5:2: WARNING: line scope broken: SH breaks SH
2 mandoc: noarg.in:9:2: WARNING: line scope broken: SS breaks SH
3 mandoc: noarg.in:12:2: WARNING: line scope broken: TP breaks SH
4 mandoc: noarg.in:16:2: WARNING: line scope broken: IP breaks SH
5 mandoc: noarg.in:19:2: WARNING: line scope broken: HP breaks SH
6 mandoc: noarg.in:23:2: WARNING: line scope broken: PP breaks SH
7 mandoc: noarg.in:26:2: WARNING: line scope broken: RS breaks SH
8 mandoc: noarg.in:29:2: WARNING: line scope broken: RE breaks SH
10 mandoc: noarg.in:32:2: WARNING: line scope broken: UR breaks SH
11 mandoc: noarg.in:35:2: WARNING: line scope broken: UE breaks SH
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/SS/
H A Dnoarg.out_lint1 mandoc: noarg.in:5:2: WARNING: line scope broken: SH breaks SS
2 mandoc: noarg.in:9:2: WARNING: line scope broken: SS breaks SS
3 mandoc: noarg.in:12:2: WARNING: line scope broken: TP breaks SS
4 mandoc: noarg.in:16:2: WARNING: line scope broken: IP breaks SS
5 mandoc: noarg.in:19:2: WARNING: line scope broken: HP breaks SS
6 mandoc: noarg.in:23:2: WARNING: line scope broken: PP breaks SS
7 mandoc: noarg.in:26:2: WARNING: line scope broken: RS breaks SS
8 mandoc: noarg.in:29:2: WARNING: line scope broken: RE breaks SS
10 mandoc: noarg.in:32:2: WARNING: line scope broken: UR breaks SS
11 mandoc: noarg.in:35:2: WARNING: line scope broken: UE breaks SS
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/B/
H A Dnest.out_lint1 mandoc: nest.in:12:2: WARNING: line scope broken: IR breaks SM
2 mandoc: nest.in:11:2: WARNING: line scope broken: IR breaks B
3 mandoc: nest.in:15:2: WARNING: line scope broken: SH breaks SM
4 mandoc: nest.in:14:2: WARNING: line scope broken: SH breaks B
5 mandoc: nest.in:18:2: WARNING: line scope broken: RI breaks B
6 mandoc: nest.in:17:2: WARNING: line scope broken: RI breaks B
/openbsd-src/usr.sbin/rpki-client/
H A Drrdp_snapshot.c46 enum snapshot_scope scope; member
56 if (sxml->scope != SNAPSHOT_SCOPE_NONE) in start_snapshot_elem()
95 sxml->scope = SNAPSHOT_SCOPE_SNAPSHOT; in start_snapshot_elem()
103 if (sxml->scope != SNAPSHOT_SCOPE_SNAPSHOT) in end_snapshot_elem()
106 sxml->scope = SNAPSHOT_SCOPE_END; in end_snapshot_elem()
116 if (sxml->scope != SNAPSHOT_SCOPE_SNAPSHOT) in start_publish_elem()
139 sxml->scope = SNAPSHOT_SCOPE_PUBLISH; in start_publish_elem()
147 if (sxml->scope != SNAPSHOT_SCOPE_PUBLISH) in end_publish_elem()
155 sxml->scope = SNAPSHOT_SCOPE_SNAPSHOT; in end_publish_elem()
201 if (sxml->scope == SNAPSHOT_SCOPE_PUBLISH) in snapshot_content_handler()
[all …]
H A Drrdp_delta.c48 enum delta_scope scope; member
58 if (dxml->scope != DELTA_SCOPE_NONE) in start_delta_elem()
95 dxml->scope = DELTA_SCOPE_EMPTY_DELTA; in start_delta_elem()
103 if (dxml->scope == DELTA_SCOPE_EMPTY_DELTA) in end_delta_elem()
105 if (dxml->scope != DELTA_SCOPE_DELTA) in end_delta_elem()
108 dxml->scope = DELTA_SCOPE_END; in end_delta_elem()
120 if (dxml->scope != DELTA_SCOPE_EMPTY_DELTA && in start_publish_withdraw_elem()
121 dxml->scope != DELTA_SCOPE_DELTA) in start_publish_withdraw_elem()
151 dxml->scope = DELTA_SCOPE_PUBLISH; in start_publish_withdraw_elem()
159 if (dxml->scope != DELTA_SCOPE_PUBLISH) in end_publish_withdraw_elem()
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/TP/
H A Dbroken.out_lint1 mandoc: broken.in:11:2: WARNING: line scope broken: RE breaks TP
2 mandoc: broken.in:16:1: WARNING: skipping blank line in line scope
3 mandoc: broken.in:21:2: WARNING: line scope broken: EOF breaks I
4 mandoc: broken.in:20:2: WARNING: line scope broken: EOF breaks B
5 mandoc: broken.in:19:2: WARNING: line scope broken: EOF breaks TP
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcp-namespace.c79 const char *scope,
90 const char *scope,
366 const char *scope, in lookup_namespace_scope() argument
371 if (scope[scope_len] != '\0') in lookup_namespace_scope()
381 gdb_assert (scope[new_scope_len] == ':'); in lookup_namespace_scope()
384 new_scope_len += cp_find_first_component (scope + new_scope_len); in lookup_namespace_scope()
387 scope, new_scope_len); in lookup_namespace_scope()
396 strncpy (namespace, scope, scope_len); in lookup_namespace_scope()
582 const char *scope; in cp_lookup_transparent_type() local
589 scope = block_scope (get_selected_block (0)); in cp_lookup_transparent_type()
[all …]
H A Dblock.c35 const char *scope; member
172 && BLOCK_NAMESPACE (block)->scope != NULL) in block_scope()
173 return BLOCK_NAMESPACE (block)->scope; in block_scope()
184 block_set_scope (struct block *block, const char *scope, in block_set_scope() argument
189 BLOCK_NAMESPACE (block)->scope = scope; in block_set_scope()
237 BLOCK_NAMESPACE (block)->scope = NULL; in block_initialize_namespace()
/openbsd-src/lib/libc/asr/
H A Dgetnameinfo.c51 char scope[IF_NAMESIZE + 1], *ifname; in asr_print_addr() local
74 scope[0] = SCOPE_DELIMITER; in asr_print_addr()
75 scope[1] = '\0'; in asr_print_addr()
83 ifname = if_indextoname(ifidx, scope + 1); in asr_print_addr()
86 (void)snprintf(scope + 1, sizeof(scope) - 1, "%u", ifidx); in asr_print_addr()
89 (void)strlcat(buf, scope, buflen); in asr_print_addr()
91 s += strlen(scope); in asr_print_addr()
/openbsd-src/usr.sbin/unbound/edns-subnet/
H A Daddrtree.c90 node_create(struct addrtree *tree, void *elem, addrlen_t scope, in node_create() argument
98 node->scope = scope; in node_create()
362 addrlen_t sourcemask, addrlen_t scope, void *elem, time_t ttl, in addrtree_insert() argument
374 if (tree->max_depth < scope) scope = tree->max_depth; in addrtree_insert()
376 if (scope < sourcemask) sourcemask = scope; in addrtree_insert()
388 node->scope = scope; in addrtree_insert()
404 newnode = node_create(tree, elem, scope, ttl); in addrtree_insert()
425 node->scope = scope; in addrtree_insert()
451 newnode->scope = scope; in addrtree_insert()
461 newnode = node_create(tree, elem, scope, ttl); in addrtree_insert()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A D2use15 # Check compile time scope of pragma
26 # Check compile time scope of pragma
37 # Check runtime scope of pragma
48 # Check runtime scope of pragma
59 # Check runtime scope of pragma
179 # Check scope of pragma with eval
192 # Check scope of pragma with eval
206 # Check scope of pragma with eval
220 # Check scope of pragma with eval
234 # Check scope of pragma with eval
[all …]
H A D5nolint99 # Check scope of pragma with eval
112 # Check scope of pragma with eval
126 # Check scope of pragma with eval
139 # Check scope of pragma with eval
153 # Check scope of pragma with eval
166 # Check scope of pragma with eval
180 # Check scope of pragma with eval
193 # Check scope of pragma with eval
/openbsd-src/regress/usr.bin/mandoc/man/TS/
H A Dbreak.out_lint1 mandoc: break.in:7:2: WARNING: line scope broken: TS breaks TP
2 mandoc: break.in:14:2: WARNING: line scope broken: TS breaks SH
3 mandoc: break.in:21:2: WARNING: line scope broken: TS breaks SS
4 mandoc: break.in:28:2: WARNING: line scope broken: TS breaks B
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.h171 typedef struct scope { struct
172 SLIST_ENTRY(scope) scope_stack_links;
173 TAILQ_ENTRY(scope) scope_links;
174 TAILQ_HEAD(, scope) inner_scope;
184 SLIST_HEAD(scope_list, scope); argument
185 TAILQ_HEAD(scope_tailq, scope);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml200 scope:Llvm.llmetadata ->
216 scope:Llvm.llmetadata ->
226 scope:Llvm.llmetadata ->
233 ~column ~scope =
234 dibuild_create_debug_location_helper llctx line column scope inlined_at
249 external di_scope_get_file : scope:Llvm.llmetadata -> Llvm.llmetadata option
282 scope:Llvm.llmetadata ->
295 scope:Llvm.llmetadata ->
348 scope:Llvm.llmetadata ->
365 scope:Llvm.llmetadata ->
[all …]
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-ospf6.c122 char *scope; in ospf6_print_ls_type() local
126 scope = "linklocal-"; in ospf6_print_ls_type()
129 scope = "area-"; in ospf6_print_ls_type()
132 scope = "AS-"; in ospf6_print_ls_type()
135 scope = ""; in ospf6_print_ls_type()
141 printf(" %srtr %s", scope, ipaddr_string(ls_router)); in ospf6_print_ls_type()
145 printf(" %snet dr %s if %s", scope, in ospf6_print_ls_type()
151 printf(" %sinter-area-prefix %s abr %s", scope, in ospf6_print_ls_type()
157 printf(" %sinter-area-router %s rtr %s", scope, in ospf6_print_ls_type()
163 printf(" %sase %s asbr %s", scope, in ospf6_print_ls_type()
[all …]

12345678910>>...28