Searched refs:show (Results 126 - 150 of 172) sorted by relevance

1234567

/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c174 N_("show help on a subcommand")},
177 N_("show help on a subcommand")},
180 N_("show program version information")},
1854 svn_boolean_t show = TRUE;
1866 show = FALSE;
1868 if (show)
1852 svn_boolean_t show = TRUE; local
/freebsd-11-stable/contrib/libstdc++/
H A DMakefile.in278 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.in302 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
/freebsd-11-stable/contrib/tnftp/src/
H A Dcmds.c281 changetype(int newtype, int show) argument
290 if (ftp_debug == 0 && show == 0)
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c263 .show = &ttm_pool_show,
/freebsd-11-stable/tools/test/netfibs/
H A Dinitiator.sh545 *) ipfw show ;;
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js8275 rfxtypes = /^(?:toggle|show|hide)$/,
8289 show: function( speed, easing, callback ) {
8293 return this.animate( genFx("show", 3), speed, easing, callback );
8379 jQuery(this)[ state ? "show" : "hide" ]();
8390 return this.filter(":hidden").css("opacity", 0).show().end()
8441 if ( val === "hide" && hidden || val === "show" && !hidden ) {
8479 // Tracks whether to show or hide based on private
8481 method = jQuery._data( this, "toggle" + p ) || ( val === "toggle" ? hidden ? "show" : "hide" : 0 );
8483 jQuery._data( this, "toggle" + p, method === "show" ? "hide" : "show" );
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.in296 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
/freebsd-11-stable/sys/dev/vt/
H A Dvt_core.c2001 vt_mouse_state(int show) argument
2009 switch (show) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c848 group->dentry.show = sysfs_show_group;
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c198 static void scsplash_saver(sc_softc_t *sc, int show);
2289 /* we are not to show the cursor and the mouse pointer... */
2371 scsplash_saver(sc_softc_t *sc, int show) argument
2381 if (show) {
3947 * Somehow we cannot show the font in other font pages on
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c2951 info->port_attr.show = show_port_type;
2968 info->port_mtu_attr.show = show_port_ib_mtu;
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex173 % example usage: \expandafter\show\activebackslash
1987 \unhbox0 % third arg given, show only that
1992 \unhbox0 % PDF: 2nd arg given, show only it
1994 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1997 \code{#1}% only url given, so show it
3310 % Although these internal commands shouldn't show up, sometimes they do.
7195 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2563 \unhbox0 % third arg given, show only that
2568 \unhbox0 % PDF: 2nd arg given, show only it
2570 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
2573 \code{#1}% only url given, so show it
2588 \unhbox0 % third arg given, show only that
2593 \unhbox0 % PDF: 2nd arg given, show only it
2595 \unhbox0\ (\urefcode{#1})% DVI: 2nd arg given, show both it and url
2598 \urefcode{#1}% only url given, so show it
4476 % Although these internal commands shouldn't show up, sometimes they do.
10023 % If a .fmt file is being used, we don't want the `\input texinfo' to show u
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1886 \unhbox0 % third arg given, show only that
1891 \unhbox0 % PDF: 2nd arg given, show only it
1893 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1896 \code{#1}% only url given, so show it
3208 % Although these internal commands shouldn't show up, sometimes they do.
7046 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py523 def show(self): member in class:SourceContext
1476 # Optimized source show of multiple entries that only moves each
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.in246 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql611 /* Order NOTIFY descending to make us show clears (27) before adds (26) */
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh33 # --config show all configuration variables
925 # Now that we've collected a possible --mode arg, show help if necessary
5034 # release should show up in the -l (ie -lgmp5) so we don't want to
5965 # $show "echo timestamp > $libobj"
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1753 ssize_t (*show)(struct en_port *, struct en_port_attribute *, char *buf); member in struct:en_port_attribute
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh35 # --config show all configuration variables
2484 # Now that we've collected a possible --mode arg, show help if necessary
7664 # release should show up in the -l (ie -lgmp5) so we don't want to
8678 # $show "echo timestamp > $libobj"
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh35 # --config show all configuration variables
2514 # Now that we've collected a possible --mode arg, show help if necessary
7709 # release should show up in the -l (ie -lgmp5) so we don't want to
8723 # $show "echo timestamp > $libobj"
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh35 # --config show all configuration variables
2483 # Now that we've collected a possible --mode arg, show help if necessary
7643 # release should show up in the -l (ie -lgmp5) so we don't want to
8656 # $show "echo timestamp > $libobj"
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh388 # bash to show function call trace with:
1465 'all' show all warnings
2026 --config show all configuration variables
3801 # Now that we've collected a possible --mode arg, show help if necessary
9150 # release should show up in the -l (ie -lgmp5) so we don't want to
10167 # $show "echo timestamp > $libobj"
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh388 # bash to show function call trace with:
1465 'all' show all warnings
2026 --config show all configuration variables
3801 # Now that we've collected a possible --mode arg, show help if necessary
9150 # release should show up in the -l (ie -lgmp5) so we don't want to
10167 # $show "echo timestamp > $libobj"

Completed in 650 milliseconds

1234567