4.1cBSD/usr/src/usr.bin/troff/sdef.h

Compare this file to the similar file:
Show the results in this format:

/*
 *	@(#)sdef.h	4.1 6/7/82
 */
struct s {
	int nargs;
	struct s *pframe;
	filep pip;
	int pnchar;
	int prchar;
	int ppendt;
	int *pap;
	int *pcp;
	int pch0;
	int pch;
	};