	IFND	DOS_EXALL_I
DOS_EXALL_I	SET	1
	IFND	UTILITY_HOOKS_I
	INCLUDE	"utility/hooks.i"
	ENDC

ED_NAME		EQU	1
ED_TYPE		EQU	2
ED_SIZE		EQU	3
ED_PROTECTION	EQU	4
ED_DATE		EQU	5
ED_COMMENT	EQU	6

	rsreset
ExAllData	rs.b	0
ed_Next		rs.l	1
ed_Name		rs.l	1
ed_Type		rs.l	1
ed_Size		rs.l	1
ed_Prot		rs.l	1
ed_Days		rs.l	1
ed_Mins		rs.l	1
ed_Ticks	rs.l	1
ed_Comment	rs.l	1
ed_Strings	rs.w	0
ExAllData_SIZEOF rs.w	0

	rsreset
ExAllControl	rs.b	0
eac_Entries	rs.l	1
eac_LastKey	rs.l	1
eac_MatchString	rs.l	1
eac_MatchFunc	rs.l	1
ExAllControl_SIZEOF	rs.w	0

	ENDC	;DOS_EXALL_I
