Home | History | Annotate | Download | only in cjkcodecs

Lines Matching refs:ESC

32           +-----  ESC Throughout

35 #define ESC 0x1B
149 WRITE3(ESC, '(', 'B')
166 WRITE3(ESC, '(', 'B')
230 WRITE3(ESC, '(', ESCMARK(dsg->mark))
235 WRITE3(ESC, '$', ESCMARK(dsg->mark))
240 WRITE4(ESC, '$', '(',
250 WRITE3(ESC, ')', ESCMARK(dsg->mark))
255 WRITE4(ESC, '$', ')',
350 (*inbuf)[3] == ESC && (*inbuf)[4] == '$' &&
430 /* ESC throughout mode:
441 case ESC:
457 WRITE1(ESC)