xref: /csrg-svn/usr.bin/diction/style3/style.h (revision 61978)
148247Sbostic /*-
248247Sbostic  * %sccs.include.proprietary.c%
348247Sbostic  *
4*61978Sbostic  *	@(#)style.h	8.1 (Berkeley) 06/06/93
548247Sbostic  */
648247Sbostic 
79075Srrh extern int part;
89075Srrh extern int style;
99079Srrh extern int topic;
109075Srrh extern int pastyle;
119075Srrh extern int lstyle;
129075Srrh extern int rstyle;
139075Srrh extern int estyle;
149079Srrh extern int nstyle;
159079Srrh extern int Nstyle;
169075Srrh extern int rthresh;
179075Srrh extern int lthresh;
189075Srrh extern int pstyle;
199075Srrh extern int count;
209075Srrh extern int sleng[50];
219075Srrh extern int numsent;
229075Srrh extern long letnonf;
239075Srrh extern long numnonf;
249075Srrh extern long vowel;
259075Srrh extern long numwds;
269075Srrh extern long twds;
279075Srrh extern long numlet;
289075Srrh extern int maxsent;
299075Srrh extern int maxindex;
309075Srrh extern int minindex;
319075Srrh extern int qcount;
329075Srrh extern int icount;
339075Srrh extern int minsent;
349075Srrh extern int simple;
359075Srrh extern int compound;
369075Srrh extern int compdx;
379075Srrh extern int complex;
389075Srrh extern int nomin;
399075Srrh extern int tobe;
409075Srrh extern int noun, infin, pron, aux, adv;
419075Srrh extern int passive;
429075Srrh extern int beg[15];
439075Srrh extern int prepc;
449075Srrh extern int conjc;
459075Srrh extern int verbc;
469075Srrh extern int tverbc;
479075Srrh extern int adj;
489079Srrh #define MAXPAR 20
499079Srrh extern int leng[];
509079Srrh extern sentno;
51