Home
last modified time | relevance | path

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

/external/grub/util/
Dgrub-terminfo89 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
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
/external/grub/stage2/
Dterminfo.c40 .exit_standout_mode = "\e[m"
243 grub_putstr (grub_tparm (term.exit_standout_mode)); in ti_exit_standout_mode()
Dterminfo.h32 char exit_standout_mode[TERMINFO_LEN]; member
Dbuiltins.c4355 {"--exit-standout-mode=", term.exit_standout_mode} in terminfo_func()
4410 ti_escape_string (term.exit_standout_mode)); in terminfo_func()