Searched refs:ESC_REF (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.c747 n is returned as -(ESC_REF + n); ESC_REF is the highest ESC_xxx macro. When
948 c = -(ESC_REF + c);
989 c = -(ESC_REF + c);
6704 are ESC_REF plus the reference number. Only back references and those types
6741 -ESC_REF+n, and for the Perl syntax \g{name} the result is -ESC_k (as
6819 if (-c >= ESC_REF)
6822 recno = -c - ESC_REF;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_compile.c747 n is returned as -(ESC_REF + n); ESC_REF is the highest ESC_xxx macro. When
948 c = -(ESC_REF + c);
989 c = -(ESC_REF + c);
6704 are ESC_REF plus the reference number. Only back references and those types
6741 -ESC_REF+n, and for the Perl syntax \g{name} the result is -ESC_k (as
6819 if (-c >= ESC_REF)
6822 recno = -c - ESC_REF;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_compile.c747 n is returned as -(ESC_REF + n); ESC_REF is the highest ESC_xxx macro. When
948 c = -(ESC_REF + c);
989 c = -(ESC_REF + c);
6704 are ESC_REF plus the reference number. Only back references and those types
6741 -ESC_REF+n, and for the Perl syntax \g{name} the result is -ESC_k (as
6819 if (-c >= ESC_REF)
6822 recno = -c - ESC_REF;

Completed in 271 milliseconds