xref: /csrg-svn/usr.bin/diction/style3/conp.h (revision 61978)
148247Sbostic /*-
248247Sbostic  * %sccs.include.proprietary.c%
348247Sbostic  *
4*61978Sbostic  *	@(#)conp.h	8.1 (Berkeley) 06/06/93
548247Sbostic  */
614483Ssam 
79075Srrh #define SLENG 250
89075Srrh #define SCHAR 1500
99075Srrh extern struct ss {char *sp,ic,cc; int leng;} sent[SLENG];
109075Srrh extern struct ss *sentp;
119075Srrh extern comma,j,i;
129079Srrh extern int nsleng;
139075Srrh extern question;
149075Srrh int must;
159075Srrh int be;
169075Srrh int sav;
179075Srrh int prep;
189075Srrh int aflg,bflg,subty,verb,verbty;
199075Srrh int hflg;
209075Srrh int iverb,pverb,done;
21