Lines Matching refs:UCHAR21
3389 uint32_t cc = UCHAR21(eptr); in match()
4486 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
4528 if (eptr < mb->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
4638 cc = UCHAR21(eptr); in match()
4655 cc = UCHAR21(eptr); in match()
4672 cc = UCHAR21(eptr); in match()
4689 cc = UCHAR21(eptr); in match()
4706 cc = UCHAR21(eptr); in match()
5267 if (eptr < mb->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
5813 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
5869 if (UCHAR21(eptr) == CHAR_LF) eptr++; in match()
6036 if (ctype == OP_ANYNL && eptr > pp && UCHAR21(eptr) == CHAR_NL && in match()
6037 UCHAR21(eptr - 1) == CHAR_CR) eptr--; in match()