Searched refs:RAWUCHARINCTEST (Results 1 – 2 of 2) sorted by relevance
600 #define RAWUCHARINCTEST(eptr) (*(eptr)++) macro794 #define RAWUCHARINCTEST(eptr) \ macro913 #define RAWUCHARINCTEST(eptr) \ macro998 #define RAWUCHARINCTEST(eptr) \ macro
119 if (isprint(c = RAWUCHARINCTEST(p))) printf("%c", (char)c); else printf("\\x{%02x}", c); in pchars()241 if (RAWUCHARINCTEST(p) != RAWUCHARINCTEST(eptr)) return -1; in match_ref()3515 if (fc != RAWUCHARINCTEST(eptr)) RRETURN(MATCH_NOMATCH); in match()3532 if (fc != RAWUCHARINCTEST(eptr)) RRETURN(MATCH_NOMATCH); in match()6775 register pcre_uint32 pp = RAWUCHARINCTEST(p); in pcre_exec()6783 if (RAWUCHARINCTEST(p) == req_char) { p--; break; } in pcre_exec()
Completed in 25 milliseconds