Home
last modified time | relevance | path

Searched refs:uch (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregex2.h158 uch *ptr; /* -> uch [csetsize] */
159 uch mask; /* bit within array */
160 uch hash; /* hash code */
165 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
166 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
167 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
185 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
Dutils.h78 typedef unsigned char uch; typedef
Dregcomp.c1320 uch h; in freezeset()
1555 uch *col; in isinsets()
1583 uch *col; in samesets()