Searched defs:toascii (Results 1 – 3 of 3) sorted by relevance
33 toascii(int c) in toascii() function
83 #define toascii(c) (((int)(c)) & 0177) macro
118 #define toascii(c) ((c) & 0x7F) macro