Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole_struct.h45 struct vc_state { struct
96 struct vc_state state, saved_state;
128 unsigned int vc_state; /* Escape sequence parser state */ member
/linux/drivers/tty/vt/
H A Dvt.c2230 vc->vc_state = ESnormal; in reset_terminal()
2344 if (ansi_control_string(vc->vc_state)) in handle_ascii()
2345 vc->vc_state = ESnormal; in handle_ascii()
2386 vc->vc_state = ESnormal; in handle_ascii()
2389 vc->vc_state = ESesc; in handle_ascii()
2395 vc->vc_state = ESsquare; in handle_ascii()
2409 vc->vc_state = ESnormal; in handle_esc()
2412 vc->vc_state = ESsquare; in handle_esc()
2415 vc->vc_state = ESnonstd; in handle_esc()
2418 vc->vc_state = ESapc; in handle_esc()
[all …]