Home
last modified time | relevance | path

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

123456789

/dragonfly/contrib/gdb-7/gdb/
H A Dm2-typeprint.c58 int show, int level);
266 int show, int level) in m2_unknown() argument
325 show - 1, level, 0); in m2_short_set()
329 show - 1, level, 1); in m2_short_set()
443 if (show == 0) in m2_long_set()
449 if (show == 0) in m2_long_set()
522 if (show > 0) in m2_unbounded_array()
543 if (show > 0) in m2_record_fields()
548 if (show < 0) in m2_record_fields()
555 else if (show > 0) in m2_record_fields()
[all …]
H A Dada-typeprint.c397 show == 0 ? 0 : show - 1, level + 1, flags); in print_array_type()
493 int show, int level, in print_variant_clauses() argument
527 stream, show, level + 4, flags); in print_variant_clauses()
582 stream, show, level, flags); in print_selected_record_field_types()
612 stream, show, level, flags); in print_record_field_types()
649 if (show < 0) in print_record_type()
658 stream, show, level, flags); in print_record_type()
677 int show, int level, in print_unchecked_union_type() argument
680 if (show < 0) in print_unchecked_union_type()
780 if (show > 0) in ada_print_type()
[all …]
H A Df-typeprint.c54 int show, int level, const struct type_print_options *flags) in f_print_type() argument
59 f_type_print_base (type, stream, show, level); in f_print_type()
64 || ((show > 0 || TYPE_NAME (type) == 0) in f_print_type()
70 f_type_print_varspec_prefix (type, stream, show, 0); in f_print_type()
94 int show, int passed_a_ptr) in f_type_print_varspec_prefix() argument
99 if (TYPE_NAME (type) && show <= 0) in f_type_print_varspec_prefix()
149 int show, int passed_a_ptr, int demangled_args, in f_type_print_varspec_suffix() argument
160 if (TYPE_NAME (type) && show <= 0) in f_type_print_varspec_suffix()
254 f_type_print_base (struct type *type, struct ui_file *stream, int show, in f_type_print_base() argument
272 if ((show <= 0) && (TYPE_NAME (type) != NULL)) in f_type_print_base()
[all …]
H A Dp-typeprint.c59 if (show > 0) in pascal_print_type()
209 int show, int passed_a_ptr, in pascal_type_print_varspec_prefix() argument
215 if (TYPE_NAME (type) && show <= 0) in pascal_type_print_varspec_prefix()
345 int show, int passed_a_ptr, in pascal_type_print_varspec_suffix() argument
352 if (TYPE_NAME (type) && show <= 0) in pascal_type_print_varspec_suffix()
477 if (show <= 0 in pascal_type_print_base()
539 if (show < 0) in pascal_type_print_base()
613 stream, show - 1, level + 4, flags); in pascal_type_print_base()
735 if (show > 0) in pascal_type_print_base()
742 if (show < 0) in pascal_type_print_base()
[all …]
H A Djv-typeprint.c36 struct ui_file *stream, int show,
107 if (show <= 0 in java_type_print_base()
119 java_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level, in java_type_print_base()
133 if (show >= 0) in java_type_print_base()
139 if (show > 0) in java_type_print_base()
145 if (show < 0) in java_type_print_base()
151 else if (show > 0 || TYPE_TAG_NAME (type) == NULL) in java_type_print_base()
197 stream, show - 1, level + 4, flags); in java_type_print_base()
329 c_type_print_base (type, stream, show, level, flags); in java_type_print_base()
337 struct ui_file *stream, int show, int level, in java_print_type() argument
[all …]
H A Dc-typeprint.c85 int show, int level, in c_print_type() argument
93 if (show > 0) in c_print_type()
698 show, 0, 0, flags); in c_type_print_varspec_suffix()
704 show, 0, 0, flags); in c_type_print_varspec_suffix()
710 show, 0, 0, flags); in c_type_print_varspec_suffix()
716 show, 1, 0, flags); in c_type_print_varspec_suffix()
858 if (show <= 0 in c_type_print_base()
929 if (show > 0) in c_type_print_base()
933 if (show < 0) in c_type_print_base()
1336 if (show > 0) in c_type_print_base()
[all …]
H A Dgo-typeprint.c46 struct ui_file *stream, int show, int level, in go_print_type() argument
50 if (show > 0) in go_print_type()
62 c_print_type (type, varstring, stream, show, level, flags); in go_print_type()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_acs.c226 char show[ACS_LEN * 2 + 1]; in NCURSES_SP_NAME() local
229 show[m++] = (char) n; in NCURSES_SP_NAME()
230 show[m++] = (char) ChCharOf(real_map[n]); in NCURSES_SP_NAME()
233 show[m] = 0; in NCURSES_SP_NAME()
234 if (acs_chars == NULL || strcmp(acs_chars, show)) in NCURSES_SP_NAME()
241 : (strcmp(acs_chars, show) in NCURSES_SP_NAME()
244 _nc_visbuf(show)); in NCURSES_SP_NAME()
/dragonfly/usr.sbin/ppp/
H A DREADME.changes68 with the appropriate `show' command.
83 values can be seen using the relevant show commands.
85 o `show auto', `show loopback' and `show mtu' are all part of `show bundle'.
86 o `show mru' is part of `show lcp'
87 o `show msext' and `show vj' are part of `show ipcp'
88 o `show reconnect' and `show redial' are part of `show link'
114 o The ``show modem'' command is deprecated and has been changed to
115 ``show physical''.
/dragonfly/share/examples/printing/
H A Dmake-ps-header57 ($user) show
60 % Now show the boring particulars
65 200 y moveto show /y y 18 sub def
71 270 y moveto show /y y 18 sub def
/dragonfly/contrib/dialog/
H A Dyesno.c54 bool show = TRUE; in dialog_yesno() local
100 if (show) { in dialog_yesno()
104 show = FALSE; in dialog_yesno()
145 show = TRUE; in dialog_yesno()
156 &show, &offset) != 0) { in dialog_yesno()
H A Dmsgbox.c56 bool show = TRUE; in dialog_msgbox() local
117 if (show) { in dialog_msgbox()
121 show = FALSE; in dialog_msgbox()
141 show = TRUE; in dialog_msgbox()
177 &show, in dialog_msgbox()
/dragonfly/usr.bin/uniq/
H A Duniq.c58 static void show(FILE *, const char *);
137 show(ofp, prevline); in main()
155 show(ofp, prevline); in main()
164 show(ofp, prevline); in main()
175 show(ofp, prevline); in main()
237 show(FILE *ofp, const char *str) in show() function
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dwpa_debug.c257 size_t len, int show) in _wpa_hexdump() argument
268 } else if (!show) { in _wpa_hexdump()
290 } else if (show && len) { in _wpa_hexdump()
328 } else if (show && len) { in _wpa_hexdump()
358 } else if (show) { in _wpa_hexdump()
370 } else if (show) { in _wpa_hexdump()
396 size_t len, int show) in _wpa_hexdump_ascii() argument
409 } else if (!show) { in _wpa_hexdump_ascii()
424 _wpa_hexdump(level, title, buf, len, show); in _wpa_hexdump_ascii()
435 if (!show) { in _wpa_hexdump_ascii()
[all …]
/dragonfly/usr.sbin/zic/
H A Dzdump.c138 static void show(char *zone, time_t t, int v);
327 show(argv[i], now, FALSE); in main()
333 show(argv[i], t, TRUE); in main()
335 show(argv[i], t, TRUE); in main()
373 show(argv[i], t, TRUE); in main()
375 show(argv[i], t, TRUE); in main()
472 show(name, lot, TRUE); in hunt()
473 show(name, hit, TRUE); in hunt()
503 show(char *zone, time_t t, int v) in show() function
/dragonfly/contrib/ncurses/progs/
H A Dtic.c1578 _nc_STRCAT(show, " ka1", sizeof(show)); in check_keypad()
1581 _nc_STRCAT(show, " ka3", sizeof(show)); in check_keypad()
1584 _nc_STRCAT(show, " kb2", sizeof(show)); in check_keypad()
1587 _nc_STRCAT(show, " kc1", sizeof(show)); in check_keypad()
1590 _nc_STRCAT(show, " kc3", sizeof(show)); in check_keypad()
1603 show[0] = '\0'; in check_keypad()
1605 _nc_STRCAT(show, " ka1", sizeof(show)); in check_keypad()
1607 _nc_STRCAT(show, " ka3", sizeof(show)); in check_keypad()
1609 _nc_STRCAT(show, " kb2", sizeof(show)); in check_keypad()
1611 _nc_STRCAT(show, " kc1", sizeof(show)); in check_keypad()
[all …]
/dragonfly/usr.bin/comm/
H A Dcomm.c53 static void show(FILE *, const char *, const char *, char **, size_t *);
135 show(fp2, argv[1], col2, &line2, &line2len); in main()
140 show(fp1, argv[0], col1, &line1, &line1len); in main()
204 show(FILE *fp, const char *fn, const char *offset, char **bufp, size_t *buflenp) in show() function
/dragonfly/usr.sbin/mpsutil/
H A Dmps_show.c55 MPS_TABLE(top, show);
199 MPS_COMMAND(show, adapter, show_adapter, "", "display controller information")
274 MPS_COMMAND(show, iocfacts, show_iocfacts, "", "Show IOC Facts Message");
319 MPS_COMMAND(show, adapters, show_adapters, "", "Show a summary of all adapters");
466 MPS_COMMAND(show, all, show_all, "", "Show all devices");
588 MPS_COMMAND(show, devices, show_devices, "", "Show attached devices");
637 MPS_COMMAND(show, enclosures, show_enclosures, "", "Show attached enclosures");
730 MPS_COMMAND(show, expanders, show_expanders, "", "Show attached expanders");
811 MPS_COMMAND(show, cfgpage, show_cfgpage, "page [num] [addr]", "Display config page");
/dragonfly/games/sail/
H A Ddisplay.h34 void display_set_obp(int which, bool show);
35 void display_set_dbp(int which, bool show);
/dragonfly/etc/periodic/daily/
H A D410.status-mfi19 if mfiutil show volumes; then
20 if mfiutil show volumes | grep -q DEGRADED; then
/dragonfly/usr.sbin/mfiutil/
H A Dmfi_show.c44 MFI_TABLE(top, show);
137 MFI_COMMAND(show, adapter, show_adapter);
244 MFI_COMMAND(show, battery, show_battery);
394 MFI_COMMAND(show, config, show_config);
477 MFI_COMMAND(show, volumes, show_volumes);
557 MFI_COMMAND(show, drives, show_drives);
613 MFI_COMMAND(show, firmware, show_firmware);
731 MFI_COMMAND(show, progress, show_progress);
/dragonfly/usr.sbin/mptutil/
H A Dmpt_show.c43 MPT_TABLE(top, show);
189 MPT_COMMAND(show, adapter, show_adapter);
379 MPT_COMMAND(show, config, show_config);
468 MPT_COMMAND(show, volumes, show_volumes);
532 MPT_COMMAND(show, drives, show_drives);
573 MPT_COMMAND(show, pd, show_physdisks);
/dragonfly/games/hack/
H A Dhack.steal.c253 relobj(struct monst *mtmp, int show) in relobj() argument
264 if (show & cansee(mtmp->mx, mtmp->my)) in relobj()
273 if (show & cansee(mtmp->mx, mtmp->my)) in relobj()
/dragonfly/contrib/file/magic/Magdir/
H A Dmeasure14 >10 ubyte 1 \b, show spot sensor
15 >11 ubyte 1 \b, show scale bar
/dragonfly/games/morse/
H A Dmorse.c279 static void show(const char *, int);
618 show("", 0); in morse()
631 show(m->morse, prosign); in morse()
673 show(const char *s, int prosign) in show() function

123456789