Home
last modified time | relevance | path

Searched refs:enter_standout_mode (Results 1 – 16 of 16) sorted by relevance

/titanic_41/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
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.c39 .enter_standout_mode = "\e[7m",
236 grub_putstr (grub_tparm (term.enter_standout_mode)); in ti_enter_standout_mode()
H A Dterminfo.h31 char enter_standout_mode[TERMINFO_LEN]; member
H A Dbuiltins.c4981 {"--enter-standout-mode=", term.enter_standout_mode}, in terminfo_func()
5035 ti_escape_string (term.enter_standout_mode)); in terminfo_func()
/titanic_41/usr/src/cmd/vi/port/
H A Dex_voper.c924 if (enter_standout_mode && exit_bold) in lfixol()
925 putpad((unsigned char *)enter_standout_mode); in lfixol()
927 if (enter_standout_mode && exit_bold) in lfixol()
958 if (!enter_standout_mode || !exit_bold) in warnf()
962 if (enter_standout_mode && exit_bold) in warnf()
963 putpad((unsigned char *)enter_standout_mode); in warnf()
965 if (enter_standout_mode && exit_bold) in warnf()
H A Dex_subr.c403 if (enter_standout_mode && exit_bold) in merror()
404 putpad((unsigned char *)enter_standout_mode); in merror()
410 if (enter_standout_mode && exit_bold) in merror()
779 if (enter_standout_mode && exit_bold) in smerror()
780 putpad((unsigned char *)enter_standout_mode); in smerror()
782 if (enter_standout_mode && exit_bold) in smerror()
H A Dex_cmds2.c211 if (!enter_standout_mode || !exit_bold) in error0()
224 if (!enter_standout_mode || !exit_bold) in error0()
/titanic_41/usr/src/cmd/more/
H A Dmore.c514 (enter_standout_mode && *enter_standout_mode == ' ') in screen()
675 if (enter_standout_mode && exit_standout_mode) in prompt()
676 putp (enter_standout_mode); in prompt()
689 if (enter_standout_mode && exit_standout_mode) in prompt()
708 if (enter_standout_mode && exit_standout_mode) in wait_eof()
709 putp (enter_standout_mode); in wait_eof()
713 if (enter_standout_mode && exit_standout_mode) in wait_eof()
1737 if (enter_standout_mode && exit_standout_mode) { in error()
1738 putp (enter_standout_mode); in error()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c269 if (ISATTR(attr, WA_STANDOUT) && enter_standout_mode != (char *) 0) { in turn_on()
270 (void) tputs(enter_standout_mode, 1, putout); in turn_on()
H A Dtermattr.c163 if (enter_standout_mode != (char *) 0) in term_attrs()
H A Dcaps176 enter_standout_mode smso so str Begin stand out mode
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c262 enter_standout_mode != NULL) { in turn_on()
263 (void) TPUTS(enter_standout_mode, 1, putout); in turn_on()
H A Dtermattr.c157 if (enter_standout_mode != NULL) in term_attrs()
H A Dcaps176 enter_standout_mode smso so str Begin stand out mode
/titanic_41/usr/src/cmd/pg/
H A Dpg.c1707 if (soflag && enter_standout_mode && exit_standout_mode) {
1708 (void) putp(enter_standout_mode);
/titanic_41/usr/src/lib/libcurses/screen/
H A Dcaps171 enter_standout_mode, "smso" "so" Begin stand out mode