Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c656 static const pcre_uint8 ebcdic_chartab[] = { /* chartable partial dup */ variable
1024 else if (c < CHAR_a || (!MAX_255(c) || (ebcdic_chartab[c] & 0x0E) == 0)) {} in check_escape()