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