Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dvirtual_console.rs122 pub private: Vt102_OP,
199 private: Vt102_OP::Pecma, in new()
701 if self.private == Vt102_OP::Pdec { in set_mode()
776 if self.private <= Vt102_OP::Pdec { in do_getpars()
782 if self.private <= Vt102_OP::Pdec { in do_getpars()
788 if self.private == Vt102_OP::Pdec { in do_getpars()
799 if self.private == Vt102_OP::Pdec { in do_getpars()
809 if self.private == Vt102_OP::Pecma { in do_getpars()
823 if self.private != Vt102_OP::Pecma { in do_getpars()
824 self.private = Vt102_OP::Pecma; in do_getpars()
[all …]