V7/usr/src/cmd/troff/s.h

Find at most related files.
including files from this version of Unix.

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