Home
last modified time | relevance | path

Searched refs:ebcdic_chartab (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c667 static const pcre_uint8 ebcdic_chartab[] = { /* chartable partial dup */ variable
1035 else if (c < CHAR_a || (!MAX_255(c) || (ebcdic_chartab[c] & 0x0E) == 0)) {} in check_escape()

Completed in 22 milliseconds