Searched refs:NONCHAR (Results 1 – 2 of 2) sorted by relevance
117 #define NONCHAR(c) ((c) <= OUT) macro1016 assert(!NONCHAR(ch) || ch != OPND(s)); in step()1053 if (!NONCHAR(ch)) in step()1058 if (!NONCHAR(ch) && CHIN(cs, ch)) in step()
106 #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))