1*31221Sminshall /* 2*31221Sminshall * Define the translate tables used to go between 3270 display code 3*31221Sminshall * and ascii 4*31221Sminshall */ 5*31221Sminshall 6*31221Sminshall extern unsigned char 7*31221Sminshall disp_asc[256], /* Goes between display code and ascii */ 8*31221Sminshall asc_disp[128]; /* Goes between ascii and display code */ 9