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

  /external/syslinux/com32/lib/sys/
ansi.h 26 struct term_state { struct
47 void (*erase) (const struct term_state * st, int x0, int y0, int x1,
49 void (*write_char) (int x, int y, uint8_t ch, const struct term_state * st);
50 void (*showcursor) (const struct term_state * st);
51 void (*scroll_up) (const struct term_state * st);
59 struct term_state *ts;
vesacon_write.c 48 static void vesacon_erase(const struct term_state *, int, int, int, int);
49 static void vesacon_write_char(int, int, uint8_t, const struct term_state *);
50 static void vesacon_showcursor(const struct term_state *);
52 static void vesacon_scroll_up(const struct term_state *);
54 static struct term_state ts;
132 static void vesacon_erase(const struct term_state *st,
140 const struct term_state *st)
151 static void vesacon_showcursor(const struct term_state *st)
160 static void vesacon_scroll_up(const struct term_state *st)
ansicon_write.c 47 static void ansicon_erase(const struct term_state *, int, int, int, int);
48 static void ansicon_write_char(int, int, uint8_t, const struct term_state *);
49 static void ansicon_showcursor(const struct term_state *);
50 static void ansicon_scroll_up(const struct term_state *);
53 static struct term_state ts;
113 static uint8_t ansicon_attribute(const struct term_state *st)
141 static void ansicon_erase(const struct term_state *st,
151 static void ansicon_showcursor(const struct term_state *st)
162 const struct term_state *st)
170 static void ansicon_scroll_up(const struct term_state *st
    [all...]
ansi.c 38 static const struct term_state default_state = {
73 struct term_state *st = ti->ts;
  /external/syslinux/com32/include/syslinux/
firmware.h 7 struct term_state;
12 void (*showcursor) (const struct term_state *);
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 832 private int term_state = TSTATE_DATA; field in class:vt320
    [all...]
  /external/syslinux/core/
bios.c 67 static void bios_showcursor(const struct term_state *st)
  /external/syslinux/efi/
main.c 209 static void efi_showcursor(const struct term_state *st)
    [all...]

Completed in 308 milliseconds