Searched refs:show (Results 26 - 50 of 172) sorted by relevance

1234567

/freebsd-11-stable/contrib/gdb/gdb/
H A Df-typeprint.c61 int show, int level)
66 f_type_print_base (type, stream, show, level);
72 ((show > 0 || TYPE_NAME (type) == 0)
80 f_type_print_varspec_prefix (type, stream, show, 0);
88 f_type_print_varspec_suffix (type, stream, show, 0, demangled_args);
96 any typename for TYPE and show its details.
101 int show, int passed_a_ptr)
106 if (TYPE_NAME (type) && show <= 0)
158 int show, int passed_a_ptr, int demangled_args)
168 if (TYPE_NAME (type) && show <
59 f_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
99 f_type_print_varspec_prefix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr) argument
156 f_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args) argument
286 f_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
324 f_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level); local
[all...]
H A Dc-typeprint.c67 int show, int level)
73 if (show > 0)
76 c_type_print_base (type, stream, show, level);
82 ((show > 0 || TYPE_NAME (type) == 0)
91 c_type_print_varspec_prefix (type, stream, show, 0, need_post_space);
101 c_type_print_varspec_suffix (type, stream, show, 0, demangled_args);
197 any typename for TYPE and show its details.
206 int show, int passed_a_ptr, int need_post_space)
212 if (TYPE_NAME (type) && show <= 0)
220 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show,
65 c_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
204 c_type_print_varspec_prefix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int need_post_space) argument
219 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 1, 1); local
227 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 0, 0); local
240 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 0, 0); local
250 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 1, 0); local
256 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 0, 0); local
262 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 0, 0); local
268 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 0, 0); local
525 c_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args) argument
550 c_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, show, local
557 c_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, show, local
564 c_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, show, local
574 c_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, show, local
603 c_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, show, local
608 c_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, show, local
655 c_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
706 c_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level); local
[all...]
H A Ddemangle.c51 "show demangle-style" command. */
177 struct cmd_list_element *set, *show; local
198 show = add_show_from_set (set, &showlist);
H A Dtypeprint.c101 If SHOW is positive, we show the contents of the outermost level
103 If SHOW is negative, we never show the details of elements' types. */
107 int show)
109 LA_PRINT_TYPE (type, varstring, stream, show, 0);
113 show is passed to type_print. */
116 whatis_exp (char *exp, int show) argument
169 type_print (type, "", gdb_stdout, show);
106 type_print(struct type *type, char *varstring, struct ui_file *stream, int show) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp53 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { argument
54 m_show_types = show;
58 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { argument
59 m_show_location = show;
68 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { argument
69 if (!show)
/freebsd-11-stable/contrib/dialog/samples/
H A Dform255 show=`echo "$value" |sed -e 's/^/ /'`
77 $show" 0 0
/freebsd-11-stable/contrib/dialog/
H A Dyesno.c55 bool show = TRUE; local
97 if (show) {
101 show = FALSE;
147 &show, &offset) != 0) {
H A Dmsgbox.c57 bool show = TRUE; local
112 if (show) {
116 show = FALSE;
134 show = TRUE;
166 &show,
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Ddisk-part.sh54 gpart show ${1} >/dev/null 2>/dev/null
63 TYPE=`gpart show ${1} | awk '/^=>/ { printf("%s",$5); }'`
H A Dsend-logs.sh67 gpart show ${i} >> ${TMPLOG}
/freebsd-11-stable/contrib/libxo/xohtml/
H A Dxohtml.js19 + "show xpath</a><div class='xpath'>"
35 xpath.show();
39 $(this).text("show xpath");
/freebsd-11-stable/usr.sbin/fdcontrol/
H A Dfdcontrol.c46 static int format, verbose, show = 1, showfmt; variable
87 show = 0;
99 show = 0;
104 show = 0;
129 if (show) {
/freebsd-11-stable/etc/rc.d/
H A Datm250 atm_phy=`atm show stat int | { read junk ; read junk ; \
H A Dgptboot42 gpart show | \
/freebsd-11-stable/usr.bin/comm/
H A Dcomm.c65 static void show(FILE *, const char *, const char *, char **, size_t *);
147 show(fp2, argv[1], col2, &line2, &line2len);
152 show(fp1, argv[0], col1, &line1, &line1len);
216 show(FILE *fp, const char *fn, const char *offset, char **bufp, size_t *buflenp) function
/freebsd-11-stable/usr.sbin/ngctl/
H A DMakefile8 SRCS= main.c mkpeer.c config.c connect.c dot.c name.c show.c list.c \
/freebsd-11-stable/tools/tools/zfsboottest/
H A DMakefile17 -fdiagnostics-show-option \
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-partmanager/
H A Dcreate-part.sh71 LASTSLICE="`gpart show $DISK | grep -v -e $DISK -e '\- free \-' -e '^$' | awk 'END {print $3}'`"
87 gpart show ${DISK} >/dev/null 2>/dev/null
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js128 PROTOTYPE.render = function(show) {
227 if(!self.hiddenDuringWait && (options.show.ready || show)) {
262 clearTimeout(this.timers.show);
370 if('show' in opts && invalidOpt(opts.show)) {
371 opts.show = opts.show.jquery ? { target: opts.show } :
372 opts.show
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c1363 char show[80]; local
1409 show[0] = '\0';
1420 assert(strlen(show) < (MAX_KP * 4));
1423 _nc_STRCAT(show, " ka1", sizeof(show));
1426 _nc_STRCAT(show, " ka3", sizeof(show));
1429 _nc_STRCAT(show, " kb2", sizeof(show));
1432 _nc_STRCAT(show, " kc
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c257 size_t len, int show)
268 } else if (!show) {
290 } else if (show && len) {
328 } else if (show && len) {
358 } else if (show) {
370 } else if (show) {
396 size_t len, int show)
409 } else if (!show) {
424 _wpa_hexdump(level, title, buf, len, show);
428 _wpa_hexdump(level, title, buf, len, show);
256 _wpa_hexdump(int level, const char *title, const u8 *buf, size_t len, int show) argument
395 _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h76 DumpValueObjectOptions &SetShowTypes(bool show = false);
78 DumpValueObjectOptions &SetShowLocation(bool show = false);
82 DumpValueObjectOptions &SetShowSummary(bool show = true);
/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_change.sh51 "rump.route -n show -inet | grep ^207.46"
84 "rump.route -n show -inet | grep ^192.168"
88 "rump.route -n show -inet | grep ^192.168"
119 "rump.route -n show -inet | grep ^192.168"
120 $DEBUG && rump.route -n show -inet
139 $DEBUG && rump.route -n show -inet
186 "rump.route -n show -inet | grep ^192.168"
187 $DEBUG && rump.route -n show -inet
206 $DEBUG && rump.route -n show -inet
253 "rump.route -n show
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh105 show="$echo"
217 show=:
590 $show "Waiting for $lockfile to be removed"
643 $show "$mkdir ${xdir}$objdir"
658 $show "$command"
687 $show "$mv $output_obj $lobj"
728 $show "$command"
757 $show "$mv $output_obj $obj"
1598 $show "$mkdir $output_objdir"
2083 $show "extractin
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarcmd.exp10 show-v v=override k=override

Completed in 316 milliseconds

1234567