HomeSort by relevance Sort by last modified time
    Searched refs:clear_screen (Results 1 - 11 of 11) sorted by null

  /external/grub/util/
grub-terminfo 79 clear_screen="`get_seq clear_screen`"
80 if test "x$clear_screen" != x; then
81 clear_screen="--clear-screen=$clear_screen"
94 echo "terminfo --name=$termname" $cursor_address $clear_screen \
grub-terminfo.in 79 clear_screen="`get_seq clear_screen`"
80 if test "x$clear_screen" != x; then
81 clear_screen="--clear-screen=$clear_screen"
94 echo "terminfo --name=$termname" $cursor_address $clear_screen \
  /external/grub/stage2/
terminfo.h 30 char clear_screen[TERMINFO_LEN]; member in struct:terminfo
terminfo.c 38 .clear_screen = "\e[H\e[J",
229 grub_putstr (grub_tparm (term.clear_screen));
builtins.c     [all...]
  /system/extras/tests/framebuffer/
fb_test.c 242 void clear_screen(int w, int h, void* _loc) function
279 clear_screen(vi.xres, vi.yres, gr_fbs[0].data);
280 clear_screen(vi.xres, vi.yres, gr_fbs[1].data);
  /system/extras/latencytop/
latencytop.c 63 static void clear_screen(void);
156 clear_screen();
415 static void clear_screen(void) { function
  /system/core/charger/
charger.c 196 static void clear_screen(void) function
670 clear_screen();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h 227 #define clear_screen CUR Strings[5] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 227 #define clear_screen CUR Strings[5] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 227 #define clear_screen CUR Strings[5] macro
    [all...]

Completed in 312 milliseconds