Searched defs:toascii (Results 1 – 3 of 3) sorted by relevance
69 #define toascii(c) (((unsigned char)(c))&0x7f) macro
184 toascii(int c) in toascii() function
117 #define toascii(c) ((c) & 0x7F) macro