Lines Matching refs:uch
412 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp()
424 (c == '{' && MORE2() && isdigit((uch)PEEK2())) )) in p_ere_exp()
453 if (isdigit((uch)PEEK())) { in p_ere_exp()
474 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp()
624 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()
653 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { in p_count()
819 while (MORE() && isalpha((uch)PEEK())) in p_b_cclass()
903 ch = (uch)ch; in othercase()
906 return ((uch)tolower(ch)); in othercase()
908 return ((uch)toupper(ch)); in othercase()
925 ch = (uch)ch; in bothcases()
946 if ((p->g->cflags®_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
949 EMIT(OCHAR, (uch)ch); in ordinary()
1090 ptr = (uch *)realloc((char *)p->g->setbits, nbytes); in allocset()
1151 uch h = cs->hash; in freezeset()
1263 uch *col; in isinsets()
1266 unsigned uc = (uch)c; in isinsets()
1280 uch *col; in samesets()
1283 unsigned uc1 = (uch)c1; in samesets()
1284 unsigned uc2 = (uch)c2; in samesets()