Searched refs:uch (Results 1 – 3 of 3) sorted by relevance
106 uch *ptr; /* -> uch [csetsize] */107 uch mask; /* bit within array */108 uch hash; /* hash code */113 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))115 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)133 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
368 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp()380 (c == '{' && MORE2() && isdigit((uch)PEEK2())) )) in p_ere_exp()409 if (isdigit((uch)PEEK())) { in p_ere_exp()430 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp()580 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()609 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { in p_count()859 ch = (uch)ch; in othercase()862 return ((uch)tolower(ch)); in othercase()864 return ((uch)toupper(ch)); in othercase()881 ch = (uch)ch; in bothcases()[all …]
42 typedef unsigned char uch; typedef