Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c142 #define NONCHAR(c) ((c) > CHAR_MAX) macro
992 assert(!NONCHAR(ch) || ch != (char)OPND(s)); in step()
1013 if (!NONCHAR(ch)) in step()
1018 if (!NONCHAR(ch) && CHIN(cs, ch)) in step()