Searched refs:enter_standout_mode (Results 1 – 16 of 16) sorted by relevance
/titanic_51/usr/src/grub/grub-0.97/util/ |
H A D | grub-terminfo.in | 84 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_51/usr/src/grub/grub-0.97/stage2/ |
H A D | terminfo.c | 39 .enter_standout_mode = "\e[7m", 236 grub_putstr (grub_tparm (term.enter_standout_mode)); in ti_enter_standout_mode()
|
H A D | terminfo.h | 31 char enter_standout_mode[TERMINFO_LEN]; member
|
H A D | builtins.c | 5036 {"--enter-standout-mode=", term.enter_standout_mode}, in terminfo_func() 5089 grub_printf ("enter_standout_mode=%s\n", in testload_func() 5090 ti_escape_string (term.enter_standout_mode)); in testload_func()
|
/titanic_51/usr/src/cmd/vi/port/ |
H A D | ex_voper.c | 924 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 D | ex_subr.c | 403 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 D | ex_cmds2.c | 211 if (!enter_standout_mode || !exit_bold) in error0() 224 if (!enter_standout_mode || !exit_bold) in error0()
|
/titanic_51/usr/src/cmd/more/ |
H A D | more.c | 514 (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() [all...] |
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | vid_puts.c | 269 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 D | termattr.c | 163 if (enter_standout_mode != (char *) 0) in term_attrs()
|
H A D | caps | 176 enter_standout_mode smso so str Begin stand out mode
|
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | vid_puts.c | 262 enter_standout_mode != NULL) { in turn_on() 263 (void) TPUTS(enter_standout_mode, 1, putout); in turn_on()
|
H A D | termattr.c | 157 if (enter_standout_mode != NULL) in term_attrs()
|
H A D | caps | 176 enter_standout_mode smso so str Begin stand out mode
|
/titanic_51/usr/src/cmd/pg/ |
H A D | pg.c | 1707 if (soflag && enter_standout_mode && exit_standout_mode) { 1708 (void) putp(enter_standout_mode);
|
/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | caps | 171 enter_standout_mode, "smso" "so" Begin stand out mode
|