Home
last modified time | relevance | path

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

/illumos-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
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_voper.c925 if (enter_standout_mode && exit_bold) in lfixol()
926 putpad((unsigned char *)enter_standout_mode); in lfixol()
928 if (enter_standout_mode && exit_bold) in lfixol()
959 if (!enter_standout_mode || !exit_bold) in warnf()
963 if (enter_standout_mode && exit_bold) in warnf()
964 putpad((unsigned char *)enter_standout_mode); in warnf()
966 if (enter_standout_mode && exit_bold) in warnf()
H A Dex_subr.c410 if (enter_standout_mode && exit_bold) in merror()
411 putpad((unsigned char *)enter_standout_mode); in merror()
417 if (enter_standout_mode && exit_bold) in merror()
786 if (enter_standout_mode && exit_bold) in smerror()
787 putpad((unsigned char *)enter_standout_mode); in smerror()
789 if (enter_standout_mode && exit_bold) in smerror()
H A Dex_cmds2.c209 if (!enter_standout_mode || !exit_bold) in error0()
222 if (!enter_standout_mode || !exit_bold) in error0()
/illumos-gate/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.c5040 {"--enter-standout-mode=", term.enter_standout_mode}, in terminfo_func()
5094 ti_escape_string (term.enter_standout_mode)); in terminfo_func()
/illumos-gate/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()
1763 if (enter_standout_mode && exit_standout_mode) { in error()
1764 putp (enter_standout_mode); in error()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c267 if (ISATTR(attr, WA_STANDOUT) && enter_standout_mode != (char *) 0) { in turn_on()
268 (void) tputs(enter_standout_mode, 1, putout); in turn_on()
H A Dtermattr.c161 if (enter_standout_mode != (char *) 0) in term_attrs()
H A Dcaps176 enter_standout_mode smso so str Begin stand out mode
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c260 enter_standout_mode != NULL) { in turn_on()
261 (void) TPUTS(enter_standout_mode, 1, putout); in turn_on()
H A Dtermattr.c155 if (enter_standout_mode != NULL) in term_attrs()
H A Dcaps174 enter_standout_mode smso so str Begin stand out mode
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1692 if (soflag && enter_standout_mode && exit_standout_mode) { in sopr()
1693 (void) putp(enter_standout_mode); in sopr()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps169 enter_standout_mode, "smso" "so" Begin stand out mode