Searched refs:exit_standout_mode (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-terminfo.in89 exit_standout_mode="`get_seq exit_standout_mode`"
90 if test "x$exit_standout_mode" != x; then
91 exit_standout_mode="--exit-standout-mode=$exit_standout_mode"
95 $enter_standout_mode $exit_standout_mode
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.h32 char exit_standout_mode[TERMINFO_LEN]; member in struct:terminfo
H A Dterminfo.c40 .exit_standout_mode = "\e[m"
243 grub_putstr (grub_tparm (term.exit_standout_mode));
H A Dbuiltins.c5381 {"--exit-standout-mode=", term.exit_standout_mode}
5435 grub_printf ("exit_standout_mode=%s\n",
5436 ti_escape_string (term.exit_standout_mode));
/opensolaris-onvv-gate/usr/src/cmd/more/
H A Dmore.c675 if (enter_standout_mode && exit_standout_mode)
689 if (enter_standout_mode && exit_standout_mode)
690 putp (exit_standout_mode);
708 if (enter_standout_mode && exit_standout_mode)
713 if (enter_standout_mode && exit_standout_mode)
714 putp(exit_standout_mode);
1737 if (enter_standout_mode && exit_standout_mode) {
1740 putp (exit_standout_mode);
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_tty.c129 exit_bold = (exit_standout_mode ? exit_standout_mode : (exit_attribute_mode ? exit_attribute_mode : 0));
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c213 && exit_standout_mode != (char *) 0) {
214 (void) tputs(exit_standout_mode, 1, putout);
H A Dcaps184 exit_standout_mode rmso se str End stand out mode
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c199 exit_standout_mode != NULL) {
200 (void) TPUTS(exit_standout_mode, 1, putout);
H A Dcaps184 exit_standout_mode rmso se str End stand out mode
/opensolaris-onvv-gate/usr/src/cmd/pg/
H A Dpg.c1707 if (soflag && enter_standout_mode && exit_standout_mode) {
1710 (void) putp(exit_standout_mode);

Completed in 131 milliseconds