.title KRTSTD.MIN SET command list overlay .ident "V03.62" ; /62/ 31-May-93 Billy Youdelman ; Copyright 1985 Change Software, Inc. .include "IN:KRTMAC.MIN" .iif ndf KRTINC .error <; .include for IN:KRTMAC.MIN failed> .include "IN:KRTCDF.MIN" .iif ndf KRTCDF .error <; .include for IN:KRTCDF.MIN failed> .psect $code .sbttl Define the SET commands $CMGLOB = 1 loaset::mov #setcmd ,r0 return command setcmd ,ATTRIBUTES ,1 ,set$at , command setcmd ,BINARY_TYPE ,2 ,set$bi , command setcmd ,BLOCK_CHECK_TYPE,2 ,set$bl ,<1, 2 or 3? > command setcmd ,DEBUG ,3 ,set$de , command setcmd ,DEFAULT ,3 ,c$cwd , command setcmd ,DELAY ,3 ,set$dl , command setcmd ,END_OF_LINE ,2 ,set$eo , command setcmd ,FILE_TYPE ,2 ,set$fi , command setcmd ,HOME ,2 ,set$ho , command setcmd ,INCOMPLETE_FILE_DISPOSITION ,1 ,set$in , command setcmd ,LOGFILE ,3 ,set$lo command setcmd ,LONG_PACKETS ,3 ,set$lp , command setcmd ,NOATTRIBUTES ,3 ,st$nat command setcmd ,NODEBUG ,3 ,sd$off command setcmd ,NOLONG_PACKETS ,3 ,st$nlp command setcmd ,NOREPEAT_QUOTING,3 ,set$nrp command setcmd ,PARITY ,3 ,set$pa , command setcmd ,PAUSE ,3 ,set$ps , command setcmd ,PROMPT ,2 ,set$pr , command setcmd ,RECEIVE ,3 ,set$rc , command setcmd ,REPEAT_QUOTING ,3 ,set$rp , command setcmd ,RETRY ,3 ,set$re , command setcmd ,SEND ,3 ,set$sn , command setcmd ,SERVER ,3 ,set$sv , command setcmd ,SL ,2 ,set$sl , command setcmd ,START_OF_PACKET,2 ,set$so , command setcmd ,TERMINAL ,2 ,set$tt , command setcmd ,TT: ,2 ,set$tt , command setcmd .end