Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Dengine.c105 #define NONCHAR(c) ((c) > CHAR_MAX) macro
949 assert(!NONCHAR(ch) || ch != (char)OPND(s)); in step()
970 if (!NONCHAR(ch)) in step()
975 if (!NONCHAR(ch) && CHIN(cs, ch)) in step()