home *** CD-ROM | disk | FTP | other *** search
- IFND DOS_VAR_I
- DOS_VAR_I EQU 1
- * $Filename: dos/var.i $
- * $Release: 2.04 Includes, V37.4 $
- * $Revision: 36.12 $
- * $Date: 91/03/14 $
- * include file for dos local and environment variables
- * (C) Copyright 1989-1991 Commodore-Amiga, Inc.
- * All Rights Reserved
- IFND EXEC_NODES_I
- INCLUDE "exec/nodes.i"
- ENDC
- RSRESET
- LocalVar rs.b 0
- lv_Node rs.b LN_SIZE
- lv_Flags rs 1
- lv_Value rs 2
- lv_Len rs 2
- LocalVar_SIZEOF rs.b 0
- LV_VAR EQU 0
- LV_ALIAS EQU 1
- LVB_IGNORE EQU 7
- LVF_IGNORE EQU $80
- BITDEF GV,GLOBAL_ONLY,8
- BITDEF GV,LOCAL_ONLY,9
- BITDEF GV,BINARY_VAR,10
- BITDEF GV,DONT_NULL_TERM,11
- ENDC
-