home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume8 / dca2troff / externs.c < prev    next >
Encoding:
Text File  |  1987-02-18  |  1.0 KB  |  34 lines

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