Home
last modified time | relevance | path

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

/dports/x11/konsole/konsole-21.12.3/doc/developer/old-documents/VT100/
H A Ddb.trans38 TY_ESC___|DECID|'Z'||emu|reportTerminalType|
132 TY_CSI_PN|DA|'c'||emu|reportTerminalType|
187 TY_VT52__|VT52REP|'Z'||emu|reportTerminalType|
H A DTable.Codes1047 N/A|VT100|emu|reportTerminalType||see above
1197 N/A|VT100|emu|reportTerminalType||see above
1849 N/A|VT52|emu|reportTerminalType||see above
/dports/math/octave/octave-6.4.0/libgui/qterminal/libqterminal/unix/
H A DVt102Emulation.h159 void reportTerminalType();
H A DVt102Emulation.cpp484 case TY_ESC('Z' ) : reportTerminalType ( ); break; in tau()
637 case TY_CSI_PN('c' ) : reportTerminalType ( ); break; //VT100 in tau()
777 case TY_VT52('Z' ) : reportTerminalType ( ); break; //VT52 in tau()
842 void Vt102Emulation::reportTerminalType() in reportTerminalType() function in Vt102Emulation
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DVt102Emulation.h151 void reportTerminalType();
H A DVt102Emulation.cpp484 case TY_ESC('Z' ) : reportTerminalType ( ); break; in processToken()
638 case TY_CSI_PN('c' ) : reportTerminalType ( ); break; //VT100 in processToken()
777 case TY_VT52('Z' ) : reportTerminalType ( ); break; //VT52 in processToken()
813 void Vt102Emulation::reportTerminalType() in reportTerminalType() function in Vt102Emulation
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A DVt102Emulation.h151 void reportTerminalType();
H A DVt102Emulation.cpp484 case TY_ESC('Z' ) : reportTerminalType ( ); break; in processToken()
638 case TY_CSI_PN('c' ) : reportTerminalType ( ); break; //VT100 in processToken()
777 case TY_VT52('Z' ) : reportTerminalType ( ); break; //VT52 in processToken()
813 void Vt102Emulation::reportTerminalType() in reportTerminalType() function in Vt102Emulation
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DVt102Emulation.h159 void reportTerminalType();
H A DVt102Emulation.cpp504 case TY_ESC('Z' ) : reportTerminalType ( ); break; in processToken()
682 case TY_CSI_PN('c' ) : reportTerminalType ( ); break; //VT100 in processToken()
844 case TY_VT52('Z' ) : reportTerminalType ( ); break; //VT52 in processToken()
884 void Vt102Emulation::reportTerminalType() in reportTerminalType() function in Vt102Emulation
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DVt102Emulation.h161 void reportTerminalType();
H A DVt102Emulation.cpp505 case TY_ESC('Z' ) : reportTerminalType ( ); break; in processToken()
683 case TY_CSI_PN('c' ) : reportTerminalType ( ); break; //VT100 in processToken()
845 case TY_VT52('Z' ) : reportTerminalType ( ); break; //VT52 in processToken()
881 void Vt102Emulation::reportTerminalType() in reportTerminalType() function in Vt102Emulation
/dports/x11/konsole/konsole-21.12.3/src/
H A DVt102Emulation.h142 void reportTerminalType();
H A DVt102Emulation.cpp620 case token_esc('Z' ) : reportTerminalType ( ); break; in processToken()
794 case token_csi_pn('c' ) : reportTerminalType ( ); break; //VT100 in processToken()
973 case token_vt52('Z' ) : reportTerminalType ( ); break; //VT52 in processToken()
1007 void Vt102Emulation::reportTerminalType() in reportTerminalType() function in Vt102Emulation