Searched refs:_toebcdic (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.bind.c289 : _toebcdic[_toascii[*s & CHAR] & 0237]);
314 : _toebcdic[_toascii[*s & CHAR] & 0237]);
322 Strbuf_append1(&b, _toebcdic[_toascii['X'] & 0237]);
335 Strbuf_append1(&b, _toebcdic[_toascii[*s] | 0x80]);
H A Ded.xmap.c591 Strbuf_append1(buf, _toebcdic[_toascii[ch]|0100]);
698 c = ((*p & CHAR) == '?') ? CTL_ESC('\177') : _toebcdic[_toascii[*p & CHAR] & 0237];
738 *b++ = _toebcdic[_toascii[p]|0100];
H A Dsh.char.h140 extern unsigned short _toebcdic[256];
148 # define CTL_ESC(ch) _toebcdic[(tcshuc)(ch)]
H A Ded.refresh.c191 Vdraw(_toebcdic[_toascii[c]|0100] | attr, 1);
1266 PutPlusOne(_toebcdic[_toascii[c]|0100], 1);
H A Dsh.char.c1061 unsigned short _toebcdic[256] = { variable
1137 unsigned short _toebcdic[256] = { variable
H A Ded.defns.c1971 list[table][_toebcdic[i]] = temp[i];

Completed in 67 milliseconds