home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume8 / dca2troff / dca2troff.h < prev    next >
C/C++ Source or Header  |  1987-02-18  |  1KB  |  35 lines

  1. #include <stdio.h>
  2.  
  3. extern int in_fcr;        /* if CRE and in_fcr, then required return */
  4. extern int in_it;        /* in an indent tab */
  5.  
  6. extern int sf_length;        /* length of structured field */
  7. extern int sf_class;        /* class of structured field */
  8. extern int sf_type;        /* type of structured field */
  9. extern int sf_format;        /* format of structured field */
  10.  
  11. extern int mb_class;        /* class of a multi byte command */
  12. extern int mb_count;        /* size of a multi byte command */
  13. extern int mb_type;        /* type of a multi byte command */
  14.  
  15. extern int blpt;        /* pointer into output buffer */
  16. extern char bufline[];        /* output buffer */
  17.  
  18. extern int sf_incnt;        /* how many chars have we read in this sf */
  19.  
  20. extern char ctemp;        /* some temp regs */
  21. extern char dtemp;        /* some temp regs */
  22. extern char etemp;        /* some temp regs */
  23. extern char ftemp;        /* some temp regs */
  24. extern char gtemp;        /* some temp regs */
  25. extern char htemp;        /* some temp regs */
  26.  
  27. extern int itemp;        /* some temp regs */
  28. extern int jtemp;        /* some temp regs */
  29. extern int ktemp;        /* some temp regs */
  30. extern int ltemp;        /* some temp regs */
  31. extern int mtemp;        /* some temp regs */
  32. extern int ntemp;        /* some temp regs */
  33.  
  34. extern char tline[];        /* a temp buffer */
  35.