Searched refs:PPEEK (Results 1 – 1 of 1) sorted by relevance
320 #define PPEEK (p < end ? ONIGENC_MBC_TO_CODE(enc, p, end) : PEND_VALUE) macro321 #define PPEEK_IS(c) (PPEEK == (OnigCodePoint )c)2288 c = PPEEK; in fetch_range_quantifier()2950 c2 = PPEEK; in fetch_token_in_cc()2977 c2 = PPEEK; in fetch_token_in_cc()3004 c2 = PPEEK; in fetch_token_in_cc()3345 if (ONIGENC_IS_CODE_DIGIT(enc, PPEEK)) in fetch_token()3370 if (ONIGENC_IS_CODE_XDIGIT(enc, PPEEK)) in fetch_token()3989 while (!PEND && ((c = PPEEK) != ':') && c != ']') { in parse_posix_bracket()
Completed in 16 milliseconds