Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c101 #define NONCHAR(c) ((c) > CHAR_MAX) macro
860 assert(!NONCHAR(ch) || ch != (char)OPND(s)); in step()
881 if (!NONCHAR(ch)) in step()
886 if (!NONCHAR(ch) && CHIN(cs, ch)) in step()