Searched refs:ESC (Results 1 - 25 of 30) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/lib/
H A Diso2022_jp.h27 #define ESC 0x1b macro
44 if (c == ESC) {
136 r[0] = ESC;
157 r[0] = ESC;
178 r[0] = ESC;
207 r[0] = ESC;
230 r[0] = ESC;
H A Diso2022_cnext.h27 #define ESC 0x1b macro
72 if (c == ESC) {
337 r[0] = ESC;
367 r[0] = ESC;
392 r[0] = ESC;
399 r[0] = ESC;
414 r[0] = ESC;
421 r[0] = ESC;
436 r[0] = ESC;
443 r[0] = ESC;
[all...]
H A Diso2022_jp1.h27 #define ESC 0x1b macro
45 if (c == ESC) {
160 r[0] = ESC;
181 r[0] = ESC;
202 r[0] = ESC;
224 r[0] = ESC;
248 r[0] = ESC;
H A Diso2022_jp3.h27 #define ESC 0x1b macro
59 if (c == ESC) {
306 r[0] = ESC;
329 r[0] = ESC;
348 r[0] = ESC;
370 r[0] = ESC;
403 r[0] = ESC;
426 r[0] = ESC;
439 r[0] = ESC;
477 r[0] = ESC;
[all...]
H A Diso2022_cn.h27 #define ESC 0x1b macro
62 if (c == ESC) {
219 r[0] = ESC;
249 r[0] = ESC;
274 r[0] = ESC;
281 r[0] = ESC;
H A Diso2022_jp2.h26 /* ESC '(' 'I' for JISX0201 Katakana is an extension not found in RFC 1554 or
29 #define ESC 0x1b macro
62 if (c == ESC) {
409 r[0] = ESC;
440 r[0] = ESC;
446 r[0] = ESC;
464 r[0] = ESC;
470 r[0] = ESC;
492 r[0] = ESC;
517 r[0] = ESC;
[all...]
H A Diso2022_kr.h32 #define ESC 0x1b macro
61 if (c == ESC) {
173 r[0] = ESC;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dmkiss.h12 #define ESC 0333 /* indicates byte stuffing */ macro
13 #define ESC_END 0334 /* ESC ESC_END means END 'data' */
14 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
50 #define AXF_ESCAPE 1 /* ESC received */
H A Dmkiss.c747 *ptr++ = ESC;
750 case ESC:
751 *ptr++ = ESC;
788 *ptr++ = ESC;
791 case ESC:
792 *ptr++ = ESC;
819 case ESC:
824 s = ESC;
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dmsgbox.c75 while (key != ESC && key != '\n' && key != ' ' &&
84 return key == ESC ? -1 : 0;
H A Dyesno.c86 while (key != ESC) {
111 case ESC:
117 return -1; /* ESC pressed */
H A Dinputbox.c123 while (key != ESC) {
232 key = ESC;
233 case ESC:
239 return -1; /* ESC pressed */
H A Dchecklist.c223 while (key != ESC) {
356 key = ESC;
357 case ESC:
368 return -1; /* ESC pressed */
H A Ddialog.h49 #define ESC 27 macro
H A Dmenubox.c277 while (key != ESC) {
434 key = ESC;
435 case ESC:
442 return -1; /* ESC pressed */
H A Dtextbox.c134 while ((key != ESC) && (key != '\n')) {
312 case ESC:
320 return -1; /* ESC pressed */
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dmsgbox.c75 while (key != ESC && key != '\n' && key != ' ' &&
84 return key == ESC ? -1 : 0;
H A Dyesno.c86 while (key != ESC) {
111 case ESC:
117 return -1; /* ESC pressed */
H A Dinputbox.c123 while (key != ESC) {
232 key = ESC;
233 case ESC:
239 return -1; /* ESC pressed */
H A Dchecklist.c224 while (key != ESC) {
350 key = ESC;
351 case ESC:
362 return -1; /* ESC pressed */
H A Dmenubox.c276 while (key != ESC) {
427 key = ESC;
428 case ESC:
435 return -1; /* ESC pressed */
H A Ddialog.h50 #define ESC 27 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dslip.h45 #define ESC 0333 /* indicates byte stuffing */ macro
46 #define ESC_END 0334 /* ESC ESC_END means END 'data' */
47 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
96 #define SLF_ESCAPE 1 /* ESC received */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Dconstant.h92 #define ESC 0x7f macro
H A Dpc.h274 #define ESC 0x7f /* escape extension */ macro

Completed in 229 milliseconds

12