Searched refs:CHIN (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregex2.h164 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
167 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) macro
H A Dregcomp.c803 if (CHIN(cs, i) && isalpha(i)) {
815 if (CHIN(cs, i))
1338 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1370 if (CHIN(cs, i))
1395 if (CHIN(cs, i))
H A Dengine.c605 if (sp == stop || !CHIN(cs, *sp++))
1018 if (!NONCHAR(ch) && CHIN(cs, ch))

Completed in 26 milliseconds