Searched defs:toascii (Results 1 – 6 of 6) sorted by relevance
35 toascii(int c) in toascii() function
83 #define toascii(c) (((int)(c)) & 0177) macro
167 int toascii(c) in toascii() function
53 #define toascii(c) ((c)&0177) macro
79 #define toascii(c) ((c) & 0177) macro
118 #define toascii(c) ((c) & 0x7F) macro