V7M/src/cmd/troff/s.h

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

struct s {
	int nargs;
	struct s *pframe;
	filep pip;
	int pnchar;
	int prchar;
	int ppendt;
	int *pap;
	int *pcp;
	int pch0;
	int pch;
	};