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

/freebsd-10-stable/contrib/nvi/regex/
H A Dregex2.h124 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
126 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) macro
H A Dregcomp.c764 CHsub(cs, i);
768 CHsub(cs, '\n');
1188 CHsub(cs, i);
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex2.h112 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) macro
H A Dregcomp.c718 CHsub(cs, i);
722 CHsub(cs, '\n');
1124 CHsub(cs, i);

Completed in 57 milliseconds