xref: /original-bsd/old/roff/common_source/sdef.h (revision bdc0a208)
1 /*-
2  * Copyright (c) 1991 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.proprietary.c%
6  *
7  *	@(#)sdef.h	4.3 (Berkeley) 04/18/91
8  */
9 
10 struct s {
11 	int nargs;
12 	struct s *pframe;
13 	filep pip;
14 	int pnchar;
15 	int prchar;
16 	int ppendt;
17 	int *pap;
18 	int *pcp;
19 	int pch0;
20 	int pch;
21 	};
22