home *** CD-ROM | disk | FTP | other *** search
- IFND REXX_REXXIO_I
- REXX_REXXIO_I EQU 1
- * $Filename: rexx/rexxio.i $
- * $Release: 2.04 Includes, V37.4 $
- * $Revision: 1.8 $
- * $Date: 91/11/08 $
- * Include file for Input/Output related structures
- * (C) Copyright 1986,1987,1988,1989,1990 William S. Hawes.
- * (C) Copyright 1990-1991 Commodore-Amiga, Inc.
- * All Rights Reserved
- IFND REXX_STORAGE_I
- INCLUDE "rexx/storage.i"
- ENDC
- RXBUFFSZ EQU 204
- RSRESET
- IoBuff rs.b RRSIZEOF
- iobRpt rs 2
- iobRct rs 2
- iobDFH rs 2
- iobLock rs 2
- iobBct rs 2
- iobArea rs.b RXBUFFSZ
- iobSIZEOF rs.b 0
- IOBNAME EQU LN_NAME
- IOBMODE EQU rr_Arg1
- IOBEOF EQU rr_Arg1+1
- IOBPOS EQU rr_Arg2
- RXIO_EXIST EQU -1
- RXIO_STRF EQU 0
- RXIO_READ EQU 1
- RXIO_WRITE EQU 2
- RXIO_APPEND EQU 3
- RXIO_BEGIN EQU -1
- RXIO_CURR EQU 0
- RXIO_END EQU 1
- LLOFFSET EQU rr_Arg1
- LLVERS EQU rr_Arg2
- CLVALUE EQU rr_Arg1
- RSRESET
- RexxMsgPort rs.b RRSIZEOF
- rmp_Port rs.b MP_SIZE
- rmp_ReplyList rs.b LH_SIZE
- rmp_SIZEOF rs.b 0
- DT_DEV EQU 0
- DT_DIR EQU 1
- DT_VOL EQU 2
- ACTION_STACK EQU 2002
- ACTION_QUEUE EQU 2003
- ENDC
-