home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / cmds.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-18  |  3.0 KB  |  136 lines

  1. /*
  2.  * Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  3.  * the City of New York.  Permission is granted to any individual or
  4.  * institution to use, copy, or redistribute this software so long as it
  5.  * is not sold for profit, provided this copyright notice is retained.
  6.  */
  7.  
  8. #ifdef RCSID
  9. #ifndef lint
  10. static char *cmds_rcsid = "$Header: /f/src2/encore.bin/cucca/mm/tarring-it-up/RCS/cmds.H,v 2.1 90/10/04 18:23:39 melissa Exp $";
  11. #endif
  12. #endif /* RCSID */
  13.  
  14. /*
  15.  * cmds.h - indices into the command dispatch table
  16.  *
  17.  * The value of the symbols below must correspond to the offset of
  18.  * the corresponding command in the cmd_fn[] array!
  19.  */
  20.  
  21. /*
  22.  * These are also indices into the help string index.  Help topics
  23.  * which are not commands should be #def'd at the end BEFORE NUMTOPICS
  24.  */
  25.  
  26. #number 0
  27. #def CMD_ALIAS       
  28. #def CMD_ANSWER
  29. #def CMD_BACKTRACK
  30. #def CMD_BCC         
  31. #def CMD_BLANK       
  32. #def CMD_BROWSE      
  33. #def CMD_BUG         
  34. #def CMD_CC          
  35. #def CMD_CD          
  36. #def CMD_CHECK       
  37. #def CMD_CONTINUE    
  38. #def CMD_COPY        
  39. #def CMD_COUNT       
  40. #def CMD_CREATE_INIT 
  41. #def CMD_DAYTIME     
  42. #def CMD_DEBUG       
  43. #def CMD_MEMDEBUG    
  44. #def CMD_DEFINE      
  45. #def CMD_DELETE      
  46. #def CMD_DISPLAY     
  47. #def CMD_ECHO        
  48. #def CMD_EDIT        
  49. #def CMD_ERASE       
  50. #def CMD_EXAMINE     
  51. #def CMD_EXIT        
  52. #def CMD_EXPUNGE     
  53. #def CMD_FCC
  54. #def CMD_FINGER
  55. #def CMD_FLAG        
  56. #def CMD_FOLLOW      
  57. #def CMD_FORWARD     
  58. #def CMD_FROM        
  59. #def CMD_GET         
  60. #def CMD_HEADERS     
  61. #def CMD_HELP        
  62. #def CMD_INSERT      
  63. #def CMD_IN_REPLY_TO 
  64. #def CMD_JUMP        
  65. #def CMD_KEYWORD     
  66. #def CMD_KILL        
  67. #def CMD_LIST     
  68. #def CMD_LITERAL
  69. #def CMD_MARK         
  70. #def CMD_MOVE         
  71. #def CMD_NEXT         
  72. #def CMD_PREVIOUS     
  73. #def CMD_PRINT        
  74. #def CMD_PROFILE      
  75. #def CMD_PUSH         
  76. #def CMD_PWD          
  77. #def CMD_QUIT         
  78. #def CMD_QQUIT        
  79. #def CMD_READ         
  80. #def CMD_REMAIL       
  81. #def CMD_REMOVE       
  82. #def CMD_REPLY        
  83. #def CMD_REPLY_TO     
  84. #def CMD_RESTORE_DRAFT        
  85. #def CMD_REVIEW
  86. #def CMD_ROUTE        
  87. #def CMD_SAVE_DRAFT   
  88. #def CMD_SEND         
  89. #def CMD_SET          
  90. #def CMD_SHOW
  91. #def CMD_SMAIL
  92. #def CMD_SORT         
  93. #def CMD_SPELL        
  94. #def CMD_STATUS       
  95. #def CMD_SUBJECT      
  96. #def CMD_SUSPEND      
  97. #def CMD_TAKE         
  98. #def CMD_TEXT         
  99. #def CMD_TO           
  100. #def CMD_TYPE         
  101. #def CMD_UNANSWER     
  102. #def CMD_UNDELETE     
  103. #def CMD_UNFLAG       
  104. #def CMD_UNKEYWORD    
  105. #def CMD_UNMARK       
  106. #def CMD_USER_HEADER  
  107. #def CMD_VERSION      
  108. #def CMD_WHO          
  109. #def CMD_WRITE        
  110. #def CMD_Z            
  111.  
  112. #def CMD_HEADER       
  113. #def CMD_EXPAND       
  114.  
  115. #def CMD_SENDER       
  116. #def CMD_ALL          
  117.  
  118. #def CMD_INCLUDE      
  119. #def CMD_NOINCLUDE     
  120.  
  121. #def HLP_CCMD
  122. #def HLP_MESSAGE_SEQUENCE
  123. #def HLP_MMINIT
  124. #def HLP_MM
  125. #def HLP_SHELL
  126.  
  127. #def HLP_TYPE_BABYL
  128. #define HLP_TYPE_START HLP_TYPE_BABYL
  129. #def HLP_TYPE_MBOX
  130. #def HLP_TYPE_MH
  131. #def HLP_TYPE_MTXT
  132. #def HLP_TYPE_POP2
  133. #def HLP_TYPE_POP3
  134.  
  135. #def NUMTOPICS
  136.