Searched defs:toascii (Results 1 – 6 of 6) sorted by relevance
35 toascii(int c) in toascii() function
82 #define toascii(c) (((int)(c)) & 0177) macro
167 int toascii(c) in toascii() function
53 #define toascii(c) ((c)&0177) macro
55 sub toascii subroutine
79 #define toascii(c) ((c) & 0177) macro