BSD 4_3 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 11 Aug 1983 14:26:57 +0000 (06:26 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 11 Aug 1983 14:26:57 +0000 (06:26 -0800)
Work on file usr/src/usr.bin/troff/d.h
Work on file usr/src/usr.bin/troff/sdef.h
Work on file usr/src/usr.bin/troff/tw.h
Work on file usr/src/usr.bin/troff/v.h

Synthesized-from: CSRG/cd1/4.3

usr/src/usr.bin/troff/d.h [new file with mode: 0644]
usr/src/usr.bin/troff/sdef.h [new file with mode: 0644]
usr/src/usr.bin/troff/tw.h [new file with mode: 0644]
usr/src/usr.bin/troff/v.h [new file with mode: 0644]

diff --git a/usr/src/usr.bin/troff/d.h b/usr/src/usr.bin/troff/d.h
new file mode 100644 (file)
index 0000000..86f632f
--- /dev/null
@@ -0,0 +1,4 @@
+/*     d.h     4.2     83/08/11        */
+
+struct d {filep op; int dnl,dimac,ditrap,ditf,alss,blss,nls,mkline,
+               maxl,hnl,curd;} d[NDI], *dip;
diff --git a/usr/src/usr.bin/troff/sdef.h b/usr/src/usr.bin/troff/sdef.h
new file mode 100644 (file)
index 0000000..4fcd23b
--- /dev/null
@@ -0,0 +1,14 @@
+/*     sdef.h  4.2     83/08/11        */
+
+struct s {
+       int nargs;
+       struct s *pframe;
+       filep pip;
+       int pnchar;
+       int prchar;
+       int ppendt;
+       int *pap;
+       int *pcp;
+       int pch0;
+       int pch;
+       };
diff --git a/usr/src/usr.bin/troff/tw.h b/usr/src/usr.bin/troff/tw.h
new file mode 100644 (file)
index 0000000..161c90d
--- /dev/null
@@ -0,0 +1,30 @@
+/*     tw.h    4.2     83/08/11        */
+
+/* typewriter driving table structure*/
+struct {
+       int bset;
+       int breset;
+       int Hor;
+       int Vert;
+       int Newline;
+       int Char;
+       int Em;
+       int Halfline;
+       int Adj;
+       char *twinit;
+       char *twrest;
+       char *twnl;
+       char *hlr;
+       char *hlf;
+       char *flr;
+       char *bdon;
+       char *bdoff;
+       char *ploton;
+       char *plotoff;
+       char *up;
+       char *down;
+       char *right;
+       char *left;
+       char *codetab[256-32];
+       char *zzz;
+       } t;
diff --git a/usr/src/usr.bin/troff/v.h b/usr/src/usr.bin/troff/v.h
new file mode 100644 (file)
index 0000000..b691ba7
--- /dev/null
@@ -0,0 +1,4 @@
+/*     v.h     4.2     83/08/11        */
+
+struct v {int pn,nl,yr,hp,ct,dn,mo,dy,dw,ln,dl,st,sb,cd;
+       int vxx[NN-NNAMES];} v ;