home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / source / s7 / ne.h < prev    next >
Encoding:
C/C++ Source or Header  |  1975-05-13  |  614 b   |  36 lines

  1. #
  2. int    dbg;
  3. int    ct;
  4. int    lp[40];
  5. char    used[100];    /* available registers */
  6. int    ps;    /* dflt init pt size */
  7. int    ft;    /* dflt font */
  8. int    first;
  9. extern    int    fout, fin;
  10. int    ifile;
  11. int    linect;    /* line number in file */
  12. int    eqline;    /* line where eqn started */
  13. int    svargc;
  14. char    **svargv;
  15. int    eht[100];
  16. int    ebase[100];
  17. int    ewid[100];
  18. struct { char c1; char c2; };
  19. int    yyval;
  20. int    *yypv;
  21. int    yylval;
  22. int    tht[30];
  23. int    tbase[30];
  24. int    ptr;
  25. char    *nptr[50];
  26. char *sptr[50];
  27. int    eqnreg, eqnht, eqnbase;
  28. int    lefteq, righteq;
  29. int    lastchar;    /* last character read by lex */
  30. #define    FATAL    1
  31. int    ESC;
  32. int    HREV;
  33. int    HFWD;
  34. int    SI;
  35. int    SO;
  36.