Searched refs:enter_standout_mode (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-terminfo.in84 enter_standout_mode="`get_seq enter_standout_mode`"
85 if test "x$enter_standout_mode" != x; then
86 enter_standout_mode="--enter-standout-mode=$enter_standout_mode"
95 $enter_standout_mode $exit_standout_mode
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.h31 char enter_standout_mode[TERMINFO_LEN]; member in struct:terminfo
H A Dterminfo.c39 .enter_standout_mode = "\e[7m",
236 grub_putstr (grub_tparm (term.enter_standout_mode));
H A Dbuiltins.c5380 {"--enter-standout-mode=", term.enter_standout_mode},
5433 grub_printf ("enter_standout_mode=%s\n",
5434 ti_escape_string (term.enter_standout_mode));
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtermattr.c163 if (enter_standout_mode != (char *) 0)
H A Dvid_puts.c269 if (ISATTR(attr, WA_STANDOUT) && enter_standout_mode != (char *) 0) {
270 (void) tputs(enter_standout_mode, 1, putout);
H A Dcaps176 enter_standout_mode smso so str Begin stand out mode
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtermattr.c157 if (enter_standout_mode != NULL)
H A Dvid_puts.c262 enter_standout_mode != NULL) {
263 (void) TPUTS(enter_standout_mode, 1, putout);
H A Dcaps176 enter_standout_mode smso so str Begin stand out mode
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_voper.c924 if (enter_standout_mode && exit_bold)
925 putpad((unsigned char *)enter_standout_mode);
927 if (enter_standout_mode && exit_bold)
958 if (!enter_standout_mode || !exit_bold)
962 if (enter_standout_mode && exit_bold)
963 putpad((unsigned char *)enter_standout_mode);
965 if (enter_standout_mode && exit_bold)
H A Dex_cmds2.c211 if (!enter_standout_mode || !exit_bold)
224 if (!enter_standout_mode || !exit_bold)
H A Dex_subr.c403 if (enter_standout_mode && exit_bold)
404 putpad((unsigned char *)enter_standout_mode);
410 if (enter_standout_mode && exit_bold)
779 if (enter_standout_mode && exit_bold)
780 putpad((unsigned char *)enter_standout_mode);
782 if (enter_standout_mode && exit_bold)
/opensolaris-onvv-gate/usr/src/cmd/more/
H A Dmore.c514 (enter_standout_mode && *enter_standout_mode == ' ')
675 if (enter_standout_mode && exit_standout_mode)
676 putp (enter_standout_mode);
689 if (enter_standout_mode && exit_standout_mode)
708 if (enter_standout_mode && exit_standout_mode)
709 putp (enter_standout_mode);
713 if (enter_standout_mode && exit_standout_mode)
1737 if (enter_standout_mode && exit_standout_mode) {
1738 putp (enter_standout_mode);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pg/
H A Dpg.c1707 if (soflag && enter_standout_mode && exit_standout_mode) {
1708 (void) putp(enter_standout_mode);

Completed in 142 milliseconds