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