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

/openbsd-current/gnu/usr.bin/perl/
H A Dunicode_constants.h107 # define MAX_PRINT_A 0x7E /* The max code point that isPRINT_A */ macro
168 # define MAX_PRINT_A 0xF9 /* The max code point that isPRINT_A */ macro
229 # define MAX_PRINT_A 0xF9 /* The max code point that isPRINT_A */ macro
H A Dregcomp_debug.c975 if (allow_literals && start <= MAX_PRINT_A) {
986 * printable, in MAX_PRINT_A */
987 UV max = MIN(end, MAX_PRINT_A);
996 if (temp_end > MAX_PRINT_A) {
1139 if (start > MAX_PRINT_A) {
1146 if (start < ' ' + 2 && end > MAX_PRINT_A - 2) {
1147 if (end > MAX_PRINT_A) {
1148 end = MAX_PRINT_A;
1153 if (end - start >= MAX_PRINT_A - ' ' - 2) {

Completed in 127 milliseconds