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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c178 -ESC_b, 0,
205 /* 80 */ 0, 7, -ESC_b, 0, -ESC_d, ESC_e, ESC_f, 0,
5053 else if (escape == ESC_b) c = CHAR_BS; /* \b is backspace in a class */
5265 if (descape == ESC_b) d = CHAR_BS; else
7687 ESC_b and ESC_Z for the latter; this may have to change if any new ones are
7712 if (firstcharflags == REQ_UNSET && escape > ESC_b && escape < ESC_Z)
7855 if ((escape == ESC_b || escape == ESC_B || escape == ESC_A) &&
7870 previous = (escape > ESC_b && escape < ESC_Z)? code : NULL;

Completed in 47 milliseconds