xref: /original-bsd/old/roff/common_source/tw.h (revision 264c46cb)
1 /*
2  *	@(#)tw.h	4.1 06/07/82
3  */
4 /* typewriter driving table structure*/
5 struct {
6 	int bset;
7 	int breset;
8 	int Hor;
9 	int Vert;
10 	int Newline;
11 	int Char;
12 	int Em;
13 	int Halfline;
14 	int Adj;
15 	char *twinit;
16 	char *twrest;
17 	char *twnl;
18 	char *hlr;
19 	char *hlf;
20 	char *flr;
21 	char *bdon;
22 	char *bdoff;
23 	char *ploton;
24 	char *plotoff;
25 	char *up;
26 	char *down;
27 	char *right;
28 	char *left;
29 	char *codetab[256-32];
30 	char *zzz;
31 	} t;
32