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

/openbsd-current/lib/libc/regex/
H A Dregex2.h112 CHadd(cset *cs, char c) function
H A Dregcomp.c637 CHadd(cs, ']');
639 CHadd(cs, '-');
643 CHadd(cs, '-');
659 CHadd(cs, ci);
669 CHadd(cs, i);
739 CHadd(cs, i);
770 CHadd(cs, c);
784 CHadd(cs, c);
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Dregex2.h118 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
119 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) macro
H A Dregcomp.c824 CHadd(cs, ']');
826 CHadd(cs, '-');
830 CHadd(cs, '-');
846 CHadd(cs, ci);
858 CHadd(cs, i);
932 CHadd(cs, i);
963 CHadd(cs, c);
979 CHadd(cs, c);

Completed in 123 milliseconds