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

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h1254 #define CHAR_NUMBER_SIGN '#' macro
1517 #define CHAR_NUMBER_SIGN '\043' macro
H A Dpcre_compile.c4619 if (c != CHAR_NUMBER_SIGN) break;
5559 if (*p != CHAR_NUMBER_SIGN) break;
6568 case CHAR_NUMBER_SIGN: /* Comment; skip to ket */

Completed in 134 milliseconds