Searched refs:CHsub (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/nvi/regex/
H A Dregex2.h120 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
122 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) macro
H A Dregcomp.c742 CHsub(cs, i);
746 CHsub(cs, '\n');
1153 CHsub(cs, i);
/freebsd-12-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 */
120 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) macro
H A Dregcomp.c854 CHsub(cs, i);
858 CHsub(cs, '\n');
1262 CHsub(cs, i);

Completed in 241 milliseconds