| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | macrocmd.c | 52 char *expanded = NULL; in macro_expand_command() local 54 make_cleanup (free_current_contents, &expanded); in macro_expand_command() 69 expanded = macro_expand (exp, standard_macro_lookup, ms); in macro_expand_command() 71 fputs_filtered (expanded, gdb_stdout); in macro_expand_command() 88 char *expanded = NULL; in macro_expand_once_command() local 90 make_cleanup (free_current_contents, &expanded); in macro_expand_once_command() 105 expanded = macro_expand_once (exp, standard_macro_lookup, ms); in macro_expand_once_command() 107 fputs_filtered (expanded, gdb_stdout); in macro_expand_once_command()
|
| /openbsd-src/usr.bin/cu/ |
| H A D | command.c | 146 char buf[BUFSIZ], *expanded; in send_file() local 153 expanded = tilde_expand(file); in send_file() 154 f = fopen(expanded, "r"); in send_file() 167 free(expanded); in send_file() 174 char *expanded; in send_xmodem() local 180 expanded = tilde_expand(file); in send_xmodem() 181 xmodem_send(expanded); in send_xmodem() 182 free(expanded); in send_xmodem()
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | tmux.c | 115 char *expanded, *name; in expand_path() local 122 xasprintf(&expanded, "%s%s", home, path + 1); in expand_path() 123 return (expanded); in expand_path() 138 xasprintf(&expanded, "%s%s", value->value, end); in expand_path() 139 return (expanded); in expand_path() 149 char *copy, *next, *tmp, resolved[PATH_MAX], *expanded; in expand_paths() local 158 expanded = expand_path(next, home); in expand_paths() 159 if (expanded == NULL) { in expand_paths() 163 if (realpath(expanded, resolved) == NULL) { in expand_paths() 165 expanded, strerro in expand_paths() [all...] |
| H A D | cmd-list-buffers.c | 53 char *line, *expanded; in cmd_list_buffers_exec() local 66 expanded = format_expand(ft, filter); in cmd_list_buffers_exec() 67 flag = format_true(expanded); in cmd_list_buffers_exec() 68 free(expanded); in cmd_list_buffers_exec()
|
| H A D | cmd-list-sessions.c | 60 char *line, *expanded; in cmd_list_sessions_exec() local 74 expanded = format_expand(ft, filter); in cmd_list_sessions_exec() 75 flag = format_true(expanded); in cmd_list_sessions_exec() 76 free(expanded); in cmd_list_sessions_exec()
|
| H A D | cmd-list-clients.c | 63 char *line, *expanded; in cmd_list_clients_exec() local 85 expanded = format_expand(ft, filter); in cmd_list_clients_exec() 86 flag = format_true(expanded); in cmd_list_clients_exec() 87 free(expanded); in cmd_list_clients_exec()
|
| H A D | cmd-set-environment.c | 54 char *expanded = NULL; in cmd_set_environment_exec() local 71 expanded = format_single_from_target(item, value); in cmd_set_environment_exec() 72 value = expanded; in cmd_set_environment_exec() 117 free(expanded); in cmd_set_environment_exec()
|
| H A D | cmd-list-windows.c | 93 char *line, *expanded; in cmd_list_windows_session() local 116 expanded = format_expand(ft, filter); in cmd_list_windows_session() 117 flag = format_true(expanded); in cmd_list_windows_session() 118 free(expanded); in cmd_list_windows_session()
|
| H A D | mode-tree.c | 98 int expanded; 211 if (mti->expanded) in mode_tree_build_lines() 302 if (!mtd->line_list[mtd->current].item->expanded) { in mode_tree_collapse_current() 303 mtd->line_list[mtd->current].item->expanded = 1; in mode_tree_collapse_current() 311 if (mtd->line_list[mtd->current].item->expanded) { in mode_tree_get_tag() 312 mtd->line_list[mtd->current].item->expanded = 0; in mode_tree_get_tag() 340 if (!mtd->line_list[found].item->expanded) { in mode_tree_set_current() 341 mtd->line_list[found].item->expanded = 1; in mode_tree_set_current() 587 int expanded) in mode_tree_add() 605 if (parent == NULL || parent->expanded) in mode_tree_no_tag() 92 int expanded; global() member 560 mode_tree_add(struct mode_tree_data * mtd,struct mode_tree_item * parent,void * itemdata,uint64_t tag,const char * name,const char * text,int expanded) mode_tree_add() argument [all...] |
| H A D | cmd-new-window.c | 63 char *cause = NULL, *cp, *expanded; in cmd_new_window_exec() local 74 expanded = format_single(item, name, c, s, NULL, NULL); in cmd_new_window_exec() 76 if (strcmp(wl->window->name, expanded) != 0) in cmd_new_window_exec() 83 free(expanded); in cmd_new_window_exec() 86 free(expanded); in cmd_new_window_exec()
|
| H A D | cmd-list-panes.c | 96 char *line, *expanded; in cmd_list_panes_window() local 134 expanded = format_expand(ft, filter); in cmd_list_panes_window() 135 flag = format_true(expanded); in cmd_list_panes_window() 136 free(expanded); in cmd_list_panes_window()
|
| H A D | cmd-source-file.c | 160 char *pattern, *cwd, *expanded = NULL; in cmd_source_file_exec() 197 free(expanded); in cmd_source_file_exec() 198 expanded = format_single_from_target(item, path); in cmd_source_file_exec() 199 path = expanded; in cmd_source_file_exec() 234 free(expanded); 138 char *pattern, *cwd, *expanded = NULL; cmd_source_file_exec() local
|
| H A D | cmd-set-option.c | 92 char *name, *argument, *expanded = NULL; in cmd_set_option_exec() local 126 expanded = format_single_from_target(item, value); in cmd_set_option_exec() 127 value = expanded; in cmd_set_option_exec() 230 free(expanded); in cmd_set_option_exec() 236 free(expanded); in cmd_set_option_exec()
|
| H A D | arguments.c | 341 char *s, *expanded; in args_copy_copy_value() local 349 expanded = xstrdup(from->string); in args_copy_copy_value() 351 s = cmd_template_replace(expanded, argv[i], i + 1); in args_copy_copy_value() 352 free(expanded); in args_copy_copy_value() 353 expanded = s; in args_copy_copy_value() 355 to->string = expanded; in args_copy_copy_value() 514 char *expanded = NULL; in args_print_add_value() local 523 expanded = cmd_list_print(value->cmdlist, 0); in args_print_add_value() 524 args_print_add(buf, len, "{ %s }", expanded); in args_print_add_value() 527 expanded = args_escape(value->string); in args_print_add_value() [all …]
|
| H A D | format-draw.c | 690 u_int available, const char *expanded, struct style_ranges *srs, in format_draw() argument 710 size_t size = strlen(expanded); in format_draw() 735 log_debug("%s: %s", __func__, expanded); in format_draw() 753 cp = expanded; in format_draw() 1075 format_width(const char *expanded) in format_width() argument 1082 cp = expanded; in format_width() 1116 format_trim_left(const char *expanded, u_int limit) in format_trim_left() argument 1119 const char *cp = expanded, *end; in format_trim_left() 1124 out = copy = xcalloc(2, strlen(expanded) + 1); in format_trim_left() 1177 format_trim_right(const char *expanded, u_int limit) in format_trim_right() argument [all …]
|
| H A D | window-customize.c | 280 char *text, *expanded, *value; in window_customize_build_option() 316 expanded = format_expand(ft, filter); in window_customize_build_option() 317 if (!format_true(expanded)) { in window_customize_build_option() 318 free(expanded); in window_customize_build_option() 321 free(expanded); in window_customize_build_option() 451 char *title, *text, *tmp, *expanded; in window_customize_build_keys() 472 expanded = format_expand(ft, filter); in window_customize_build_keys() 473 if (!format_true(expanded)) { in window_customize_build_keys() 474 free(expanded); in window_customize_build_keys() 477 free(expanded); in window_customize_build_keys() 279 char *text, *expanded, *value; window_customize_build_option() local 450 char *title, *text, *tmp, *expanded; window_customize_build_keys() local 661 char *value = NULL, *expanded; window_customize_draw_option() local [all...] |
| H A D | format.c | 59 const char *expanded; member 357 char *expanded; in format_job_get() local 384 expanded = format_expand1(&next, cmd); in format_job_get() 385 if (fj->expanded == NULL || strcmp(expanded, fj->expanded) != 0) { in format_job_get() 386 free((void *)fj->expanded); in format_job_get() 387 fj->expanded = xstrdup(expanded); in format_job_get() 396 fj->job = job_run(expanded, in format_job_get() 4026 char *expanded, *value; format_loop_sessions() local 4085 char *all, *active, *use, *expanded, *value; format_loop_windows() local 4139 char *all, *active, *use, *expanded, *value; format_loop_panes() local 4191 char *expanded, *value; format_loop_clients() local 4805 char expanded[8192]; format_expand1() local 4995 char *expanded; format_single() local [all...] |
| /openbsd-src/gnu/llvm/clang/www/analyzer/scripts/ |
| H A D | expandcollapse.js | 86 (getCellInfo(this.id).expanded ? "arrows_light.gif" 91 (getCellInfo(this.id).expanded ? "arrows_dark.gif" 96 (getCellInfo(this.id).expanded ? "arrows_light.gif" 147 if (cellInfo.expanded) { 172 CellsInfo[idx.group][i].expanded = false; 177 CellsInfo[idx.group][i].expanded = true;
|
| /openbsd-src/gnu/usr.bin/perl/dist/Exporter/lib/Exporter/ |
| H A D | Heavy.pm | 174 my @expanded = map { /^\w/ ? ($_, '&'.$_) : $_ } @$fail; 175 warn "${pkg}::EXPORT_FAIL cached: @expanded" if $Exporter::Verbose; 176 @{$fail_cache}{@expanded} = (1) x @expanded;
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
| H A D | recursiveExpansionLimit.txt | 5 # DEFINE: %{inner}=expanded 10 # CHECK-RECUR:expanded
|
| /openbsd-src/lib/libform/ |
| H A D | fld_def.c | 309 New_Field->expanded = typeCalloc(char *, 1 + (unsigned)nbuf); in new_field() 384 if (field->expanded != 0) in free_field() 390 FreeIfNeeded(field->expanded[n]); in free_field() 392 free(field->expanded); in free_field()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/autodie/lib/ |
| H A D | Fatal.pm | 193 # pre-expanded. 644 # expanded(:threads) :void expanded(:io) 649 my $expanded = $class->_expand_tag($a); 657 reverse(@{$expanded})); 704 # We assume that $TAGS{':all'} is pre-expanded and just fill it in 735 my $expanded = $class->_expand_tag($to_process[0]); 736 $tag_cache{$tag} = $expanded; 737 return $expanded; 749 my $expanded [all...] |
| /openbsd-src/usr.bin/pkg-config/OpenBSD/ |
| H A D | PkgConfig.pm | 198 sub expanded($self, $v, $extra = {}) 218 # Limit the expanded variable size if 64K to prevent a 242 my $w = $self->expanded($v, $extra); 258 return $self->expanded($v, $extra); 193 sub expanded($self, $v, $extra = {}) global() subroutine
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | except.c | 174 h->expanded = 0; 295 h->expanded = 0; 314 range->expanded = 1; 405 if (!range->expanded)
|
| /openbsd-src/bin/ksh/ |
| H A D | vi.c | 196 static enum expand_mode expanded = NONE;/* last input was expanded */ variable 587 expanded = NONE; in vi_insert() 598 expanded = NONE; in vi_insert() 613 expanded = NONE; in vi_insert() 631 expanded = NONE; in vi_insert() 688 expanded = NONE; in vi_insert() 2029 if (command == 0 && expanded == EXPAND && buf) { in expand_word() 2032 expanded = NONE; in expand_word() 2049 expanded = EXPAND; in expand_word() 2086 if (command == 0 && expanded == COMPLETE && buf) { in complete_word() [all …]
|