Searched refs:ND_ISASCII (Results 1 – 2 of 2) sorted by relevance
38 #define ND_ISASCII(c) (!((c) & 0x80)) /* value is an ASCII code point */ macro
67 if (!ND_ISASCII(c)) { in fn_print_char()712 if (!ND_ISASCII(c)) { in fetch_token()