Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.bind.c285 : _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()
H A Ded.xmap.c587 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()
H A Dsh.char.h139 extern unsigned short _toebcdic[256];
147 # define CTL_ESC(ch) _toebcdic[(tcshuc)(ch)]
H A Ded.refresh.c216 Vdraw(_toebcdic[_toascii[c]|0100] | attr, 1); in Draw()
1292 PutPlusOne(_toebcdic[_toascii[c]|0100], 1); in RefPlusOne()
H A Dsh.char.c1057 unsigned short _toebcdic[256] = { variable
1133 unsigned short _toebcdic[256] = { variable
H A Ded.defns.c1958 list[table][_toebcdic[i]] = temp[i]; in ed_InitMaps()