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

/freebsd-13-stable/contrib/nvi/regex/
H A Dregex2.h120 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
123 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) macro
H A Dregcomp.c729 if (CHIN(cs, i) && isalpha(i)) {
741 if (CHIN(cs, i))
1181 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1205 if (CHIN(cs, i))
1222 if (CHIN(cs, i))
H A Dengine.c511 if (sp == stop || !CHIN(cs, *sp++))
897 if (!flag && CHIN(cs, ch))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h118 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
121 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) macro
H A Dregcomp.c841 if (CHIN(cs, i) && isalpha(i)) {
853 if (CHIN(cs, i))
1290 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1314 if (CHIN(cs, i))
1331 if (CHIN(cs, i))
/freebsd-13-stable/lib/libc/regex/
H A Dregex2.h158 CHIN(cset *cs, wint_t ch) function
H A Dengine.c666 if (wc == BADCHAR || !CHIN(cs, wc))
1063 if (!NONCHAR(ch) && CHIN(cs, ch))
/freebsd-13-stable/lib/libc/regex/grot/
H A Ddebug.c120 if (CHIN(cs, i) && i < g->csetsize) {
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c179 if (CHIN(cs, i) && i < g->csetsize) {

Completed in 183 milliseconds