Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c121 #define NONCHAR(c) ((c) <= OUT) macro
928 assert(!NONCHAR(ch) || ch != OPND(s)); in step()
949 if (!NONCHAR(ch)) in step()
954 if (!NONCHAR(ch) && CHIN(NC_ENGINE, cs, ch)) in step()