home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume16 / less5 / part04 / cmd.h next >
Text File  |  1988-09-22  |  782b  |  39 lines

  1. #define    MAX_USERCMD        200
  2. #define    MAX_CMDLEN        16
  3.  
  4. #define    A_AGAIN_SEARCH        1
  5. #define    A_B_LINE        2
  6. #define    A_B_SCREEN        3
  7. #define    A_B_SCROLL        4
  8. #define    A_B_SEARCH        5
  9. #define    A_DIGIT            6
  10. #define    A_DISP_OPTION        7
  11. #define    A_DEBUG            8
  12. #define    A_EXAMINE        9
  13. #define    A_FIRSTCMD        10
  14. #define    A_FREPAINT        11
  15. #define    A_F_LINE        12
  16. #define    A_F_SCREEN        13
  17. #define    A_F_SCROLL        14
  18. #define    A_F_SEARCH        15
  19. #define    A_GOEND            16
  20. #define    A_GOLINE        17
  21. #define    A_GOMARK        18
  22. #define    A_HELP            19
  23. #define    A_NEXT_FILE        20
  24. #define    A_PERCENT        21
  25. #define    A_PREFIX        22
  26. #define    A_PREV_FILE        23
  27. #define    A_QUIT            24
  28. #define    A_REPAINT        25
  29. #define    A_SETMARK        26
  30. #define    A_SHELL            27
  31. #define    A_STAT            28
  32.  
  33. #define    A_TOGGLE_OPTION        30
  34. #define    A_VERSION        31
  35. #define    A_VISUAL        32
  36.  
  37. #define    A_INVALID        100
  38. #define    A_NOACTION        101
  39.