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

  /external/grub/stage2/
terminfo.h 0 /* terminfo.h - read a terminfo entry from the command line */
26 typedef struct terminfo struct
34 terminfo; typedef in typeref:struct:terminfo
44 void ti_set_term (const struct terminfo *new);
45 void ti_get_term (struct terminfo *copy);
terminfo.c 0 /* terminfo.c - read a terminfo entry from the command line */
29 #include "terminfo.h"
34 struct terminfo term =
248 ti_set_term (const struct terminfo *new)
250 grub_memmove (&term, new, sizeof (struct terminfo));
255 ti_get_term(struct terminfo *copy)
257 grub_memmove (copy, &term, sizeof (struct terminfo));
serial.c 26 #include <terminfo.h>
builtins.c 38 # include <terminfo.h>
    [all...]
  /external/grub/util/
grub-terminfo 2 # Generate a terminfo command from a terminfo name.
24 Usage: grub-terminfo TERMNAME
25 Generate a terminfo command from a terminfo name.
35 echo "grub-terminfo: error: $1" 1>&2
46 echo "grub-terminfo (GNU GRUB ${VERSION})"
54 error "More than one terminfo names?"
94 echo "terminfo --name=$termname" $cursor_address $clear_screen \
grub-terminfo.in 2 # Generate a terminfo command from a terminfo name.
24 Usage: grub-terminfo TERMNAME
25 Generate a terminfo command from a terminfo name.
35 echo "grub-terminfo: error: $1" 1>&2
46 echo "grub-terminfo (GNU GRUB ${VERSION})"
54 error "More than one terminfo names?"
94 echo "terminfo --name=$termname" $cursor_address $clear_screen \
  /external/grub/
Android.mk 81 stage2/terminfo.c \

Completed in 318 milliseconds