Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_internal.h401 CHAR_HT, CHAR_SPACE, CHAR_NBSP, \
425 case CHAR_HT: \
454 #define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR
457 case CHAR_HT: \
696 #define CHAR_HT '\t' macro
987 #define CHAR_HT '\011' macro
H A Dpcre2_compile.c546 CHAR_HT, 0,
1423 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1436 while (pp < ptrend && (*pp == CHAR_SPACE || *pp == CHAR_HT)) pp++; in read_repeat_counts()
1446 while (pp < ptrend && (*pp == CHAR_SPACE || *pp == CHAR_HT)) pp++; in read_repeat_counts()
1453 while (pp < ptrend && (*pp == CHAR_SPACE || *pp == CHAR_HT)) pp++; in read_repeat_counts()
1468 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1479 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1487 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1503 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1611 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in PRIV()
[all …]
H A Dpcre2_study.c1349 SET_BIT(CHAR_HT); in set_start_bits()
1488 SET_BIT(CHAR_HT); in set_start_bits()
H A Dpcre2_convert.c556 case 4: return c == CHAR_HT || c == CHAR_SPACE; in convert_glob_char_in_class()

Completed in 43 milliseconds