Searched refs:CHAR_BS (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist/
H A Dpcre_internal.h1248 #define CHAR_BS '\b' macro
1508 #define CHAR_BS '\010' macro
H A Dpcre_compile.c5049 else if (escape == ESC_b) c = CHAR_BS; /* \b is backspace in a class */
5261 if (descape == ESC_b) d = CHAR_BS; else

Completed in 62 milliseconds