Home | History | Annotate | Download | only in src

Lines Matching refs:BACKCHAR

55 #undef BACKCHAR
263 /* #define BACKCHAR(eptr) */
340 #define BACKCHAR(eptr) while((*eptr & 0xc0u) == 0x80u) eptr--
446 #define BACKCHAR(eptr) if ((*eptr & 0xfc00u) == 0xdc00u) eptr--
519 #define BACKCHAR(eptr) do { } while (0)