Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h1252 #define CHAR_BS '\b' macro
1512 #define CHAR_BS '\010' macro
H A Dpcre_compile.c5103 else if (escape == ESC_b) c = CHAR_BS; /* \b is backspace in a class */ in compile_branch()
5315 if (descape == ESC_b) d = CHAR_BS; else in compile_branch()

Completed in 30 milliseconds