Searched defs:BACKCHAR (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_internal.h721 #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr-- macro
819 #define BACKCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr-- macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_internal.h721 #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr-- macro
819 #define BACKCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr-- macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_internal.h721 #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr-- macro
819 #define BACKCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr-- macro

Completed in 129 milliseconds