Home
last modified time | relevance | path

Searched refs:HAVE_LIBCURSES (Results 1 – 9 of 9) sorted by relevance

/external/grub/grub/
Dasmstub.c168 #ifdef HAVE_LIBCURSES in grub_stage2()
193 #ifdef HAVE_LIBCURSES in grub_stage2()
256 #ifdef HAVE_LIBCURSES in stop()
559 #ifdef HAVE_LIBCURSES in console_putchar()
607 #ifdef HAVE_LIBCURSES
647 #ifdef HAVE_LIBCURSES in console_checkkey()
676 #ifdef HAVE_LIBCURSES in console_getkey()
707 #ifdef HAVE_LIBCURSES in console_getxy()
719 #ifdef HAVE_LIBCURSES in console_gotoxy()
729 #ifdef HAVE_LIBCURSES in console_cls()
Dmain.c39 #ifdef HAVE_LIBCURSES
/external/grub/
Dconfig.h32 #define HAVE_LIBCURSES 1 macro
Dconfig.status900 ${ac_dA}HAVE_LIBCURSES${ac_dB}HAVE_LIBCURSES${ac_dC}1${ac_dD}
943 ${ac_uA}HAVE_LIBCURSES${ac_uB}HAVE_LIBCURSES${ac_uC}1${ac_uD}
Dconfig.h.in31 #undef HAVE_LIBCURSES
Dconfig.log394 | #define HAVE_LIBCURSES 1
421 | #define HAVE_LIBCURSES 1
585 | #define HAVE_LIBCURSES 1
657 | #define HAVE_LIBCURSES 1
931 #define HAVE_LIBCURSES 1
Dconfigure.ac211 AC_DEFINE(HAVE_LIBCURSES, 1, [Define if you have a curses library])], definition
213 AC_DEFINE(HAVE_LIBCURSES, 1, [Define if you have a curses library])])]) definition
DChangeLog1720 * grub/main.c (use_curses): Initialize to 0 if !HAVE_LIBCURSES
1973 (grub_stage2) [HAVE_LIBCURSES]: If USE_CURSES is true, ignore
3581 * grub/asmstub.c (console_putchar) [HAVE_LIBCURSES]: If
5910 * grub/asmstub.c (grub_putchar) [HAVE_LIBCURSES]: Do not call
7839 * grub/asmstub.c [HAVE_LIBCURSES] (save_char): New variable.
7840 (getkey) [HAVE_LIBCURSES]: If SAVE_CHAR is not ERR, return
7842 (checkkey) [HAVE_LIBCURSES]: If SAVE_CHAR is not ERR, return
7850 * grub/asmstub.c (grub_stage2) [HAVE_LIBCURSES]: Call wtimeout
7852 (getkey) [HAVE_LIBCURSES]: Likewise.
8498 * grub/asmstub.c (grub_stage2) [HAVE_LIBCURSES]: If ! USE_CURSES,
[all …]
/external/grub/stage2/
Dshared.h285 #if !defined(GRUB_UTIL) || !defined(HAVE_LIBCURSES)