#include "TEmuVt102.h"#include <stdio.h>#include <unistd.h>Include dependency graph for TEmuVt102.cpp:

Go to the source code of this file.
Defines | |
| #define | TY_CONSTR(T, A, N) ( ((((int)N) & 0xffff) << 16) | ((((int)A) & 0xff) << 8) | (((int)T) & 0xff) ) |
| #define | TY_CHR___() TY_CONSTR(0,0,0) |
| #define | TY_CTL___(A) TY_CONSTR(1,A,0) |
| #define | TY_ESC___(A) TY_CONSTR(2,A,0) |
| #define | TY_ESC_CS(A, B) TY_CONSTR(3,A,B) |
| #define | TY_ESC_DE(A) TY_CONSTR(4,A,0) |
| #define | TY_CSI_PS(A, N) TY_CONSTR(5,A,N) |
| #define | TY_CSI_PN(A) TY_CONSTR(6,A,0) |
| #define | TY_CSI_PR(A, N) TY_CONSTR(7,A,N) |
| #define | TY_VT52__(A) TY_CONSTR(8,A,0) |
| #define | CTL 1 |
| #define | CHR 2 |
| #define | CPN 4 |
| #define | DIG 8 |
| #define | SCS 16 |
| #define | GRP 32 |
| #define | lec(P, L, C) (p == (P) && s[(L)] == (C)) |
| #define | lun() (p == 1 && cc >= 32 ) |
| #define | les(P, L, C) (p == (P) && s[L] < 256 && (tbl[s[(L)]] & (C)) == (C)) |
| #define | eec(C) (p >= 3 && cc == (C)) |
| #define | ees(C) (p >= 3 && cc < 256 && (tbl[ cc ] & (C)) == (C)) |
| #define | eps(C) (p >= 3 && s[2] != '?' && cc < 256 && (tbl[ cc ] & (C)) == (C)) |
| #define | epp() (p >= 3 && s[2] == '?' ) |
| #define | egt() (p == 3 && s[2] == '>' ) |
| #define | Xpe (ppos>=2 && pbuf[1] == ']' ) |
| #define | Xte (Xpe && cc == 7 ) |
| #define | ces(C) ( cc < 256 && (tbl[ cc ] & (C)) == (C) && !Xte) |
| #define | ESC 27 |
| #define | CNTL(c) ((c)-'@') |
| #define | ANSWER_BACK "" |
| #define | encodeMode(M, B) BITS(B,getMode(M)) |
| #define | encodeStat(M, B) BITS(B,((ev->state() & (M)) == (M))) |
| #define | CHARSET charset[scr==screen[1]] |
Functions | |
| static void | hexdump (int *s, int len) |
|
|
Definition at line 667 of file TEmuVt102.cpp. Referenced by TEmuVt102::reportAnswerBack(). |
|
|
Definition at line 238 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(). |
|
|
Definition at line 800 of file TEmuVt102.cpp. Referenced by TEmuVt102::applyCharset(), TEmuVt102::restoreCursor(), TEmuVt102::saveCursor(), TEmuVt102::setAndUseCharset(), and TEmuVt102::useCharset(). |
|
|
Definition at line 195 of file TEmuVt102.cpp. Referenced by TEmuVt102::initTokenizer(), and TEmuVt102::onRcvChar(). |
|
|
Definition at line 241 of file TEmuVt102.cpp. |
|
|
Definition at line 196 of file TEmuVt102.cpp. Referenced by TEmuVt102::initTokenizer(), and TEmuVt102::onRcvChar(). |
|
|
Definition at line 194 of file TEmuVt102.cpp. Referenced by TEmuVt102::initTokenizer(), and TEmuVt102::onRcvChar(). |
|
|
Definition at line 197 of file TEmuVt102.cpp. Referenced by TEmuVt102::initTokenizer(), and TEmuVt102::onRcvChar(). |
|
|
Definition at line 231 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(). |
|
|
Definition at line 232 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(). |
|
|
Definition at line 235 of file TEmuVt102.cpp. |
|
|
Definition at line 697 of file TEmuVt102.cpp. Referenced by TEmuVt102::onKeyPress(). |
|
|
Definition at line 698 of file TEmuVt102.cpp. Referenced by TEmuVt102::onKeyPress(). |
|
|
Definition at line 234 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(). |
|
|
Definition at line 233 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(), and qdtoa(). |
|
|
Definition at line 240 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(). |
|
|
Definition at line 199 of file TEmuVt102.cpp. Referenced by TEmuVt102::initTokenizer(), and TEmuVt102::onRcvChar(). |
|
|
Definition at line 228 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(). |
|
|
Definition at line 230 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(). |
|
|
Definition at line 229 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(). |
|
|
Definition at line 198 of file TEmuVt102.cpp. Referenced by TEmuVt102::initTokenizer(), and TEmuVt102::onRcvChar(). |
|
|
Definition at line 150 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(), and TEmuVt102::tau(). |
|
|
Definition at line 148 of file TEmuVt102.cpp. |
|
|
Definition at line 156 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(), and TEmuVt102::tau(). |
|
|
Definition at line 157 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(), and TEmuVt102::tau(). |
|
|
Definition at line 155 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(), and TEmuVt102::tau(). |
|
|
Definition at line 151 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(), and TEmuVt102::tau(). |
|
|
Definition at line 152 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(), and TEmuVt102::tau(). |
|
|
Definition at line 153 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(), and TEmuVt102::tau(). |
|
|
Definition at line 154 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(), and TEmuVt102::tau(). |
|
|
Definition at line 159 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(), and TEmuVt102::tau(). |
|
|
Definition at line 236 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(). |
|
|
Definition at line 237 of file TEmuVt102.cpp. Referenced by TEmuVt102::onRcvChar(). |
|
||||||||||||
|
Definition at line 989 of file TEmuVt102.cpp. Referenced by rdp_recv(), TEmuVt102::scan_buffer_report(), and sec_send(). |
1.4.2