Searched refs:show (Results 101 - 125 of 172) sorted by relevance

1234567

/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_patrol.c195 MFI_COMMAND(show, patrol, show_patrol);
H A Dmfi_evt.c76 warnx("show logstate: extra arguments");
105 MFI_COMMAND(show, logstate, show_logstate);
626 warnx("show events: extra arguments");
705 MFI_COMMAND(show, events, show_events);
/freebsd-11-stable/contrib/dialog/
H A Dchecklist.c68 const char *show = (dialog_vars.no_items local
92 dlg_print_listitem(win, show, climit, first, selected);
349 /* ensure we are scrolled to show the current choice */
H A Dmenubox.c79 const char *show = (dialog_vars.no_items local
129 dlg_print_listitem(win, show, my_width - my_x, first, selected);
H A Dtreeview.c65 const char *show = (dialog_vars.no_items local
92 dlg_print_listitem(win, show, climit, first, selected);
336 /* ensure we are scrolled to show the current choice */
H A Dutil.c1016 * It works for ncurses. Other curses implementations show only blanks (Tru64)
1076 /* if the text is incomplete, or we have scrolled, show the percentage */
1109 dlg_check_scrolled(int key, int last, int page, bool * show, int *offset) argument
1113 *show = FALSE;
1119 *show = TRUE;
1125 *show = TRUE;
1131 *show = TRUE;
1137 *show = TRUE;
1145 *show = TRUE;
1153 *show
[all...]
H A Dbuildlist.c76 const char *show = (dialog_vars.no_items local
97 dlg_print_listitem(win, show, climit, first, selected);
612 /* ensure we are scrolled to show the current choice */
/freebsd-11-stable/usr.sbin/adduser/
H A Dadduser.sh683 if ! ${PWCMD} show group $ulogingroup > /dev/null 2>&1; then
694 if ! ${PWCMD} show group $i > /dev/null 2>&1; then
/freebsd-11-stable/stand/common/
H A Dcommands.c256 * XXX set/show should become set/echo if we have variable
260 COMMAND_SET(show, "show", "show variable(s)", command_show);
432 COMMAND_SET(more, "more", "show contents of a file", command_more);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_ttm.c882 radeon_mem_types_list[i].show = &radeon_mm_dump_table;
893 radeon_mem_types_list[i].show = &ttm_page_alloc_debugfs;
900 radeon_mem_types_list[i].show = &ttm_dma_page_alloc_debugfs;
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c270 if (dattr->show)
271 error = dattr->show(container_of(kobj, struct class, kobj),
302 .show = linux_class_show,
332 if (dattr->show)
333 error = dattr->show(container_of(kobj, struct device, kobj),
354 .show = linux_dev_show,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalue.h504 struct ui_file * stream, int show);
H A Dwince-stub.c535 WinMain (HINSTANCE hi, HINSTANCE hp, LPWSTR cmd, int show) argument
/freebsd-11-stable/tools/test/netfibs/
H A Dforwarding.sh552 *) ipfw show ;;
571 i) _c=`ipfw show $((${base} + i)) | \
573 t) _c=`ipfw show $((${base} + i)) | \
575 u) _c=`ipfw show $((${base} + i)) | \
/freebsd-11-stable/sys/dev/vt/
H A Dvt.h432 void vt_mouse_state(int show);
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm146 SHOW_RX ; show that a packet is received
/freebsd-11-stable/release/
H A DMakefile.mirrors22 SRCBRANCH!= ${SVN_CMD} info --show-item relative-url ${WORLDDIR}
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh903 (df) diff-full - show all changes made to merged file
908 (h) help - show this list
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl1297 to show each address before
1303 to show you its conversations with the mail daemons.
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py116 def show(self, name): member in class:Cache.CacheStats
1154 print(Dwarf.cmpcache.stats.show('Cmp'))
1155 print(DwarfdumpParser.tagcache_stats.show('Dwarf tag'))
/freebsd-11-stable/contrib/netbsd-tests/net/if_gif/
H A Dt_gif.sh212 rump.route -nL show
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c267 changetype(int newtype, int show) argument
276 if (debug == 0 && show == 0)
2002 /* show remote system type */
2115 * show status on reomte machine
/freebsd-11-stable/share/mk/
H A Dsys.mk55 # verbose will show .MAKE.META.PREFIX for each target.
/freebsd-11-stable/sys/conf/
H A Dkern.mk9 -Wmissing-include-dirs -fdiagnostics-show-option \
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c15308 show (FILE *stream, const char *string, int *col_p, int *first_p)
15361 show (stream, mips_cpu_info_table[i].name, &column, &first);
15362 show (stream, "from-abi", &column, &first);
15372 show (stream, "3900", &column, &first);
15373 show (stream, "4010", &column, &first);
15374 show (stream, "4100", &column, &first);
15375 show (stream, "4650", &column, &first);
15417 show (stream, "32", &column, &first);
15418 show (stream, "o64", &column, &first);
15419 show (strea
15294 show (FILE *stream, const char *string, int *col_p, int *first_p) function
[all...]

Completed in 742 milliseconds

1234567