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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregparse.c275 #define PPEEK (p < end ? ONIGENC_MBC_TO_CODE(enc, p, end) : PEND_VALUE) macro
276 #define PPEEK_IS(c) (PPEEK == (OnigCodePoint )c)
2345 c = PPEEK;
2998 c2 = PPEEK;
3025 c2 = PPEEK;
3366 if (ONIGENC_IS_CODE_XDIGIT(enc, PPEEK))
3980 while (!PEND && ((c = PPEEK) != ':') && c != ']') {

Completed in 21 milliseconds