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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_compile.c156 -ESC_b, 0,
183 /* 80 */ 0, 7, -ESC_b, 0, -ESC_d, ESC_e, ESC_f, 0,
4001 if (-c == ESC_b) c = CHAR_BS; /* \b is backspace in a class */
4355 if (d == -ESC_b) d = CHAR_BS; else
6706 ESC_b and ESC_Z for the latter; this may have to change if any new ones are
6729 if (firstchar == REQ_UNSET && -c > ESC_b && -c < ESC_Z)
6880 if ((-c == ESC_b || -c == ESC_B) && cd->max_lookbehind == 0)
6894 previous = (-c > ESC_b && -c < ESC_Z)? code : NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_compile.c156 -ESC_b, 0,
183 /* 80 */ 0, 7, -ESC_b, 0, -ESC_d, ESC_e, ESC_f, 0,
4001 if (-c == ESC_b) c = CHAR_BS; /* \b is backspace in a class */
4355 if (d == -ESC_b) d = CHAR_BS; else
6706 ESC_b and ESC_Z for the latter; this may have to change if any new ones are
6729 if (firstchar == REQ_UNSET && -c > ESC_b && -c < ESC_Z)
6880 if ((-c == ESC_b || -c == ESC_B) && cd->max_lookbehind == 0)
6894 previous = (-c > ESC_b && -c < ESC_Z)? code : NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_compile.c156 -ESC_b, 0,
183 /* 80 */ 0, 7, -ESC_b, 0, -ESC_d, ESC_e, ESC_f, 0,
4001 if (-c == ESC_b) c = CHAR_BS; /* \b is backspace in a class */
4355 if (d == -ESC_b) d = CHAR_BS; else
6706 ESC_b and ESC_Z for the latter; this may have to change if any new ones are
6729 if (firstchar == REQ_UNSET && -c > ESC_b && -c < ESC_Z)
6880 if ((-c == ESC_b || -c == ESC_B) && cd->max_lookbehind == 0)
6894 previous = (-c > ESC_b && -c < ESC_Z)? code : NULL;

Completed in 197 milliseconds