Home
last modified time | relevance | path

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

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

Completed in 21 milliseconds