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
2144 vc->vc_state = ESnormal; in reset_terminal()2248 if (ansi_control_string(vc->vc_state)) in handle_ascii()2249 vc->vc_state = ESnormal; in handle_ascii()2290 vc->vc_state = ESnormal; in handle_ascii()2293 vc->vc_state = ESesc; in handle_ascii()2299 vc->vc_state = ESsquare; in handle_ascii()2313 vc->vc_state = ESnormal; in handle_esc()2316 vc->vc_state = ESsquare; in handle_esc()2319 vc->vc_state = ESnonstd; in handle_esc()2322 vc->vc_state = ESapc; in handle_esc()[all …]