Searched refs:PPEEK (Results 1 – 1 of 1) sorted by relevance
272 #define PPEEK (p < end ? ONIGENC_MBC_TO_CODE(enc, p, end) : PEND_VALUE) macro273 #define PPEEK_IS(c) (PPEEK == (OnigCodePoint )c)2301 c = PPEEK; in fetch_range_quantifier()2821 c2 = PPEEK; in fetch_token_in_cc()2848 c2 = PPEEK; in fetch_token_in_cc()3181 if (ONIGENC_IS_CODE_XDIGIT(enc, PPEEK)) in fetch_token()3810 while (!PEND && ((c = PPEEK) != ':') && c != ']') { in parse_posix_bracket()3871 c = PPEEK; in fetch_char_property_to_ctype()3875 c = PPEEK; in fetch_char_property_to_ctype()
Completed in 15 milliseconds