Home | History | Annotate | Download | only in cjkcodecs

Lines Matching refs:ESC

32           +-----  ESC Throughout
35 #define ESC 0x1B
149 WRITEBYTE3(ESC, '(', 'B');
166 WRITEBYTE3(ESC, '(', 'B');
219 WRITEBYTE3(ESC, '(', ESCMARK(dsg->mark));
224 WRITEBYTE3(ESC, '$', ESCMARK(dsg->mark));
229 WRITEBYTE4(ESC, '$', '(',
239 WRITEBYTE3(ESC, ')', ESCMARK(dsg->mark));
244 WRITEBYTE4(ESC, '$', ')', ESCMARK(dsg->mark));
344 (*inbuf)[3] == ESC && (*inbuf)[4] == '$' &&
431 /* ESC throughout mode:
442 case ESC:
458 OUTCHAR(ESC);