Searched refs:tub_ebcasc (Results 1 – 2 of 2) sorted by relevance
46 unsigned char tub_ebcasc[256]; variable251 memcpy(tub_ebcasc, _ebcasc, sizeof tub_ebcasc); in tub3270_init()256 tub_ebcasc[0xad] = '['; in tub3270_init()257 tub_ebcasc[0xbd] = ']'; in tub3270_init()259 tub_ebcasc[0x5f] = '^'; in tub3270_init()
120 #define TUB_EBCASC(addr, nr) codepage_convert(tub_ebcasc, addr, nr)319 extern unsigned char tub_ebcasc[256];