/openbsd/gnu/usr.bin/binutils/gdb/tui/ |
H A D | tui-stack.c | 249 if (locator != NULL && locator->handle != (WINDOW *) NULL) in tui_show_locator_content() 257 wstandout (locator->handle); in tui_show_locator_content() 259 wclrtoeol (locator->handle); in tui_show_locator_content() 260 wstandend (locator->handle); in tui_show_locator_content() 261 tui_refresh_win (locator); in tui_show_locator_content() 276 if (locator->content[0] == NULL) in tui_set_locator_filename() 282 element = &((struct tui_win_element *) locator->content[0])->which_element.locator; in tui_set_locator_filename() 296 if (locator->content_size <= 0) in tui_set_locator_info() 298 locator->content = (void **) tui_alloc_content (1, locator->type); in tui_set_locator_info() 299 locator->content_size = 1; in tui_set_locator_info() [all …]
|
H A D | tui-disasm.c | 177 struct tui_gen_win_info * locator = tui_locator_win_info_ptr (); in tui_set_disassem_content() local 193 (((struct tui_win_element *) locator->content[0])->which_element.locator.addr); in tui_set_disassem_content() 322 struct tui_gen_win_info * locator; in tui_get_begin_asm_address() local 326 locator = tui_locator_win_info_ptr (); in tui_get_begin_asm_address() 327 element = &((struct tui_win_element *) locator->content[0])->which_element.locator; in tui_get_begin_asm_address()
|
H A D | tui-layout.c | 754 init_and_make_win ((void **) & locator, in show_source_disasm_command() 764 init_gen_win_info (locator, in show_source_disasm_command() 792 tui_make_visible (locator); in show_source_disasm_command() 828 struct tui_gen_win_info * locator = tui_locator_win_info_ptr (); in show_data() local 834 tui_make_invisible (locator); in show_data() 847 init_and_make_win ((void **) & locator, in show_data() 871 init_gen_win_info (locator, in show_data() 879 tui_make_visible (locator); in show_data() 1012 init_and_make_win ((void **) & locator, in show_source_or_disasm_and_command() 1022 init_gen_win_info (locator, in show_source_or_disasm_and_command() [all …]
|
H A D | tui-source.c | 91 struct tui_gen_win_info * locator = tui_locator_win_info_ptr (); in tui_set_source_content() local 144 locator->content[0])->which_element.locator.file_name, in tui_set_source_content() 147 locator->content[0])->which_element.locator.line_no); in tui_set_source_content() 312 content[0])->which_element.locator.file_name, fname) == 0)); in tui_source_is_displayed()
|
H A D | tui-wingeneral.c | 255 struct tui_gen_win_info * locator = tui_locator_win_info_ptr (); in tui_refresh_all() local 270 if (locator->is_visible) in tui_refresh_all() 272 touchwin (locator->handle); in tui_refresh_all() 273 tui_refresh_win (locator); in tui_refresh_all()
|
H A D | tui-win.c | 617 struct tui_gen_win_info * locator = tui_locator_win_info_ptr (); in tui_resize_all() local 651 locator->width += width_diff; in tui_resize_all() 664 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1; in tui_resize_all() 702 locator->width += width_diff; in tui_resize_all() 726 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1; in tui_resize_all() 1080 struct tui_gen_win_info * locator = tui_locator_win_info_ptr (); in tui_adjust_win_heights() local 1101 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1; in tui_adjust_win_heights() 1163 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1; in tui_adjust_win_heights() 1196 TUI_CMD_WIN->generic.origin.y = locator->origin.y + 1; in tui_adjust_win_heights()
|
H A D | tui-data.c | 513 element->which_element.locator.file_name[0] = in init_content_element() 514 element->which_element.locator.proc_name[0] = (char) 0; in init_content_element() 515 element->which_element.locator.line_no = 0; in init_content_element() 516 element->which_element.locator.addr = 0; in init_content_element()
|
H A D | tui-data.h | 227 struct tui_locator_element locator; /* locator elements */ member
|
H A D | ChangeLog-1998-2003 | 554 (_makeVisibleWithNewHeight): Don't clear locator line. 1134 element of the locator window's content allocated. This seems
|
/openbsd/usr.sbin/pkg_add/OpenBSD/ |
H A D | State.pm | 27 sub locator($self) subroutine 29 return $self->{state}->locator; 41 return $self->locator->path_parse($pkgname, $self->{state}); 46 return $self->locator->find($pkg, $self->{state}); 55 return $self->locator->match_locations(@p, $self->{state}); 60 return $self->locator->grabPlist($url, $code, $self->{state}); 78 sub locator($) subroutine
|
H A D | FwUpdate.pm | 49 sub locator($) subroutine 78 $state->locator->printable_default_path($state));
|
H A D | PkgDelete.pm | 100 sub stem2location($self, $locator, $name, $state) 103 my $l = $locator->match_locations(OpenBSD::Search::Stem->new($name));
|
H A D | Update.pm | 361 sub stem2location($self, $locator, $name, $state, $is_quirks = 0) 363 my $l = $locator->match_locations(OpenBSD::Search::Stem->new($name));
|
H A D | PkgCheck.pm | 907 my $locator = OpenBSD::Pkglocate->new($state); 912 $locator->add_param($p); 919 $locator->add_param($p); 922 $locator->show_results;
|
H A D | PkgAdd.pm | 1084 my $o = $state->locator->find($dbg, $state);
|
/openbsd/regress/usr.bin/mandoc/mdoc/Rs/ |
H A D | allch.out_markdown | 21 [uniform resource locator](uniform resource locator), 43 [uniform resource locator](uniform resource locator),
|
H A D | allch.out_utf8 | 9 journal, volume number, uniform resource locator, page number, 18 resource locator, page number, institutional author, city name, date of
|
H A D | allch.out_ascii | 9 journal, volume number, uniform resource locator, page number, 18 resource locator, page number, institutional author, city name, date of
|
/openbsd/usr.sbin/config/ |
H A D | gram.y | 123 %type <list> locators locator 412 locators locator { ($$ = $2)->nv_next = $1; } | 415 locator:
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509_ocsp.c | 408 for (i = 0; i < sk_ACCESS_DESCRIPTION_num(a->locator); i++) { in i2r_ocsp_serviceloc() 409 ad = sk_ACCESS_DESCRIPTION_value(a->locator, i); in i2r_ocsp_serviceloc()
|
/openbsd/lib/libcrypto/ocsp/ |
H A D | ocsp_local.h | 268 STACK_OF(ACCESS_DESCRIPTION) *locator;
|
H A D | ocsp_ext.c | 580 !(sloc->locator = sk_ACCESS_DESCRIPTION_new_null())) in OCSP_url_svcloc_new() 596 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new()
|
H A D | ocsp_asn.c | 1021 .offset = offsetof(OCSP_SERVICELOC, locator),
|
/openbsd/sbin/bioctl/ |
H A D | bioctl.c | 51 struct locator { struct 63 const char *str2locator(const char *, struct locator *); argument 303 str2locator(const char *string, struct locator *location) in str2locator() 684 struct locator location; in bio_setstate() 722 struct locator location; in bio_setblink()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticParseKinds.td | 1518 "reserved locator 'omp_all_memory' requires 'out' or 'inout' " 1521 "reserved locator 'omp_all_memory' cannot be specified more than once">,
|