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

/bionic/libc/regex/
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.c682 CHsub(cs, i);
686 CHsub(cs, '\n');
1088 CHsub(cs, i);

Completed in 30 milliseconds