Bell 32V development
[unix-history] / usr / src / cmd / troff / s.h
struct s {
int nargs;
struct s *pframe;
filep pip;
int pnchar;
int prchar;
int ppendt;
int *pap;
int *pcp;
int pch0;
int pch;
};