1*48754Sbostic /*- 2*48754Sbostic * Copyright (c) 1988 The Regents of the University of California. 333820Sbostic * All rights reserved. 433820Sbostic * 5*48754Sbostic * %sccs.include.redist.c% 633820Sbostic * 7*48754Sbostic * @(#)disp_asc.h 4.2 (Berkeley) 04/26/91 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