Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs623 if !(Self::is_continuation(c, termios) in eraser()
630 if Self::is_continuation(c, termios) { in eraser()
675 } else if !Self::is_continuation(c, termios) { in eraser()
731 fn is_continuation(c: u8, termios: &RwLockReadGuard<Termios>) -> bool { in is_continuation() method