xref: /csrg-svn/old/roff/common_source/sdef.h (revision 48302)
1*48302Sbostic /*-
2*48302Sbostic  * Copyright (c) 1991 The Regents of the University of California.
3*48302Sbostic  * All rights reserved.
4*48302Sbostic  *
5*48302Sbostic  * %sccs.include.proprietary.c%
6*48302Sbostic  *
7*48302Sbostic  *	@(#)sdef.h	4.3 (Berkeley) 04/18/91
8*48302Sbostic  */
914515Ssam 
107058Srrh struct s {
117058Srrh 	int nargs;
127058Srrh 	struct s *pframe;
137058Srrh 	filep pip;
147058Srrh 	int pnchar;
157058Srrh 	int prchar;
167058Srrh 	int ppendt;
177058Srrh 	int *pap;
187058Srrh 	int *pcp;
197058Srrh 	int pch0;
207058Srrh 	int pch;
217058Srrh 	};
22