Home | History | Annotate | Download | only in regex

Lines Matching full:uch

368 		REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
380 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ))
409 if (isdigit((uch)PEEK())) {
430 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) )
580 if (MORE() && isdigit((uch)PEEK())) {
609 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) {
859 ch = (uch)ch;
862 return ((uch)tolower(ch));
864 return ((uch)toupper(ch));
881 ch = (uch)ch;
902 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
905 EMIT(OCHAR, (uch)ch);
1044 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1105 uch h = cs->hash;
1217 uch *col;
1220 unsigned uc = (uch)c;
1234 uch *col;
1237 unsigned uc1 = (uch)c1;
1238 unsigned uc2 = (uch)c2;