Home
last modified time | relevance | path

Searched refs:NONCHAR (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/regex/
H A Dengine.c117 #define NONCHAR(c) ((c) <= OUT) macro
1016 assert(!NONCHAR(ch) || ch != OPND(s)); in step()
1053 if (!NONCHAR(ch)) in step()
1058 if (!NONCHAR(ch) && CHIN(cs, ch)) in step()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc106 #define NONCHAR(c) ((c) > CHAR_MAX)
917 int ch, /* character or NONCHAR code */
935 assert(!NONCHAR(ch) || ch != (char)OPND(s));
956 if (!NONCHAR(ch))
961 if (!NONCHAR(ch) && CHIN(cs, ch))