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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c1119 the ESC_g code (cf \k). */
1125 escape = ESC_g;
7943 ESC_g is returned only for these cases. So we don't need to check for <
7944 or ' if the value is ESC_g. For the Perl syntax \g{n} the value is
7948 if (escape == ESC_g)

Completed in 97 milliseconds