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.h < prev    next >
Text File  |  1980-02-17  |  910b  |  35 lines

  1. /* Copyright (c) 1979 Regents of the University of California */
  2. #define AUTOINDENT      0
  3. #define AUTOPRINT       1
  4. #define BEAUTIFY        2
  5. #define DIRECTORY       3
  6. #define ERRORBELLS      4
  7. #define IGNORECASE      5
  8. #define LISP            6
  9. #define LIST            7
  10. #define MAGIC           8
  11. #define NUMBER          9
  12. #define OPEN            10
  13. #define OPTIMIZE        11
  14. #define PARAGRAPHS      12
  15. #define PROMPT          13
  16. #define REDRAW          14
  17. #define REPORT          15
  18. #define SCROLL          16
  19. #define SECTIONS        17
  20. #define SHELL           18
  21. #define SHIFTWIDTH      19
  22. #define SHOWMATCH       20
  23. #define SLOWOPEN        21
  24. #define TABSTOP         22
  25. #define TTYTYPE         23
  26. #define TERM            24
  27. #define TERSE           25
  28. #define WARN            26
  29. #define WINDOW          27
  30. #define WRAPSCAN        28
  31. #define WRAPMARGIN      29
  32. #define WRITEANY        30
  33.  
  34. #define    NOPTS    31
  35.