Home
last modified time | relevance | path

Searched refs:ESC_E (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/util/
Dansi-print.cc55 #define ESC_E (char)27 macro
400 printf ("%c[%dm", ESC_E, 40 + bi.bg); in ansi_print_image_rgb24()
410 printf ("%c[%d;%dm", ESC_E, 30 + bi.bg, 40 + bi.fg); in ansi_print_image_rgb24()
416 printf ("%c[%d;%dm", ESC_E, 40 + bi.bg, 30 + bi.fg); in ansi_print_image_rgb24()
424 printf ("%c[0m\n", ESC_E); /* Reset */ in ansi_print_image_rgb24()
/external/pcre/dist/
Dpcre_compile.c163 -ESC_D, -ESC_E,
213 /* C0 */ '{',-ESC_A, -ESC_B, -ESC_C, -ESC_D,-ESC_E, 0, -ESC_G,
5152 else if (escape == ESC_E) continue; /* Ignore orphan \E */ in compile_branch()
7907 if (escape == ESC_E) continue; /* Perl ignores an orphan \E */ in compile_branch()
Dpcre_internal.h1857 ESC_E, ESC_Q, ESC_g, ESC_k, enumerator