Searched refs:VSTART (Results 1 – 3 of 3) sorted by relevance
123 && old_termios.control_characters[ControlCharIndex::VSTART] == 0o021; in set_termios()127 && curr_termios.control_characters[ControlCharIndex::VSTART] == 0o021; in set_termios()
387 pub const VSTART: usize = 13; constant
739 if !(termios.control_characters[ControlCharIndex::VSTART] == c in is_flow_ctrl_char()749 if termios.control_characters[ControlCharIndex::VSTART] == c { in is_flow_ctrl_char()2010 .set(contorl_chars[ControlCharIndex::VSTART] as usize, true); in set_termios()