uch 1021 regex/regcomp.c p->g->setbits = (uch *)malloc(nbytes); uch 1023 regex/regcomp.c p->g->setbits = (uch *)realloc((unsigned char *)p->g->setbits, uch 1084 regex/regcomp.c register uch h = cs->hash; uch 1274 regex/regcomp.c register uch *col; uch 1295 regex/regcomp.c register uch *col; uch 89 regex/regex2.h uch *ptr; /* -> uch [csetsize] */ uch 90 regex/regex2.h uch mask; /* bit within array */ uch 91 regex/regex2.h uch hash; /* hash code */ uch 96 regex/regex2.h #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) uch 97 regex/regex2.h #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) uch 98 regex/regex2.h #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) uch 116 regex/regex2.h uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */