home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91.tar.Z / mm-ccmd-0.91.tar / work / mm / cmds.H < prev    next >
C/C++ Source or Header  |  2002-09-17  |  3KB  |  140 lines

  1. /*
  2.  * Copyright (c) 1986, 2002 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_CONTENT_TYPE
  38. #def CMD_CONTINUE    
  39. #def CMD_COPY        
  40. #def CMD_COUNT       
  41. #def CMD_CREATE_INIT 
  42. #def CMD_DAYTIME     
  43. #def CMD_DEBUG       
  44. #def CMD_MEMDEBUG    
  45. #def CMD_DEFINE      
  46. #def CMD_DELETE      
  47. #def CMD_DISPLAY     
  48. #def CMD_DOWNLOAD 
  49. #def CMD_ECHO        
  50. #def CMD_EDIT        
  51. #def CMD_ERASE       
  52. #def CMD_EXAMINE     
  53. #def CMD_EXIT        
  54. #def CMD_EXPUNGE     
  55. #def CMD_FCC
  56. #def CMD_FINGER
  57. #def CMD_FLAG        
  58. #def CMD_FOLLOW      
  59. #def CMD_FORWARD     
  60. #def CMD_FROM        
  61. #def CMD_GET         
  62. #def CMD_HEADERS     
  63. #def CMD_HELP        
  64. #def CMD_INSERT      
  65. #def CMD_IN_REPLY_TO 
  66. #def CMD_JUMP        
  67. #def CMD_KEYWORD     
  68. #def CMD_KILL        
  69. #def CMD_LIST     
  70. #def CMD_LITERAL
  71. #def CMD_MARK         
  72. #def CMD_MIME_VERSION 
  73. #def CMD_MOVE         
  74. #def CMD_NEXT         
  75. #def CMD_PREVIOUS     
  76. #def CMD_PRINT        
  77. #def CMD_PROFILE      
  78. #def CMD_PUSH         
  79. #def CMD_PWD          
  80. #def CMD_QUIT         
  81. #def CMD_QQUIT        
  82. #def CMD_READ         
  83. #def CMD_REMAIL       
  84. #def CMD_REMOVE       
  85. #def CMD_REPLY        
  86. #def CMD_REPLY_TO     
  87. #def CMD_RESTORE_DRAFT        
  88. #def CMD_REVIEW
  89. #def CMD_ROUTE        
  90. #def CMD_SAVE_DRAFT   
  91. #def CMD_SEND         
  92. #def CMD_SET          
  93. #def CMD_SHOW
  94. #def CMD_SMAIL
  95. #def CMD_SORT         
  96. #def CMD_SPELL        
  97. #def CMD_STATUS       
  98. #def CMD_SUBJECT      
  99. #def CMD_SUSPEND      
  100. #def CMD_TAKE         
  101. #def CMD_TEXT         
  102. #def CMD_TO           
  103. #def CMD_TRANSFER_ENCODING
  104. #def CMD_TYPE         
  105. #def CMD_UNANSWER     
  106. #def CMD_UNDELETE     
  107. #def CMD_UNFLAG       
  108. #def CMD_UNKEYWORD    
  109. #def CMD_UNMARK       
  110. #def CMD_USER_HEADER  
  111. #def CMD_VERSION      
  112. #def CMD_WHO          
  113. #def CMD_WRITE        
  114. #def CMD_Z            
  115.  
  116. #def CMD_HEADER       
  117. #def CMD_EXPAND       
  118.  
  119. #def CMD_SENDER       
  120. #def CMD_ALL          
  121.  
  122. #def CMD_INCLUDE      
  123. #def CMD_NOINCLUDE     
  124.  
  125. #def HLP_CCMD
  126. #def HLP_MESSAGE_SEQUENCE
  127. #def HLP_MMINIT
  128. #def HLP_MM
  129. #def HLP_SHELL
  130.  
  131. #def HLP_TYPE_BABYL
  132. #define HLP_TYPE_START HLP_TYPE_BABYL
  133. #def HLP_TYPE_MBOX
  134. #def HLP_TYPE_MH
  135. #def HLP_TYPE_MTXT
  136. #def HLP_TYPE_POP2
  137. #def HLP_TYPE_POP3
  138.  
  139. #def NUMTOPICS
  140.