Searched defs:term_state (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/lib/sys/
H A Dansi.h26 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;
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A Dvt320.java832 private int term_state = TSTATE_DATA; field in class:vt320
1630 switch (term_state) {
1641 term_state = TSTATE_OSC;
1688 term_state = TSTATE_DCS;
1711 term_state = TSTATE_CSI;
1714 term_state = TSTATE_ESC;
1929 term_state = TSTATE_DATA;
1935 term_state = TSTATE_DATA;
1941 term_state = TSTATE_DATA;
1954 term_state
[all...]

Completed in 136 milliseconds