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
123 struct vc_state state, saved_state;
155 unsigned int vc_state; /* Escape sequence parser state */ member
/linux/drivers/tty/vt/
H A Dvt.c2265 vc->vc_state = ESnormal; in reset_terminal()
2379 if (ansi_control_string(vc->vc_state)) in handle_ascii()
2380 vc->vc_state = ESnormal; in handle_ascii()
2421 vc->vc_state = ESnormal; in handle_ascii()
2424 vc->vc_state = ESesc; in handle_ascii()
2430 vc->vc_state = ESsquare; in handle_ascii()
2444 vc->vc_state = ESnormal; in handle_esc()
2447 vc->vc_state = ESsquare; in handle_esc()
2450 vc->vc_state = ESnonstd; in handle_esc()
2453 vc->vc_state = ESapc; in handle_esc()
[all …]