Home
last modified time | relevance | path

Searched refs:exit_standout_mode (Results 1 – 12 of 12) sorted by relevance

/illumos-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
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.c40 .exit_standout_mode = "\e[m"
243 grub_putstr (grub_tparm (term.exit_standout_mode)); in ti_exit_standout_mode()
H A Dterminfo.h32 char exit_standout_mode[TERMINFO_LEN]; member
H A Dbuiltins.c5041 {"--exit-standout-mode=", term.exit_standout_mode} in terminfo_func()
5096 ti_escape_string (term.exit_standout_mode)); in terminfo_func()
/illumos-gate/usr/src/cmd/more/
H A Dmore.c675 if (enter_standout_mode && exit_standout_mode) in prompt()
689 if (enter_standout_mode && exit_standout_mode) in prompt()
690 putp (exit_standout_mode); in prompt()
708 if (enter_standout_mode && exit_standout_mode) in wait_eof()
713 if (enter_standout_mode && exit_standout_mode) in wait_eof()
714 putp(exit_standout_mode); in wait_eof()
1763 if (enter_standout_mode && exit_standout_mode) { in error()
1766 putp (exit_standout_mode); in error()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c211 && exit_standout_mode != (char *) 0) { in turn_off()
212 (void) tputs(exit_standout_mode, 1, putout); in turn_off()
H A Dcaps184 exit_standout_mode rmso se str End stand out mode
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c197 exit_standout_mode != NULL) { in turn_off()
198 (void) TPUTS(exit_standout_mode, 1, putout); in turn_off()
H A Dcaps182 exit_standout_mode rmso se str End stand out mode
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.c127 …exit_bold = (exit_standout_mode ? exit_standout_mode : (exit_attribute_mode ? exit_attribute_mode … in setterm()
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1692 if (soflag && enter_standout_mode && exit_standout_mode) { in sopr()
1695 (void) putp(exit_standout_mode); in sopr()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps177 exit_standout_mode, "rmso" "se" End stand out mode