Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 686) sorted by relevance

12345678910>>...28

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dgdb_history188 show args
189 show c
190 show ch
191 show check
208 show p
209 show pr
210 show print
211 show paths
223 show radix
225 show user
[all …]
/openbsd/regress/sbin/pfctl/
H A Dpfr5.in3 pass show
5 pass show
7 pass show
9 pass show
11 pass show
13 pass show
15 pass show
17 pass show
19 pass show
21 pass show
[all …]
H A Dpfr13.in3 pass show
5 pass show
7 pass show
9 pass show
11 pass show
13 pass show
15 pass show
H A Dpfr13.ok3 # pass show
20 # pass show
336 # pass show
357 # pass show
378 # pass show
395 # pass show
413 # pass show
H A Dpfr4.in3 pass show
5 pass show
7 pass show
9 pass show
H A Dpfr14.in3 pass show
5 pass show
7 pass show
11 pass show
H A Dpfr6.in3 pass show
5 pass show
7 pass show
10 pass show
H A Dpfr5.ok26 # pass show
78 # pass show
130 # pass show
182 # pass show
234 # pass show
286 # pass show
338 # pass show
390 # pass show
442 # pass show
494 # pass show
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-typeprint.c373 if (show < 0) in print_array_type()
431 show == 0 ? 0 : show - 1, level + 1); in print_array_type()
518 int show, int level) in print_variant_clauses() argument
598 stream, show, level); in print_record_field_types()
642 if (show < 0) in print_record_type()
651 stream, show, level); in print_record_type()
669 int show, int level) in print_unchecked_union_type() argument
673 if (show < 0) in print_unchecked_union_type()
755 int show, int level) in ada_print_type() argument
770 if (show > 0) in ada_print_type()
[all …]
H A Dc-typeprint.c63 int show, int level) in c_print_type() argument
69 if (show > 0) in c_print_type()
78 ((show > 0 || TYPE_NAME (type) == 0) in c_print_type()
208 if (TYPE_NAME (type) && show <= 0) in c_type_print_varspec_prefix()
528 if (TYPE_NAME (type) && show <= 0) in c_type_print_varspec_suffix()
684 if (show <= 0 in c_type_print_base()
755 if (show > 0) in c_type_print_base()
759 if (show < 0) in c_type_print_base()
906 stream, show - 1, level + 4); in c_type_print_base()
1100 if (show > 0) in c_type_print_base()
[all …]
H A Djv-typeprint.c36 struct ui_file *stream, int show,
106 if (show <= 0 in java_type_print_base()
130 if (show >= 0) in java_type_print_base()
136 if (show > 0) in java_type_print_base()
142 if (show < 0) in java_type_print_base()
148 else if (show > 0 || TYPE_TAG_NAME (type) == NULL) in java_type_print_base()
194 stream, show - 1, level + 4); in java_type_print_base()
315 c_type_print_base (type, stream, show, level); in java_type_print_base()
326 int show, int level) in java_print_type() argument
330 java_type_print_base (type, stream, show, level); in java_print_type()
[all …]
H A Df-typeprint.c60 int show, int level) in f_print_type() argument
65 f_type_print_base (type, stream, show, level); in f_print_type()
71 ((show > 0 || TYPE_NAME (type) == 0) in f_print_type()
79 f_type_print_varspec_prefix (type, stream, show, 0); in f_print_type()
87 f_type_print_varspec_suffix (type, stream, show, 0, demangled_args); in f_print_type()
100 int show, int passed_a_ptr) in f_type_print_varspec_prefix() argument
105 if (TYPE_NAME (type) && show <= 0) in f_type_print_varspec_prefix()
157 int show, int passed_a_ptr, int demangled_args) in f_type_print_varspec_suffix() argument
167 if (TYPE_NAME (type) && show <= 0) in f_type_print_varspec_suffix()
286 f_type_print_base (struct type *type, struct ui_file *stream, int show, in f_type_print_base() argument
[all …]
H A Dp-typeprint.c51 int show, int level) in pascal_print_type() argument
58 if (show > 0) in pascal_print_type()
192 int show, int passed_a_ptr) in pascal_type_print_varspec_prefix() argument
198 if (TYPE_NAME (type) && show <= 0) in pascal_type_print_varspec_prefix()
337 int show, int passed_a_ptr, in pascal_type_print_varspec_suffix() argument
470 if (show <= 0 in pascal_type_print_base()
529 if (show < 0) in pascal_type_print_base()
605 stream, show - 1, level + 4); in pascal_type_print_base()
725 if (show > 0) in pascal_type_print_base()
732 if (show < 0) in pascal_type_print_base()
[all …]
/openbsd/regress/sbin/route/
H A DMakefile53 ${RCMD} show -inet 2>&1 | \
62 ${RCMD} show -inet 2>&1 | \
71 ${RCMD} show -inet 2>&1 | \
82 ${RCMD} show -inet 2>&1 | \
93 ${RCMD} show -inet 2>&1 | \
104 ${RCMD} show -inet 2>&1 | \
115 ${RCMD} show -inet 2>&1 | \
129 ${RCMD} show -inet 2>&1 | \
141 ${RCMD} show -inet 2>&1 | \
152 ${RCMD} show -inet 2>&1 | \
[all …]
/openbsd/games/morse/
H A Dmorse.c123 void show(char *);
199 show(""); in main()
203 show("...-.-"); /* SK */ in main()
214 show(alph[c - (isupper(c) ? 'A' : 'a')]); in morse()
216 show(digit[c - '0']); in morse()
218 show(""); /* could show BT for a pause */ in morse()
223 show(other[i].morse); in morse()
270 show(char *s) in show() function
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_debugfs.h51 #define DRM_DEBUGFS_GPUVA_INFO(show, data) {"gpuvas", show, DRIVER_GEM_GPUVA, data} argument
69 int (*show)(struct seq_file*, void*); member
115 int (*show)(struct seq_file*, void*); member
149 int (*show)(struct seq_file*, void*), void *data);
169 int (*show)(struct seq_file*, void*), in drm_debugfs_add_file()
/openbsd/regress/sys/arch/amd64/dump_tables/
H A Ddump_tables.c78 int meltdown, hide_direct, hide_pte, reproducible, show[5], show_leaves; variable
205 if (show[level] || (show_leaves && type != ' ')) { in pent()
241 show[ch - '0'] = 1; in main()
273 if (!show[1] && !show[2] && !show[3] && !show[4] && !show_leaves) in main()
274 show[1] = show[2] = show[3] = show[4] = 1; in main()
/openbsd/gnu/share/
H A Dltmain.sh104 show="$echo"
183 show=:
518 $show $rm $obj
2303 $show "$cmd"
2339 $show "$cmd"
2345 $show $rm $libobj
3067 $show "$cmd"
3364 $show "$cmd"
3521 $show "$cmd"
3805 $show "$cmd"
[all …]
/openbsd/lib/libcurses/tinfo/
H A Dlib_acs.c228 char show[ACS_LEN * 2 + 1]; in NCURSES_SP_NAME() local
231 show[m++] = (char) n; in NCURSES_SP_NAME()
232 show[m++] = (char) ChCharOf(real_map[n]); in NCURSES_SP_NAME()
235 show[m] = 0; in NCURSES_SP_NAME()
236 if (acs_chars == NULL || strcmp(acs_chars, show)) in NCURSES_SP_NAME()
243 : (strcmp(acs_chars, show) in NCURSES_SP_NAME()
246 _nc_visbuf(show)); in NCURSES_SP_NAME()
/openbsd/gnu/usr.bin/binutils/
H A Dltmain.sh105 show="$echo"
217 show=:
2101 $show "$cmd"
3445 $show "$cmd"
3481 $show "$cmd"
3487 # $show $rm $libobj
4274 $show "$cmd"
4653 $show "$cmd"
4842 $show "$cmd"
5156 $show "$cmd"
[all …]
/openbsd/gnu/lib/libstdc++/
H A Dltmain.sh105 show="$echo"
217 show=:
2101 $show "$cmd"
3445 $show "$cmd"
3481 $show "$cmd"
3487 # $show $rm $libobj
4288 $show "$cmd"
4667 $show "$cmd"
4856 $show "$cmd"
5170 $show "$cmd"
[all …]
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp53 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes() argument
54 m_show_types = show; in SetShowTypes()
58 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation() argument
59 m_show_location = show; in SetShowLocation()
68 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary() argument
69 if (!show) in SetShowSummary()
/openbsd/gnu/usr.bin/binutils-2.17/
H A Dltmain.sh105 show="$echo"
217 show=:
2101 $show "$cmd"
3445 $show "$cmd"
3481 $show "$cmd"
3487 # $show $rm $libobj
4332 $show "$cmd"
4711 $show "$cmd"
4900 $show "$cmd"
5214 $show "$cmd"
[all …]
/openbsd/gnu/usr.bin/perl/lib/
H A Dutf8.t114 my $show = q(
115 sub show {
123 eval $show or die $@; # We don't expect this sub definition to fail.
157 qq{\$a = "$_->[1]"; \$b = show \$a}, qr/^>$_->[2]<$/],
178 print P $show, $prog, '; print $b'
211 my \$b = show keys %h; \$b .= 'F' unless \$h{$_->[3]}; \$b),
215 my \$b = show keys %h; \$b .= 'F' unless \$h{$_->[3]}; \$b),
224 my \$b = show keys %h; \$b .= 'F' unless \$h{$_->[3]}; \$b),
228 my \$b = show keys %h; \$b .= 'F' unless \$h{$_->[3]}; \$b),
237 my \$b = show keys %h; \$b .= 'F' unless \$h{$_->[3]}; \$b),
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dpmf3.C14 void show();
15 void show(int);
22 connect_to_method(this,&show); // ERROR - invalid pmf expression in Gtk_Base()

12345678910>>...28