home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ccdos / ccsset2.dat < prev    next >
Text File  |  2020-01-01  |  38KB  |  899 lines

  1. ;; Additional data segment material placed here to aid MASM 4
  2. datas   segment public 'datas'
  3. ermes1  db      cr,lf,'?Too many macro names$'
  4. cermes1 db      cr,lf,'?║Ω├ⁿ┴ε╠½╢α$'
  5. ermes2  db      cr,lf,bell,'?No room for Take file buffer or Macro definition'
  6.         db      cr,lf,bell,'$'
  7. cermes2 db      cr,lf,bell,'?╙├╙┌Take╬─╝■╗║│σ╗≥║Ω╢¿╥σ╡─┐╒╝Σ├╗╙╨┴╦'
  8.         db      cr,lf,bell,'$'
  9. ermes4  db      cr,lf,'?Too many active Take files and Macros',cr,lf, bell,'$'
  10. cermes4 db      cr,lf,'?╘╦╨╨╡─Take╬─╝■║═║Ω├ⁿ┴ε╠½╢α┴╦',cr,lf,bell,'$'
  11. ermes5  db      cr,lf,'?Not implemented$'
  12. cermes5 db      cr,lf,'?╬▐╖¿╓┤╨╨$'
  13. ermes6  db      cr,lf,'?More parameters are needed$'
  14. cermes6 db      cr,lf,'?╨Φ╥¬╕ⁿ╢α╡─▓╬╩²$'
  15. ermes7  db      cr,lf,'?Command not executed$'
  16. cermes7 db      cr,lf,'?├ⁿ┴ε╬▐╖¿╓┤╨╨$'
  17. errcap  db      cr,lf,'?Unable to open that file$'
  18. cerrcap db      cr,lf,'?╬▐╖¿┤≥┐¬─╟╕÷╬─╝■$'
  19. erropn  db      cr,lf,'?Log file is already open$'
  20. cerropn db      cr,lf,'?╝╟┬╝╬─╝■╥╤╛¡┤≥┐¬$'
  21. askhlp1 db      'Variable name  then  prompt string$'
  22. caskhlp1 db     '<▒Σ┴┐├√> ╚╗║≤╩╟ <╠ß╩╛╖√>$'
  23. askhlp2 db      'Prompt string$'
  24. caskhlp2 db     '╠ß╩╛╖√$'
  25. askhlp3 db      'Enter a line of text$'
  26. caskhlp3 db     '╝ⁿ╚δ╥╗╨╨╒²╬─$'
  27. filhlp  db      ' Output filename for the log$'
  28. cfilhlp db      '╩Σ│÷╝╟┬╝╬─╝■├√$'
  29. dishlp  db      cr,lf,' Quiet (no screen writing), Regular (normal),'
  30.         db      ' Serial (non-formatted screen)'
  31.         db      cr,lf,' and/or 7-BIT (default) or 8-BIT wide characters.$'
  32. cdishlp db      cr,lf,'╛▓╓╣(╬▐╞┴─╗╧╘╩╛),╒²│ú(│ú╣µ╧╘╩╛),'
  33.         db      '┤«╨╨(╖╟╕±╩╜╗»╞┴─╗╧╘╩╛)'
  34.         db      cr,lf,' ╥╘╝░/╗≥ 7 ╬╗(╚▒╩í╓╡) ╗≥ 8 ╬╗└⌐╒╣╫╓╖√.$' 
  35. remhlp  db      cr,lf,' OFF to show file transfer display,'
  36.         db      ' ON for quiet screen$'
  37. cremhlp db      cr,lf,' OFF -- ╧╘╩╛╬─╝■┤½╦═╣²│╠,'
  38.         db      '  ON  -- ╞┴─╗┤ª╙┌╛▓╓╣╫┤╠¼$'
  39. macmsg  db      ' Specify macro name followed by body of macro, on same line$'
  40. cmacmsg db      ' ╢¿╥σ║Ω├ⁿ┴ε▓ó╘┌═¼╥╗╨╨╓╨║≤╜╙║Ω╢¿╥σ╠σ $'
  41. shmmsg  db      ' name of macro, or carriage return to see all$'
  42. cshmmsg db      ' ║Ω╢¿╥σ├√,╗≥ <╗╪│╡> ╥╘▒π╧╘╩╛╦∙╙╨─┌╚▌ $'
  43. prmmsg  db      cr,lf
  44.         db    ' Enter new prompt string or nothing to regain regular prompt.'
  45.         db      cr,lf,' Use \123 notation for special chars (Escape is \27)$'
  46. cprmmsg db      cr,lf
  47.         db    '  ╝ⁿ╚δ╨┬╠ß╩╛╖√ ,╚▒╩í╘≥╡├╡╜╒²╣µ╡─╠ß╩╛╖√.'
  48.         db      cr,lf,' ╢╘╠╪╩Γ╫╓╖√╩╣╙├ \123 ╝╟╩²╖¿(Esc╝ⁿ╩╟ \27) $'
  49. srxhlp1 db      cr,lf,' Enter   code for received byte   code for'
  50.         db      ' local byte ',cr,lf,' use ascii characters themselves or'
  51.         db      cr,lf,' numerical equivalents of  \nnn  decimal'
  52.         db      ' or \Onnn  octal or \Xnnn  hexadecimal',cr,lf
  53.         db      ' or keywords  ON  or  OFF  (translation is initially off)'
  54. csrxhlp1 db     cr,lf,'╝ⁿ╚δ    ╜╙╩╒╡─╫╓╜┌┤·┬δ   ╡╜┤·┬δ'
  55.         db      cr,lf, '  \nnn ╩«╜°╓╞ ',cr,lf
  56.         db       ' \Onnn ░╦╜°╓╞ ╗≥  \Xnnn ╩«┴∙╜°╓╞╡─╩²╫╓',cr,lf
  57.         db      ' ╗≥╒▀ ╩╟ ╣╪╝ⁿ╫╓  ON ╗≥ OFF (╫¬╗╗│⌡╩╝╬¬ OFF )'
  58.         db      cr,lf,'$'
  59. shormsg db      cr,lf,' Translation table of received byte codes while'
  60.         db      ' in CONNECT mode -'
  61.         db      cr,lf,' Format: [received byte (decimal) -> local byte'
  62.         db      ' (decimal)]',cr,lf,'$'
  63. cshormsg db     cr,lf,'╘┌ CONNECT ╖╜╩╜╧┬╜╙╩╒╫╓╜┌┤·┬δ╫¬╗╗▒φ'
  64.         db      cr,lf,'╕±╩╜: [╜╙╩╒╡─╫╓╜┌ (╩«╜°╓╞) -> ╡▒╡╪╫╓╜┌'
  65.         db      ' (╩«╜°╓╞)]',cr,lf,'$'
  66. shopm1  db      ' [\$'                  ; Show Translation material
  67. shopm2  db      ' -> \$'
  68. shopm3  db      '] $'
  69. badrx   db      cr,lf,'?Expected ON, OFF, or \nnn$'
  70. cbadrx  db      cr,lf,'?╨Φ╥¬ ON, OFF, ╗≥ \nnn    $'
  71. rxoffmsg db     cr,lf,' Input Translation is off$'
  72. crxoffmsg db    cr,lf,' ╩Σ╚δ╫¬╗╗╥╤╜ß╩° $'
  73. rxonmsg db      cr,lf,' Input Translation is on$'
  74. crxonmsg db     cr,lf,' ╒²╘┌╜°╨╨╩Σ╚δ╫¬╗╗ $'
  75. rxtable equ THIS BYTE           ; build 256 byte Translation Input table
  76.         maketab                 ; table rxtable is used by Connect mode
  77. stkadr  dw      0       ; non-zero if replacement keyboard xlator present
  78. prterr  db      '?Unrecognized value$'
  79. cprterr db      '?▓╗╚╧╩╢╡─╩²╓╡ $'
  80. takchlp db      cr,lf,'Value 0 to 65535 for COUNT in script IF COUNT command$'
  81. ctakchlp db     cr,lf,'╘┌ IF COUNT ├ⁿ┴ε╧┬,COUNT ╚í╓╡┤╙ 0 ╡╜ 65535 $'
  82. takcerr db      cr,lf,'?Note: command is valid only in Take files and Macros$'
  83. ctakcerr db     cr,lf,'?╫ó╥Γ: ┤╦├ⁿ┴ε╓╗╙╨╘┌ Take╬─╝■╗≥║Ω╢¿╥σ╩▒▓┼─▄╓┤╨╨ $'
  84. defpmp  db      'Definition string: $'
  85. cdefpmp db      '╢¿╥σ┤«: $'     
  86. nonmsg  db      'none$'
  87. cnonmsg db      '╬▐$'
  88. delmsg  db      'delete$'
  89. cdelmsg db      '╔╛│² $'
  90. onmsg   db      'on'
  91. offmsg  db      'off'
  92. logmsg  db      'Logging of Packets, Session, Transaction, plus'
  93.         db      ' screen dump file -$'
  94. clogmsg db      '░ⁿ(Packets),╢╘╗░(Session),╣²│╠(Transaction),║═'
  95.         db      '╞┴─╗╫¬┤ó╬─╝■╡─╝╟┬╝ -$'
  96. lpktnam db      'PACKET.LOG',54 dup (0) ; default packet log filename
  97. lsesnam db      'KERMIT.LOG',54 dup (0) ; default capture/session filename
  98. ltranam db      'TRANSACT.LOG',52 dup (0); default transaction log filename
  99. dmpdefnam db    'KERMIT.SCN',0          ; asciiz default screen dump filename
  100. dmpname db      'KERMIT.SCN',54 dup (0) ; file name for screen dumps [jrd]
  101. lsesmsg db      'Session log:     $'
  102. clsesmsg db     '╢╘╗░╝╟┬╝:  $'
  103. lpktmsg db      'Packet  log:     $'
  104. clpktmsg db     '░ⁿ╝╟┬╝:    $'
  105. ltramsg db      'Transaction log: $'
  106. cltramsg db     '╣²│╠╝╟┬╝:  $'
  107. dmpmsg  db      'Dump screen:     $'
  108. cdmpmsg db      '╞┴─╗╫¬┤ó:  $'
  109. dmpmsg2 db      'Dump screen:     $'        ; for general STATUS display
  110. cdmpmsg2 db     '╞┴─╗╧╘╩╛:  $'
  111. tmp     db      ?,'$'
  112. modst   db      'Mode  line :     $'
  113. cmodst  db      '╫┤╠¼╨╨  :  $'
  114. locst   db      'Local echo :     $'
  115. clocst  db      '▒╛╡╪╗╪╧╘ : $'
  116. belon   db      'Ring bell after transfer$'
  117. cbelon  db      '┤½╦═╜ß╩°║≤╧∞┴σ$'
  118. beloff  db      'No bell after transfer$'
  119. cbeloff db      '┤½╦═╜ß╩°▓╗╧∞┴σ$'
  120. vtemst  db      'Terminal emulation: $'         ; terminal emulator
  121. cvtemst db      '╓╒╢╦╖┬╒µ: $'
  122. portst  db      'Communications port: $'
  123. cportst db      '═¿╨┼╢╦┐┌: $'
  124. capmsg  db      'Logging: $'
  125. ccapmsg db      '╝╟┬╝: $'
  126. eofmsg  db      'EOF mode: $'
  127. ceofmsg db      'EOF ╖╜╩╜: $'
  128. flost   db      'No flow control used$'
  129. cflost  db      '├╗╙╨╩╣╙├┴≈┴┐┐╪╓╞$'
  130. floxmsg db      'Flow control: xon/xoff $'
  131. cfloxmsg db     '┴≈┴┐┐╪╓╞: xon/xoff $'
  132. handst  db      'Handshake used: $'
  133. chandst db      '╩╣╙├╡─╬╒╩╓╨┼║┼: $'
  134. destst  db      'File destination: $'
  135. cdestst db      '╬─╝■─┐╡─╡╪: $'
  136. diskst  db      'Path: $'
  137. cdiskst db      '┬╖╛╢: $'
  138. blokst  db      'Block check used: $'
  139. cblokst db      '╩╣╙├┐Θ╨ú╤Θ: $'
  140. sqcst   db      'Send control char prefix: $'
  141. csqcst  db      '╖ó╦═┐╪╓╞╫╓╖√╟░╫║: $'
  142. rqcst   db      'Receive control char prefix: $'
  143. crqcst  db      '╜╙╩╒┐╪╓╞╫╓╖√╟░╫║: $'
  144. debon   db      'Debug: $'
  145. cdebon  db      '╡≈╩╘: $'
  146. flwon   db      'Warning (filename change): $'
  147. cflwon  db      '╛»╕µ(╕─▒Σ╬─╝■├√): $'
  148. parmsg  db      'Parity: $'
  149. cparmsg  db     '╞µ┼╝╨ú╤Θ: $'
  150. abfdst  db      'Discard incomplete file$'
  151. cabfdst db      '╖┼╞·╬┤═Ω╚½┤½╦═╡─╬─╝■$'
  152. abfkst  db      'Keep incomplete file$'
  153. cabfkst db      '▒ú┴⌠╬┤═Ω╚½┤½╦═╡─╬─╝■$'
  154. sndmsg  db      'Send Delay: $'
  155. csndmsg db      '╖ó╦═╤╙│┘: $'
  156. sndmsg2 db      ' sec, Pause: $'
  157. csndmsg2 db     ' ├δ, ╘▌═ú: $'
  158. sndmsg3 db      ' ms$'
  159. csndmsg3 db     ' ║┴├δ$'
  160. ssohst db       'Send start-of-packet char: $'
  161. cssohst db      '╖ó╦═░ⁿ╞≡╩╝╫╓╖√: $'
  162. rsohst  db      'Receive start-of-packet char: $'
  163. crsohst db      '╜╙╩╒░ⁿ╞≡╩╝╫╓╖√: $'
  164. meolst  db      'End-of-Line char  S: ',5eh,'$'
  165. cmeolst db      '╨╨╜ß╩°╫╓╖√  S: ',5eh,'$'
  166. mseol2  db      '  R: ',5eh,'$'
  167. stimst  db      'Send timeout (seconds): $'
  168. cstimst db      '╖ó╦═│¼╩▒(├δ╩²): $'
  169. rtimst  db      'Receive timeout (seconds): $'
  170. crtimst db      '╜╙╩╒│¼╩▒(├δ╩²): $'
  171. spakst  db      'Send packet size: $'
  172. cspakst db      '╖ó╦═░ⁿ╡─│ñ╢╚: $'
  173. rpakst  db      'Receive packet size: $'
  174. crpakst db      '╜╙╩╒░ⁿ╡─│ñ╢╚: $'
  175. snpdst  db      '# of send padding chars: $'
  176. csnpdst db      '╖ó╦═╠ε│Σ╫╓╖√ #: $' 
  177. rnpdst  db      '# of receive padding chars: $'
  178. crnpdst db      '╜╙╩╒╠ε│Σ╫╓╖√ #: $'
  179. spadst  db      'Padding char: $'
  180. cspadst  db     '╠ε│Σ╫╓╖√: $'
  181. retrymsg db     'Retry send/receive packet limit: $'
  182. cretrymsg db    '░ⁿ╓╪╖ó/╜╙╩╒╡─┤╬╩²: $'
  183. dispst  db      'Display (vs Remote):$'
  184. cdispst db      '╧╘╩╛╞≈ (╧α╢╘╙┌ ╘╢│╠):$'
  185. remost db       'Remote (vs Display) $'
  186. cremost  db     '╘╢│╠ (╧α╢╘╙┌ ╧╘╩╛╞≈) $'
  187. timmsg  db      'Timer: $'
  188. ctimmsg db      '╢¿╩▒: $'
  189. srvmsg  db      'Timeout (sec) waiting for a transaction: $'
  190. csrvmsg db      '╡╚┤²╥╗╕÷╣²│╠(TRANSACTION)╡─│¼╩▒╓╡(├δ): $'
  191. srvthlp db      'seconds, 0-255, waiting for a transaction$'
  192. csrvthlp db     '├δ╩²,0-255,╡╚┤²╥╗╕÷╣²│╠(TRANSACTION)$'
  193. escmes  db      'Escape character: $'
  194. cescmes  db     '═╦│÷(ESC)╫╓╖√: $'
  195. scpmsg  db      'Script commands Echo, If, Input, Output, Pause, Reinput,'
  196.         db      ' Transmit, Wait$'
  197. cscpmsg db      'Script ├ⁿ┴ε: Echo, If, Input, Output, Pause, Reinput,'
  198.         db      ' Transmit, Wait$'
  199. sechmsg db      'Input echoing: $'
  200. csechmsg db     '╩Σ╚δ╗╪╧╘: $'
  201. scasmsg db      'Case sensitivity: $'
  202. cscasmsg db     '╫╓─╕┤≤╨í╨┤├⌠╕╨╢╚: $'
  203. stmo1msg db     'Timeout (seconds): $'
  204. cstmo1msg db     '│¼╩▒ (├δ): $'
  205. stmo2msg db     'Timeout-action: $'
  206. cstmo2msg db     '│¼╩▒╫≈╙├: $'
  207. takon   db      'Take-echo: $'
  208. ctakon   db      'Take-╗╪╧╘: $'
  209. atton   db      'Attributes pkts: $'
  210. catton   db      '╩⌠╨╘░ⁿ: $'
  211. baudrt  db      'Baud rate is $'
  212. cbaudrt db      '▓¿╠╪┬╩╬¬ $'
  213. unrec   db      'unknown$'
  214. cunrec  db      '▓╗╓¬╡└$'
  215. stcntmsg db     'Take/Macro COUNT: $'
  216. cstcntmsg db    'Take║═ ║Ω ╝╞╩²: $'
  217. nonemsg db      'no active Take/Macro$'
  218. cnonemsg db     '├╗╙╨╘╦╨╨╡─ Take ║═ ║Ω$'
  219. sterlmsg db     'Errorlevel: $'
  220. csterlmsg db    '┤φ╬≤╝╢▒≡: $'
  221. stalrmsg db     'Alarm time: $'
  222. cstalrmsg db    '▒¿╛»╩▒╝Σ: $'
  223. nummsg1 db      cr,lf,'?Use a number between $'
  224. cnummsg1 db     cr,lf,'?╩╣╙├╥╗╕÷╩², ╖╢╬º╘┌ $'
  225. nummsg2 db      ' and $'
  226. cnummsg2 db     ' ╡╜ $'
  227. ctlhlp  db      ' Decimal number between 0 and 31$'
  228. cctlhlp db      ' 0 ╡╜ 31 ╓«╝Σ╡─╩«╜°╓╞╩²$'
  229. dmphlp  db      ' Filename to hold screen dumps$'
  230. cdmphlp db       '▒ú┤µ╞┴─╗╩Σ│÷╡─╬─╝■├√$'
  231. erlhlp  db      ' Decimal number between 0 and 255$'
  232. cerlhlp db      ' 0 ╡╜ 255 ╓«╝Σ╡─╩«╜°╓╞╩²$'
  233. pakerr  db      cr,lf,'?Choose a decimal number '
  234.         db      'from 20 to 94 (normal) or to 1000(long)$'
  235. cpakerr  db      cr,lf,'?╤í╘±╥╗╕÷ 20 ╡╜ 94 (╒²│ú)╗≥ 1000(│ñ╫╓╜┌)╓«╝Σ╡─'
  236.         db      '╩«╜°╓╞╩²╫╓ $'
  237. pakhlp  db      cr,lf,'Decimal number between 20 and 94 (normal) or '
  238.         db      ' 1000 (long)$'
  239. cpakhlp db      cr,lf,'╘┌20╡╜94(╒²│ú)╗≥1000(│ñ╫╓╜┌)╓«╝Σ╡─╩«╜°╓╞╩²╫╓$'
  240. padhlp  db      cr,lf,' Decimal number between 0 and 31 or 127$'
  241. cpadhlp db      cr,lf,' 0 ╡╜ 31╗≥ 127 ╓«╝Σ╡─╩«╜°╓╞╩²╫╓$'
  242. pauhlp  db      ' Decimal number between 0 and 127$'
  243. cpauhlp db      ' 0 ╡╜ 127 ╓«╝Σ╡─╩«╜°╓╞╩²╫╓$'
  244. quohlp  db      ' Decimal number between 33 and 126$'
  245. cquohlp  db      ' 33 ╡╜ 126 ╓«╝Σ╡─╩«╜°╓╞╩²╫╓$'
  246. retryhlp db     ' Decimal number betwuen 1 and 63$'
  247. cretryhlp db    ' 1 ╡╜ 63 ╓«╝Σ╡─╩«╜°╓╞╩²╫╓$'
  248. timhlp  db      ' Decimal number between 0 and 94$'
  249. ctimhlp db      ' 0 ╡╜ 94 ╓«╝Σ╡─╩«╜°╓╞╩²╫╓$'
  250. delyhlp db      ' Delay seconds before sending file (0-63)$'
  251. cdelyhlp db     ' ╖ó╦═╬─╝■╓«╟░╤╙│┘├δ╩² (0-63)$'
  252. eschlp  db      cr,lf,'Press literal control keys (ex: Control ]) or'
  253.         db      ' enter in \nnn numerical form$'
  254. ceschlp db      cr,lf,'╝ⁿ╚δ╡Ñ╫╓╖√┐╪╓╞╝ⁿ(└²: Control ])╗≥'
  255.         db      '╝ⁿ╚δ \nnn ╩²╫╓╗»╨╬╩╜$'
  256. escerr  db      cr,lf,'?Not a control code$'
  257. cescerr  db      cr,lf,'?▓╗╩╟╥╗╕÷┐╪╓╞┬δ$'
  258. hnd1hlp db      cr,lf,'XON (\17), XOFF (\19), CR (\139< LF (\10), BELL (\7),'
  259.         DB      ' ESC (\27), NONE (\09'
  260.         db      cr,lf,' or "CODE" followed by decimal number$'
  261. chnd1hlp db      cr,lf,'XON (\17), XOFF (\19), CR (\139< LF (\10), BELL (\7),'
  262.         DB      ' ESC (\27), NONE (\09'
  263.         db      cr,lf,' ╗≥ "┤·┬δ" ║≤╕·╥╗╕÷╩«╜°╓╞╩²$'
  264. intoms  db      'number of seconds to wait before timeout',cr,lf,'$'
  265. cintoms db      '│¼╩▒╟░╡╚┤²╩²├δ',cr,lf,'$'
  266. loghlp  db      cr,lf
  267.         db     ' PACKET - during file transfers  (to default file PACKET.LOG)'
  268.         db      cr,lf
  269.         db     ' SESSION - during Connect mode   (to default file KERMIT.LOG)'
  270.         db      cr,lf
  271.         db     ' TRANSACTION - files transferred(to default file TRANSACT.LOG)'
  272.         db      cr,lf,'  followed by an optional filename for the log.$'
  273. cloghlp db     cr,lf
  274.         db    ' PACKET - ╘┌╬─╝■┤½╦═╩▒╞┌ (╥■║¼╬─╝■ PACKET.LOG)'
  275.         db     cr,lf
  276.         db    ' SESSION - ╘┌ Connect ─ú╩╜╧┬ (╥■║¼╬─╝■ KERMIT.LOG)'
  277.         db     cr,lf
  278.         db    ' TRANSACTION - ▒╗┤½╦═╡─╬─╝■ (╥■║¼╬─╝■ TRANSACT.LOG)'
  279.         db     cr,lf,' ║≤╜╙╥╗╕÷┐╔╤í╘±╡─╬─╝■├√╫≈╬¬╝╟┬╝(LOG)╬─╝■$'
  280. debhlp  db      cr,lf,' PACKETS - during file transfers'        ; Debugging
  281.         db      cr,lf,' SESSION - during Connect mode'
  282.         db      cr,lf,' ON - both packets and session'
  283.         db      cr,lf,' OFF - turns off all debugging$'
  284. cdebhlp db      cr,lf,' PACKETS - ╬─╝■┤½╦═╩▒╞┌'
  285.         db      cr,lf,' SESSION - Connect ─ú╩╜╧┬╡─╢╘╗░'
  286.         db      cr,lf,' ON - ░ⁿ╝░╢╘╗░'
  287.         db      cr,lf,' OFF - ╜ß╩°╦∙╙╨╡─╡≈╩╘$'
  288. dohlp   db      cr,lf,'definitions of variables (\%n), or carriage return$'
  289. cdohlp  db      cr,lf,'▒Σ┴┐╢¿╥σ(\%n),╗≥<╗╪│╡>$' 
  290. sdshlp  db      cr,lf,'DISABLE or ENABLE access to selected Server commands:'
  291.         db      cr,lf
  292.         db      ' CD/CWD, DEL, DIR< FIN (incl BYE & LOGO), GET, HOST, MESSAGE,'
  293.         db      ' SPACE, TYPE,',cr,lf,' and ALL.'
  294.         db      cr,lf,'Also TEK (automatic invokation of Tek4010 graphics);'
  295.         db      ' not a member of ALL.$'
  296. csdshlp db   cr,lf,'╩╣╤í╘±╡─╧┬┴╨ Server ├ⁿ┴ε╖├╬╩╙╨╨º(ENABLE)╗≥ ╬▐╨º(DISABLE):'
  297.         db      cr,lf
  298.         db      ' CD/CWD, DEL, DIR, FIN(░ⁿ└¿ BYE & LOGO), GET, HOST, MESSAGE,'
  299.         db      ' SPACE, TYPE,',cr,lf,' ║═ ALL (╦∙╙╨├ⁿ┴ε).'
  300.         db      cr,lf,'╡½╩╟ TEK ( TEK4010 ═╝╨╬╡─╫╘╢»╞⌠╢»)'
  301.         db      ' ▓╗░ⁿ└¿╘┌ ALL ╓╨.$'
  302. servmsg db      'Server commands available to remote user: $'
  303. cservmsg db     '╘╢│╠╙├╗º┐╔╩╣╙├╡─ Server ├ⁿ┴ε: $'
  304. scwdmsg db      'CD/CWD: $'
  305. sdelmsg db      'DELETE: $'
  306. sdirmsg db      'DIR:    $'
  307. sfinmsg db      'FINISH: $'
  308. sgetmsg db      'GET:    $'
  309. shstmsg db      'HOST:   $'
  310. ssndmsg db      'MESSAGE:$'
  311. sspcmsg db      'SPACE:  $'
  312. stypmsg db      'TYPE:   $'
  313. stekmsg db      'Tek4010: $'
  314.  
  315. srvtab  db      1                       ; SET SERVER table
  316.         mkeyw   'Timeout',1
  317.  
  318. sethlp  db      cr,lf
  319.         db      '  Alarm    sec from now or HH:MM:SS  '
  320.         db      '  Input timeout, etc  (for scripts)'
  321.         db      cr,lf
  322.         db      '  Attributes packets on/off          '
  323.         db      '  Key         key-ident   definition'
  324.         db      cr,lf
  325.         db      '  Baud or Speed     many speeds      '
  326.         db      '  Local-echo        on/off'
  327.         db      cr,lf
  328.         db      '  Bell    on/off    at end of xfers  '
  329.         db      '  Mode-line         on/off'
  330.         db      cr,lf
  331.         db      '  Block-check-type  checksum/CRC     '
  332.         db      '  Parity    even/odd/mark/space/none'
  333.         db      cr,lf
  334.         db      '  COUNT   number    a loop counter   '
  335.         db      '  Port for i/o      1/2/COM1/COM2/etc'
  336.         db      cr,lf
  337.         db      '  Debug   on/off    display packets  '
  338.         db      '  Prompt  string   (new Kermit prompt)'
  339.         db      cr,lf
  340.         db      '  Default-disk                       '
  341.         db      '  Receive parameter  many things'
  342.         db      cr,lf
  343.         db      '  Delay   secs  before Sending file  '
  344.         db      '  Remote    on/off  show xfer counts?'
  345.         db      cr,lf
  346.         db      '  Destination   Disk/Screen/Printer  '
  347.         db      '  Retry limit for packet send/receive'
  348.         db      cr,lf
  349.         db      '  Display quiet/reg/serial show cnts?'
  350.         db      '  Send parameter    many things'
  351.         db      cr,lf
  352.         db      '  Dump filespec     screen to disk   '
  353.         db      '  Server parameter'
  354.         db      cr,lf
  355.         db      '  End-of-line char  cr or whatever   '
  356.         db      '  Speed or baud     many speeds      '
  357.         db      cr,lf
  358.         db      '  EOF Ctrl-Z/NoCtrl-Z  ^Z ends file? '
  359.         db      '  Take-echo on/off  display commands?'
  360.         db      cr,lf
  361.         db      '  Errorlevel number   for DOS Batch  '
  362.         db      '  Terminal  none, Heath-19, VT52, VT102,'
  363.         db      cr,lf
  364.         db      '  Escape char  ^]   or whatever      '
  365.         db      '     and many terminal setup parameters'
  366.         db      cr,lf
  367.         db      '  Flow-control      xon-xoff or none '
  368.         db      '  Timer     on/off  time packet waiting'
  369.         db      cr,lf
  370.         db      '  Handshake xon/xoff/cr/lf/bell/esc..'
  371.         db      "  Translation IN  Connect mode rcv'd char"
  372.         db      cr,lf
  373.         db      '  Incomplete file   keep/discard     '
  374.         db      '  Warning   on/off  if file renamed'
  375.         db      cr,lf,'$'
  376.  
  377. csethlp db      cr,lf
  378.         db      ' Alarm  ┤╙╧╓╘┌╗≥┤╙HH:MM:SS╞≡╡─╩²├δ      '
  379.         db      ' Input timeout, etc  (╙├╙┌Scripts) '
  380.         db      cr,lf
  381.         db      ' Attributes packets on/off (╩⌠╨╘░ⁿ)     '
  382.         db      ' Key     <╝ⁿ▒Ω╩╢╖√>  <╢¿╥σ> '
  383.         db      cr,lf
  384.         db      ' Baud ╗≥ Speed     ╢α╓╓╦┘┬╩             '
  385.         db      ' Local-echo           on/off      '
  386.         db      cr,lf
  387.         db      ' Bell  on/off (┐¬/╣╪) ╘┌┤½╦═╜ß╩°║≤╧∞┴σ  '
  388.         db      ' Mode-line   on/off(┐¬/╣╪)  ╫┤╠¼╨╨'
  389.         db      cr,lf
  390.         db      ' block-check-type  checksum/crc         '
  391.         db      ' Parity      even/odd/mark/space/none'
  392.         db      cr,lf
  393.         db      ' COUNT  <╩²╫╓>   ╥╗╕÷╤¡╗╖╝╞╩²╞≈         '
  394.         db      ' Port    I/O ╢╦┐┌  1/2/COM1/COM2/etc'
  395.         db      cr,lf
  396.         db      ' Debug    on/off    ╧╘╩╛░ⁿ╨┼╧ó          '
  397.         db      ' Prompt   <╫╓╖√┤«> (╨┬╡─ Kermit ╠ß╩╛╖√)'
  398.         db      cr,lf
  399.         db      ' default-disk      (╚▒╩í┼╠)             '
  400.         db      ' Receive    <▓╬╩²>    ╨φ╢α╧ε  '
  401.         db      cr,lf
  402.         db      ' Delay  <├δ╩²>   ┤½╦═╬─╝■╓«╟░╤╙│┘╩▒╝Σ   '
  403.         db      ' Remote      On/off   ╧╘╩╛┤½╦══│╝╞ '
  404.         db      cr,lf
  405.         db      ' Destination   Disk/screen/Printer      '
  406.         db      ' Retry   ░ⁿ╖ó╦═/╜╙╩╒╡─╓╪╕┤┤╬╩²  '
  407.         db      cr,lf
  408.         db      ' Display quiet/reg/serial ╧╘╩╛─┌╚▌╡─╖╜╩╜'
  409.         db      ' Send       <▓╬╩²>    ╨φ╢α╧ε  '
  410.         db      cr,lf
  411.         db      ' Dump <╬─╝■├√> ░╤╞┴─╗╔╧╨┼╧ó┐╜╡╜┤┼┼╠     '
  412.         db      ' Server     <▓╬╩²>'
  413.         db      cr,lf
  414.         db      ' End-of-line ╫╓╖√<cr> ╗≥╞Σ╦√ (╨╨╜ß╩°╖√) '
  415.         db      ' Speed ╗≥ Baud      ╢α╓╓╦┘┬╩        '
  416.         db      cr,lf
  417.         db      ' EOF  Ctrl-Z/NoCtrl-Z   ^Z ╜ß╩°╬─╝■?    '
  418.         db      ' Take-echo  on/off  ╧╘╩╛├ⁿ┴ε'
  419.         db      cr,lf
  420.         db      ' Errorlevel <╩²╓╡>  ╙├╙┌ DOS ┼·├ⁿ┴ε     '
  421.         db      ' Terminal   none,heath-19, VT52, VT102,'
  422.         db      cr,lf
  423.         db      ' Escape  ╫╓╖√ ^] ╗≥ ╞Σ╦ⁿ                '
  424.         db      '    ╥╘╝░╨φ╢α╓╒╢╦╔Φ╓├╡─▓╬╩² '
  425.         db      cr,lf
  426.         db      ' Flow-control xon/xoff ╗≥none (┴≈┴┐┐╪╓╞)'
  427.         db      ' Timer      on/off  ░ⁿ╡╚┤²╡─╩▒╝Σ'
  428.         db      cr,lf
  429.         db      ' Handshake xon/xoff/cr/lf/bell/esc(╬╒╩╓)'
  430.         db      ' Translation ╫¬╗╗Connect─ú╩╜╜╙╩╒╡─╫╓╖√'
  431.         db      cr,lf
  432.         db      ' Incomplet file  keep/discard           '
  433.         db      ' Warning    on/off ╝┘╚τ╬─╝■╓╪├ⁿ├√ '
  434.         db      cr,lf,'$'               
  435.  
  436.  
  437. settab   db     37                                      ; Set table
  438.         mkeyw   'Alarm',setalrm
  439.         mkeyw   'Attributes',setatt
  440.         mkeyw   'Baud',baudst
  441.         mkeyw   'Bell',bellst
  442.         mkeyw   'Block-check-type',blkset
  443.         mkeyw   'Count',takectr
  444.         mkeyw   'Debug',debst
  445.         mkeyw   'Default-disk',cwdir
  446.         mkeyw   'Delay',setdely
  447.         mkeyw   'Destination',desset
  448.         mkeyw   'Display',disply
  449.         mkeyw   'Dump',setdmp
  450.         mkeyw   'End-of-Line',eolset
  451.         mkeyw   'EOF',seteof
  452.         mkeyw   'Errorlevel',seterl
  453.         mkeyw   'Escape',escset
  454.         mkeyw   'Flow-control',floset
  455.         mkeyw   'Handshake',hndset
  456.         mkeyw   'Incomplete',abfset
  457.         mkeyw   'Input',inpset
  458.         mkeyw   'Key',setkey
  459.         mkeyw   'Local-echo',lcal
  460.         mkeyw   'Mode-line',modl
  461.         mkeyw   'Parity',setpar
  462.         mkeyw   'Port',coms
  463.         mkeyw   'Prompt',promset
  464.         mkeyw   'Receive',recset
  465.         mkeyw   'Remote',remset
  466.         mkeyw   'Retry',retryset
  467.         mkeyw   'Send',sendset
  468.         mkeyw   'Server',setsrv
  469.         mkeyw   'Speed',baudst
  470.         mkeyw   'Take-echo',takset
  471.         mkeyw   'Terminal',vts
  472.         mkeyw   'Timer',timset
  473.         mkeyw   'Translation',setrx
  474.         mkeyw   'Warning',filwar
  475.  
  476.  
  477. seoftab db      2
  478.         mkeyw   'Ctrl-Z',1
  479.         mkeyw   'NoCtrl-Z',0
  480.  
  481. stsrtb  db      8                               ; Number of options
  482.         mkeyw   'Packet-length',srpack
  483.         mkeyw   'Padchar',srpad
  484.         mkeyw   'Padding',srnpd
  485.         mkeyw   'Pause',srpaus
  486.         mkeyw   'Start-of-packet',srsoh
  487.         mkeyw   'Quote',srquo
  488.         mkeyw   'End-of-Line',sreol
  489.         mkeyw   'Timeout',srtim
  490.  
  491. ontab   db      2
  492.         mkeyw   'off',0
  493.         mkeyw   'on',1
  494.  
  495. modtab  db      3                               ; Mode line status
  496.         mkeyw   'off',0
  497.         mkeyw   'on',1
  498.         mkeyw   'on (owned by host)',2
  499.  
  500.  
  501. destab  db      3
  502.         mkeyw   'Disk',1
  503.         mkeyw   'Printer',0
  504.         mkeyw   'Screen',2
  505.  
  506. distab  db      5                       ; Set Display mode
  507.         mkeyw   '7-bit',7               ; controls bit d8bit in flags.remflg
  508.         mkeyw   '8-bit',8               ; sets d8bit
  509.         mkeyw   'Quiet',dquiet          ; values defined in header file
  510.         mkeyw   'Regular',dregular
  511.         mkeyw   'Serial',dserial
  512.  
  513. dissta  db      6                       ; Status of Display mode [jrd]
  514.         mkeyw   'Quiet, 7-bit',dquiet
  515.         mkeyw   'Regular, 7-bit',dregular
  516.         mkeyw   'Serial, 7-bit',dserial
  517.         mkeyw   'Quiet, 8-bit',dquiet+d8bit
  518.         mkeyw   'Regular, 8-bit',dregular+d8bit
  519.         mkeyw   'Serial, 8-bit',dserial+d8bit
  520.  
  521. ; What type of block check to use
  522. blktab  db      3
  523.         mkeyw   '1-character-checksum',1
  524.         mkeyw   '2-character-checksum',2
  525.         mkeyw   '3-character-CRC-CCITT',3
  526.  
  527. ; If abort when receiving files, can keep what we have or discard
  528.  
  529. abftab  db      2
  530.         mkeyw   'Discard',1
  531.         mkeyw   'Keep',0
  532.  
  533. partab  db      5
  534.         mkeyw   'none',PARNON
  535.         mkeyw   'even',PAREVN
  536.         mkeyw   'odd',PARODD
  537.         mkeyw   'mark',PARMRK
  538.         mkeyw   'space',PARSPC
  539.  
  540. flotab  db      2
  541.         mkeyw   'none',flonon
  542.         mkeyw   'xon/xoff',floxon
  543.  
  544. hndtab  db      8
  545.         mkeyw   'none',0
  546.         mkeyw   'bell',bell
  547.         mkeyw   'cr',cr
  548.         mkeyw   'esc',escape
  549.         mkeyw   'lf',lf
  550.         mkeyw   'xoff',xoff
  551.         mkeyw   'xon',xon
  552.         mkeyw   'code',0ffh             ; allow general numerial code
  553.  
  554. inptab  db      4                               ; Scripts. Set Input
  555.         mkeyw   'Case',inpcas                   ;[jrs]
  556.         mkeyw   'Default-timeout',inptmo        ;[jrs]
  557.         mkeyw   'Echo',inpeco                   ;[jrs]
  558.         mkeyw   'Timeout-action',inpact         ;[jrs]
  559.  
  560. inactb  db      2                               ; Set Input Timeout Action
  561.         mkeyw   'Proceed',0                     ;[jrs]
  562.         mkeyw   'Quit',1                        ;[jrs]
  563.  
  564. incstb  db      2                               ;[jrs] Set Input Case
  565.         mkeyw   'Ignore',0dfh                   ;[jrs]
  566.         mkeyw   'Observe',0ffh                  ;[jrs]
  567.  
  568.  
  569. bdtab   db      18                      ; Baud rate table
  570.         mkeyw   '45.5',b00455
  571.         mkeyw   '50',b0050
  572.         mkeyw   '75',b0075
  573.         mkeyw   '110',b0110
  574.         mkeyw   '134.5',b01345
  575.         mkeyw   '150',b0150
  576.         mkeyw   '300',b0300
  577.         mkeyw   '600',b0600
  578.         mkeyw   '1200',b1200
  579.         mkeyw   '1800',b1800
  580.         mkeyw   '2000',b2000
  581.         mkeyw   '2400',b2400
  582.         mkeyw   '4800',b4800
  583.         mkeyw   '9600',b9600
  584.         mkeyw   '19200',b19200
  585.         mkeyw   '38400',b38400
  586.         mkeyw   '57600',b57600
  587.         mkeyw   '115200',b115200
  588.  
  589. debtab  db      4                       ; Set Debug command
  590.         mkeyw   'Off',0
  591.         mkeyw   'On',logpkt+logses
  592.         mkeyw   'Packets',logpkt
  593.         mkeyw   'Session',logses
  594.  
  595. logtab  db      3                       ; LOG command
  596.         mkeyw   'Packets',logpkt
  597.         mkeyw   'Session',logses
  598.         mkeyw   'Transaction',logtrn
  599.  
  600. logsta  db      8                       ; Log Status table
  601.         mkeyw   'off',logoff            ; suspended or no logging
  602.         mkeyw   'Packet',logpkt
  603.         mkeyw   'Session',logses
  604.         mkeyw   'Packet+Session',logpkt+logses
  605.         mkeyw   'Transaction',logtrn
  606.         mkeyw   'Packet+Transaction',logpkt+logtrn
  607.         mkeyw   'Session+Transaction',logses+logtrn
  608.         mkeyw   'Packet+Session+Transaction',logpkt+logses+logtrn
  609.  
  610. srvdetab db     12                      ; Server Enable/Disable list
  611.         mkeyw   'All',01ffh
  612.         mkeyw   'CD',cwdflg
  613.         mkeyw   'CWD',cwdflg
  614.         mkeyw   'Delete',delflg
  615.         mkeyw   'Dir',dirflg
  616.         mkeyw   'Finish',finflg
  617.         mkeyw   'Get',getsflg
  618.         mkeyw   'Host',hostflg
  619.         mkeyw   'Message',sndflg
  620.         mkeyw   'Space',spcflg
  621.         mkeyw   'Type',typflg
  622.         mkeyw   'Tek4010',tekxflg       ; for automatic Tektronix invokation
  623.  
  624. endistab db     2                       ; Server ENABLE/DISABLE status
  625.         mkeyw   'enabled',0
  626.         mkeyw   'disabled',1
  627.  
  628. trnstab db      1                       ; Set Translation table
  629.         mkeyw   'Input',1
  630.  
  631. ; MACRO DATA STRUCTURES mcctab and macbuf
  632. mcctab  db      1                       ; macro name table, one initially
  633.         mkeyw   'IBM',ibmmac            ; offset of definition string (7 bytes)
  634.         db      (macmax*10 - 7) dup (?) ; room for rest of macro names
  635. mcclen  equ     $-mcctab                ; length of mcctab
  636.  
  637. mccptr  dw      mcctab + 8              ; ptr to first free byte in mcctab
  638.  
  639. macbuf  equ     this byte               ; buffer of macro strings
  640. ibmmac  db      ibmlen                  ; startup IBM macro definition
  641.         db      'set timer on',cr,'set parity mark',cr
  642.         db      'set local-echo on',cr,'set handshake xon',cr
  643.         db      'set flow none',cr
  644. ibmlen  equ     $-ibmmac-1
  645.         db      (macmax*60 -ibmlen-1) dup (?) ; space for additonal macro defs
  646. maclen  equ     $ - macbuf              ; length of macbuf
  647.  
  648. macptr  dw      macbuf+ibmlen+1         ; ptr to first free byte in macbuf
  649. ; END OF MACRO DATA STRUCTURES
  650.  
  651. shom9m1  db      cr,lf,' Free space (bytes) for names: $'
  652. cshom9m1 db      cr,lf,' ╙├╙┌<├√╫╓>╡─╫╘╙╔┐╒╝Σ(╫╓╜┌)╬¬: $'
  653. shom9m2  db      ', for definitions: $'
  654. cshom9m2 db      ', ╙├╙┌<╢¿╥σ╧ε>: $'
  655. shom9m3  db      cr,lf,' No macro(s)$'
  656. cshom9m3 db      cr,lf,' ├╗╙╨<║Ω>$'
  657. shom9m4  db      '<cr>$'
  658.  
  659. sttab   stent   <baudprt>                               ; STATUS
  660.         stent   <srchkw,vtemst,termtb,flags.vtflg>      ; terminal emulator
  661.         stent   <srchkw,portst,comptab,flags.comflg>
  662.         stent   <srchkw,modst,modtab,flags.modflg>
  663.         stent   <srchkw,parmsg,partab,parflg,portval>
  664.         stent   <prsnd, sndmsg>
  665.         stent   <onoff,locst,,ecoflg,portval>
  666.         stent   <stnum,stimst,,dtrans.stime>
  667.         stent   <msg2,flost,floxmsg,floflg,portval>
  668.         stent   <onechr,ssohst,,trans.ssoh>
  669.         stent   <prhnd>
  670.         stent   <stlnum,spakst,,trans.slongp>
  671.         stent   <drnum,diskst,,curdsk>
  672.         stent   <stnum,snpdst,,dtrans.spad>
  673.         stent   <srchkw,destst,destab,flags.destflg>
  674.         stent   <onechr,sqcst,,trans.rquote>
  675.         stent   <onoff,flwon,,flags.flwflg>
  676.         stent   <stnum,rtimst,,trans.rtime>
  677.         stent   <msg2,abfkst,abfdst,flags.abfflg>
  678.         stent   <onechr,rsohst,,trans.rsoh>
  679.         stent   <srchkw,eofmsg,seoftab,flags.eofcz>
  680.         stent   <stlnum,rpakst,,trans.rlongp>
  681.         stent   <msg2,beloff,belon,flags.belflg>
  682.         stent   <stnum,rnpdst,,trans.rpad>
  683.         stent   <srchkw,capmsg,logsta,flags.capflg>
  684.         stent   <onechr,rqcst,,dtrans.squote>
  685.         stent   <onoff,timmsg,,flags.timflg>
  686.         stent   <preol,meolst>
  687.         stent   <srchkw,debon,logsta,flags.debug>
  688.         stent   <stnum,retrymsg,,maxtry>
  689.         stent   <onechr,escmes,,trans.escchr>
  690.         stent   <srchkw,blokst,blktab,trans.chklen>
  691.         stent   <srchkw,dispst,dissta,flags.remflg>
  692.         stent   <pasz,dmpmsg2,offset dmpname>
  693.         stent   <vtstat>
  694.         dw      0                               ; end of table
  695.  
  696. csttab   stent   <baudprt>                               ; STATUS
  697.         stent   <srchkw,cvtemst,termtb,flags.vtflg>      ; terminal emulator
  698.         stent   <srchkw,cportst,comptab,flags.comflg>
  699.         stent   <srchkw,cmodst,modtab,flags.modflg>
  700.         stent   <srchkw,cparmsg,partab,parflg,portval>
  701.         stent   <prsnd, csndmsg>
  702.         stent   <onoff,clocst,,ecoflg,portval>
  703.         stent   <stnum,cstimst,,dtrans.stime>
  704.         stent   <msg2,cflost,cfloxmsg,floflg,portval>
  705.         stent   <onechr,cssohst,,trans.ssoh>
  706.         stent   <prhnd>
  707.         stent   <stlnum,cspakst,,trans.slongp>
  708.         stent   <drnum,cdiskst,,curdsk>
  709.         stent   <stnum,csnpdst,,dtrans.spad>
  710.         stent   <srchkw,cdestst,destab,flags.destflg>
  711.         stent   <onechr,csqcst,,trans.rquote>
  712.         stent   <onoff,cflwon,,flags.flwflg>
  713.         stent   <stnum,crtimst,,trans.rtime>
  714.         stent   <msg2,cabfkst,cabfdst,flags.abfflg>
  715.         stent   <onechr,crsohst,,trans.rsoh>
  716.         stent   <srchkw,ceofmsg,seoftab,flags.eofcz>
  717.         stent   <stlnum,crpakst,,trans.rlongp>
  718.         stent   <msg2,cbeloff,cbelon,flags.belflg>
  719.         stent   <stnum,crnpdst,,trans.rpad>
  720.         stent   <srchkw,ccapmsg,logsta,flags.capflg>
  721.         stent   <onechr,crqcst,,dtrans.squote>
  722.         stent   <onoff,ctimmsg,,flags.timflg>
  723.         stent   <preol,cmeolst>
  724.         stent   <srchkw,cdebon,logsta,flags.debug>
  725.         stent   <stnum,cretrymsg,,maxtry>
  726.         stent   <onechr,cescmes,,trans.escchr>
  727.         stent   <srchkw,cblokst,blktab,trans.chklen>
  728.         stent   <srchkw,cdispst,dissta,flags.remflg>
  729.         stent   <pasz,cdmpmsg2,offset dmpname>
  730.         stent   <vtstat>
  731.         dw      0                               ; end of table
  732.  
  733. stcom   stent   <srchkw,portst,comptab,flags.comflg>    ; SHOW COMMS
  734.         stent   <baudprt>
  735.         stent   <onoff,locst,,ecoflg,portval>
  736.         stent   <srchkw,parmsg,partab,parflg,portval>
  737.         stent   <prhnd>
  738.         stent   <msg2,flost,floxmsg,floflg,portval>
  739.         stent   <srchkw,dispst,dissta,flags.remflg>
  740.         stent   <srchkw,debon,logsta,flags.debug>
  741.         dw      0
  742. cstcom   stent   <srchkw,cportst,comptab,flags.comflg>    ; SHOW COMMS
  743.         stent   <baudprt>
  744.         stent   <onoff,clocst,,ecoflg,portval>
  745.         stent   <srchkw,cparmsg,partab,parflg,portval>
  746.         stent   <prhnd>
  747.         stent   <msg2,cflost,cfloxmsg,floflg,portval>
  748.         stent   <srchkw,cdispst,dissta,flags.remflg>
  749.         stent   <srchkw,cdebon,logsta,flags.debug>
  750.         dw      0
  751.  
  752. stfile  stent   <drnum,diskst,,curdsk>                  ; SHOW FILE
  753.         stent   <msg2,abfkst,abfdst,flags.abfflg>
  754.         stent   <srchkw,destst,destab,flags.destflg>
  755.         stent   <onoff,flwon,,flags.flwflg>
  756.         stent   <srchkw,eofmsg,seoftab,flags.eofcz>
  757.         stent   <onoff,takon,,flags.takflg>
  758.         stent   <srchkw,dispst,dissta,flags.remflg>
  759.         stent   <onoff,atton,,flags.attflg>
  760.         dw      0
  761. cstfile  stent   <drnum,cdiskst,,curdsk>                  ; SHOW FILE
  762.         stent   <msg2,cabfkst,abfdst,flags.abfflg>
  763.         stent   <srchkw,cdestst,destab,flags.destflg>
  764.         stent   <onoff,cflwon,,flags.flwflg>
  765.         stent   <srchkw,ceofmsg,seoftab,flags.eofcz>
  766.         stent   <onoff,ctakon,,flags.takflg>
  767.         stent   <srchkw,cdispst,dissta,flags.remflg>
  768.         stent   <onoff,catton,,flags.attflg>
  769.         dw      0
  770.  
  771. stlog   stent   <stmsg,logmsg>                          ; SHOW LOG
  772.         stent   <srchkw,capmsg,logsta,flags.capflg>
  773.         stent   <stmsg,spaces>
  774.         stent   <pasz,lsesmsg,offset lsesnam>
  775.         stent   <stmsg,spaces>
  776.         stent   <pasz,lpktmsg,offset lpktnam>
  777.         stent   <stmsg,spaces>
  778.         stent   <pasz,ltramsg,offset ltranam>
  779.         stent   <stmsg,spaces>
  780.         stent   <pasz,dmpmsg,offset dmpname>
  781.         dw      0
  782. cstlog   stent   <stmsg,clogmsg>                          ; SHOW LOG
  783.         stent   <srchkw,ccapmsg,logsta,flags.capflg>
  784.         stent   <stmsg,spaces>
  785.         stent   <pasz,clsesmsg,offset lsesnam>
  786.         stent   <stmsg,spaces>
  787.         stent   <pasz,clpktmsg,offset lpktnam>
  788.         stent   <stmsg,spaces>
  789.         stent   <pasz,cltramsg,offset ltranam>
  790.         stent   <stmsg,spaces>
  791.         stent   <pasz,cdmpmsg,offset dmpname>
  792.         dw      0
  793.  
  794. stpro   stent   <stlnum,spakst,,trans.slongp>           ; SHOW PROTOCOL
  795.         stent   <stlnum,rpakst,,trans.rlongp>
  796.         stent   <stnum,stimst,,dtrans.stime>
  797.         stent   <stnum,rtimst,,trans.rtime>
  798.         stent   <stnum,snpdst,,dtrans.spad>
  799.         stent   <stnum,rnpdst,,trans.rpad>
  800.         stent   <onechr,spadst,,dtrans.spadch>
  801.         stent   <onechr,spadst,,trans.rpadch>
  802.         stent   <onechr,ssohst,,trans.ssoh>
  803.         stent   <onechr,rsohst,,trans.rsoh>
  804.         stent   <onechr,sqcst,,dtrans.squote>
  805.         stent   <onechr,rqcst,,trans.rquote>
  806.         stent   <preol,meolst>
  807.         stent   <stnum,retrymsg,,maxtry>
  808.         stent   <prsnd,sndmsg>
  809.         stent   <srchkw,blokst,blktab,trans.chklen>
  810.         stent   <onoff,atton,,flags.attflg>
  811.         stent   <prhnd>
  812.         stent   <onoff,timmsg,,flags.timflg>
  813.         stent   <srchkw,capmsg,logsta,flags.capflg>
  814.         stent   <srchkw,debon,logsta,flags.debug>
  815.         dw      0
  816. cstpro   stent   <stlnum,cspakst,,trans.slongp>           ; SHOW PROTOCOL
  817.         stent   <stlnum,crpakst,,trans.rlongp>
  818.         stent   <stnum,cstimst,,dtrans.stime>
  819.         stent   <stnum,crtimst,,trans.rtime>
  820.         stent   <stnum,csnpdst,,dtrans.spad>
  821.         stent   <stnum,crnpdst,,trans.rpad>
  822.         stent   <onechr,cspadst,,dtrans.spadch>
  823.         stent   <onechr,cspadst,,trans.rpadch>
  824.         stent   <onechr,cssohst,,trans.ssoh>
  825.         stent   <onechr,crsohst,,trans.rsoh>
  826.         stent   <onechr,csqcst,,dtrans.squote>
  827.         stent   <onechr,crqcst,,trans.rquote>
  828.         stent   <preol,cmeolst>
  829.         stent   <stnum,cretrymsg,,maxtry>
  830.         stent   <prsnd,csndmsg>
  831.         stent   <srchkw,cblokst,blktab,trans.chklen>
  832.         stent   <onoff,catton,,flags.attflg>
  833.         stent   <prhnd>
  834.         stent   <onoff,ctimmsg,,flags.timflg>
  835.         stent   <srchkw,ccapmsg,logsta,flags.capflg>
  836.         stent   <srchkw,cdebon,logsta,flags.debug>
  837.         dw      0
  838.  
  839. stscpt  stent   <stmsg,scpmsg>                          ; SHOW SCRIPT
  840.         stent   <onoff,sechmsg,,script.inecho>
  841.         stent   <srchkw,scasmsg,incstb,script.incasv>
  842.         stent   <stlnum,stmo1msg,,script.indfto>
  843.         stent   <srchkw,stmo2msg,inactb,script.inactv>
  844.         stent   <stalr,stalrmsg>
  845.         stent   <stnum,sterlmsg,,errlev>
  846.         stent   <stcnt,stcntmsg>
  847.         dw      0
  848. cstscpt  stent   <stmsg,cscpmsg>                          ; SHOW SCRIPT
  849.         stent   <onoff,csechmsg,,script.inecho>
  850.         stent   <srchkw,cscasmsg,incstb,script.incasv>
  851.         stent   <stlnum,cstmo1msg,,script.indfto>
  852.         stent   <srchkw,cstmo2msg,inactb,script.inactv>
  853.         stent   <stalr,cstalrmsg>
  854.         stent   <stnum,csterlmsg,,errlev>
  855.         stent   <stcnt,cstcntmsg>
  856.         dw      0
  857.  
  858. stserv  stent   <stmsg,servmsg>                         ; SHOW SERVER
  859.         stent   <srchkb,scwdmsg,endistab,cwdflg,denyflg>
  860.         stent   <srchkb,shstmsg,endistab,hostflg,denyflg>
  861.         stent   <srchkb,sdelmsg,endistab,delflg,denyflg>
  862.         stent   <srchkb,ssndmsg,endistab,sndflg,denyflg>
  863.         stent   <srchkb,sdirmsg,endistab,dirflg,denyflg>
  864.         stent   <srchkb,sspcmsg,endistab,spcflg,denyflg>
  865.         stent   <srchkb,sfinmsg,endistab,finflg,denyflg>
  866.         stent   <srchkb,stypmsg,endistab,typflg,denyflg>
  867.         stent   <srchkb,sgetmsg,endistab,getsflg,denyflg>
  868.         dw      0
  869. stserv2 stent   <stnum,srvmsg,,srvtmo>
  870.         dw      0
  871.  
  872. cstserv  stent   <stmsg,servmsg>                         ; SHOW SERVER
  873.         stent   <srchkb,scwdmsg,endistab,cwdflg,denyflg>
  874.         stent   <srchkb,shstmsg,endistab,hostflg,denyflg>
  875.         stent   <srchkb,sdelmsg,endistab,delflg,denyflg>
  876.         stent   <srchkb,ssndmsg,endistab,sndflg,denyflg>
  877.         stent   <srchkb,sdirmsg,endistab,dirflg,denyflg>
  878.         stent   <srchkb,sspcmsg,endistab,spcflg,denyflg>
  879.         stent   <srchkb,sfinmsg,endistab,finflg,denyflg>
  880.         stent   <srchkb,stypmsg,endistab,typflg,denyflg>
  881.         stent   <srchkb,sgetmsg,endistab,getsflg,denyflg>
  882.         dw      0
  883. cstserv2 stent   <stnum,csrvmsg,,srvtmo>
  884.         dw      0
  885.  
  886. stterm  stent   <srchkw,vtemst,termtb,flags.vtflg>      ; SHOW TERMINAL
  887.         stent   <srchkb,stekmsg,endistab,tekxflg,denyflg>
  888.         stent   <onechr,escmes,,trans.escchr>
  889.         stent   <srchkw,modst,modtab,flags.modflg>
  890.         stent   <vtstat>
  891.         dw      0
  892. cstterm  stent   <srchkw,cvtemst,termtb,flags.vtflg>      ; SHOW TERMINAL
  893.         stent   <srchkb,stekmsg,endistab,tekxflg,denyflg>
  894.         stent   <onechr,cescmes,,trans.escchr>
  895.         stent   <srchkw,cmodst,modtab,flags.modflg>
  896.         stent   <vtstat>
  897.         dw      0
  898. datas   ends
  899.