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

/external/pcre/dist/
H A Dpcre_compile.c1116 the ESC_g code (cf \k). */
1122 escape = ESC_g;
7924 ESC_g is returned only for these cases. So we don't need to check for <
7925 or ' if the value is ESC_g. For the Perl syntax \g{n} the value is
7929 if (escape == ESC_g)

Completed in 38 milliseconds