Searched refs:ASCII_PRINTABLE (Results 1 – 1 of 1) sorted by relevance
175 #define ASCII_PRINTABLE(c) ( (c) >= ' ' && (c) <= '~' ) macro183 || (c) == '(' || (c) == ')' || !ASCII_PRINTABLE(c) )