1*7058Srrh /*
2*7058Srrh  *	@(#)sdef.h	4.1 06/07/82
3*7058Srrh  */
4*7058Srrh struct s {
5*7058Srrh 	int nargs;
6*7058Srrh 	struct s *pframe;
7*7058Srrh 	filep pip;
8*7058Srrh 	int pnchar;
9*7058Srrh 	int prchar;
10*7058Srrh 	int ppendt;
11*7058Srrh 	int *pap;
12*7058Srrh 	int *pcp;
13*7058Srrh 	int pch0;
14*7058Srrh 	int pch;
15*7058Srrh 	};
16