Bell 32V development
[unix-history] / usr / src / cmd / troff / s.h
CommitLineData
efc13994
TL
1struct s {
2 int nargs;
3 struct s *pframe;
4 filep pip;
5 int pnchar;
6 int prchar;
7 int ppendt;
8 int *pap;
9 int *pcp;
10 int pch0;
11 int pch;
12 };