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

  /external/syslinux/gpxe/src/hci/mucurses/
ansi_screen.c 7 static void ansiscr_reset(struct _curses_screen *scr) __nonnull;
8 static void ansiscr_movetoyx(struct _curses_screen *scr,
10 static void ansiscr_putc(struct _curses_screen *scr, chtype c) __nonnull;
15 static void ansiscr_reset ( struct _curses_screen *scr ) {
23 static void ansiscr_movetoyx ( struct _curses_screen *scr,
33 static void ansiscr_putc ( struct _curses_screen *scr, chtype c ) {
59 static int ansiscr_getc ( struct _curses_screen *scr __unused ) {
63 static bool ansiscr_peek ( struct _curses_screen *scr __unused ) {
  /external/syslinux/gpxe/src/include/
curses.h 32 typedef struct _curses_screen { struct
38 void ( *init ) ( struct _curses_screen *scr );
39 void ( *exit ) ( struct _curses_screen *scr );
47 void ( * movetoyx ) ( struct _curses_screen *scr,
55 void ( * putc ) ( struct _curses_screen *scr, chtype c );
62 int ( * getc ) ( struct _curses_screen *scr );
70 bool ( *peek ) ( struct _curses_screen *scr );

Completed in 169 milliseconds