131221Sminshall /* 231221Sminshall * Define the translate tables used to go between 3270 display code 331221Sminshall * and ascii 431221Sminshall */ 531221Sminshall 631221Sminshall extern unsigned char 731221Sminshall disp_asc[256], /* Goes between display code and ascii */ 8*31223Sminshall asc_disp[256]; /* Goes between ascii and display code */ 9