xref: /original-bsd/old/roff/common_source/d.h (revision c471a344)
1 /*-
2  * Copyright (c) 1991 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.proprietary.c%
6  *
7  *	@(#)d.h	4.3 (Berkeley) 04/18/91
8  */
9 
10 struct d {filep op; int dnl,dimac,ditrap,ditf,alss,blss,nls,mkline,
11 		maxl,hnl,curd;} d[NDI], *dip;
12