Searched refs:ESC (Results 1 – 5 of 5) sorted by relevance
41 #define ESC 0x1b macro638 *outptr++ = ESC; \664 *outptr++ = ESC; \739 *outptr++ = ESC; \778 *outptr++ = ESC; \814 *outptr++ = ESC; \841 *outptr++ = ESC; \873 *outptr++ = ESC; \907 *outptr++ = ESC; \940 *outptr++ = ESC; \[all …]
31 #define ESC 0x1b macro136 *outbuf++ = ESC; \147 *outbuf++ = ESC; \192 if (__glibc_unlikely (ch == ESC)) \467 *outptr++ = ESC; \496 *outptr++ = ESC; \627 *outptr++ = ESC; \654 *outptr++ = ESC; \692 *outptr++ = ESC; \725 *outptr++ = ESC; \[all …]
34 #define ESC 0x1b macro41 #define SS2_0 ESC43 #define SS3_0 ESC180 if (ch == ESC) \289 if (ch == ESC && inptr[1] == SS2_1) \303 else if (ch == ESC && inptr[1] == SS3_1) \566 *outptr++ = ESC; \579 *outptr++ = ESC; \592 *outptr++ = ESC; \
30 #define ESC 0x1b macro37 #define SS2_0 ESC128 if (__builtin_expect (ch, 0) == ESC) \180 if (__builtin_expect (ch, 0) == ESC && inptr[1] == SS2_1) \330 *outptr++ = ESC; \
28 #define ESC 0x1b macro55 *outbuf++ = ESC; \125 if (__builtin_expect (ch, 0) == ESC) \
Completed in 9 milliseconds