Searched refs:_toascii (Results 1 – 5 of 5) sorted by relevance
285 : _toebcdic[_toascii[*s & CHAR] & 0237]); in parsebind()310 : _toebcdic[_toascii[*s & CHAR] & 0237]); in parsebind()318 Strbuf_append1(&b, _toebcdic[_toascii['X'] & 0237]); in parsebind()331 Strbuf_append1(&b, _toebcdic[_toascii[*s] | 0x80]); in parsebind()
587 Strbuf_append1(buf, _toebcdic[_toascii[ch]|0100]); in unparsech()694 c = ((*p & CHAR) == '?') ? CTL_ESC('\177') : _toebcdic[_toascii[*p & CHAR] & 0237]; in parseescape()734 *b++ = _toebcdic[_toascii[p]|0100]; in unparsestring()
138 extern unsigned short _toascii[256];142 # define ASC(ch) _toascii[(tcshuc)(ch)]
216 Vdraw(_toebcdic[_toascii[c]|0100] | attr, 1); in Draw()1292 PutPlusOne(_toebcdic[_toascii[c]|0100], 1); in RefPlusOne()
1005 unsigned short _toascii[256] = { variable1099 unsigned short _toascii[256] = { variable