home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / spencer_2bsd.tar.gz / 2bsd.tar / src / ex / ex_vars.nolisp < prev    next >
Text File  |  1980-02-17  |  791b  |  32 lines

  1. #define AUTOINDENT      0
  2. #define AUTOPRINT       1
  3. #define BEAUTIFY        2
  4. #define DIRECTORY       3
  5. #define ERRORBELLS      4
  6. #define IGNORECASE      5
  7. #define LIST            6
  8. #define MAGIC           7
  9. #define NUMBER          8
  10. #define OPEN            9
  11. #define OPTIMIZE        10
  12. #define PARAGRAPHS      11
  13. #define PROMPT          12
  14. #define REDRAW          13
  15. #define REPORT          14
  16. #define SCROLL          15
  17. #define SECTIONS        16
  18. #define SHELL           17
  19. #define SHIFTWIDTH      18
  20. #define SLOWOPEN        19
  21. #define TABSTOP         20
  22. #define TTYTYPE         21
  23. #define TERM            22
  24. #define TERSE           23
  25. #define WARN            24
  26. #define WINDOW          25
  27. #define WRAPSCAN        26
  28. #define WRAPMARGIN      27
  29. #define WRITEANY        28
  30.  
  31. #define    NOPTS    29
  32.