Home
last modified time | relevance | path

Searched refs:ESsquare (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/vt/
H A Dvt.c2119 * @ESsquare: CSI parsed -- modifiers/parameters/ctrl chars expected
2139 ESsquare, enumerator
2320 vc->vc_state = ESsquare; in handle_ascii()
2329 * E.g. previous ESC with @c == '[' here yields the ESsquare state (that is:
2337 vc->vc_state = ESsquare; in handle_esc()
2628 case ESsquare: /* ESC [ aka CSI, parameters or modifiers expected */ in do_con_trol()