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

  /external/grub/util/
grub-terminfo 72 cursor_address="`get_seq cursor_address`"
73 if test "x$cursor_address" = x; then
74 error "cursor_address not found"
77 cursor_address="--cursor-address=$cursor_address"
94 echo "terminfo --name=$termname" $cursor_address $clear_screen \
grub-terminfo.in 72 cursor_address="`get_seq cursor_address`"
73 if test "x$cursor_address" = x; then
74 error "cursor_address not found"
77 cursor_address="--cursor-address=$cursor_address"
94 echo "terminfo --name=$termname" $cursor_address $clear_screen \
  /external/grub/stage2/
terminfo.h 29 char cursor_address[TERMINFO_LEN]; member in struct:terminfo
terminfo.c 37 .cursor_address = "\e[%i%p1%d;%p2%dH",
222 grub_putstr (grub_tparm (term.cursor_address, y, x));
builtins.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h 232 #define cursor_address CUR Strings[10] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 232 #define cursor_address CUR Strings[10] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 232 #define cursor_address CUR Strings[10] macro
    [all...]

Completed in 891 milliseconds