148754Sbostic /*- 2*62317Sbostic * Copyright (c) 1988, 1993 3*62317Sbostic * The Regents of the University of California. All rights reserved. 433820Sbostic * 548754Sbostic * %sccs.include.redist.c% 633820Sbostic * 7*62317Sbostic * @(#)disp_asc.h 8.1 (Berkeley) 06/06/93 833820Sbostic */ 933820Sbostic 1033820Sbostic /* 1131221Sminshall * Define the translate tables used to go between 3270 display code 1231221Sminshall * and ascii 1331221Sminshall */ 1431221Sminshall 1531221Sminshall extern unsigned char 1631221Sminshall disp_asc[256], /* Goes between display code and ascii */ 1731223Sminshall asc_disp[256]; /* Goes between ascii and display code */ 18