Searched refs:vc_state (Results 1 – 2 of 2) sorted by relevance
45 struct vc_state { struct96 struct vc_state state, saved_state;128 unsigned int vc_state; /* Escape sequence parser state */ member
2230 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 …]