home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pDOS/Pattern.h"
- @MASTER "Work2:AD/IInc/pDOS/Pattern.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:34:11
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pDOS/Pattern.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pDOS/Pattern.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_PatternMatching" LINK "pDOS/Pattern.h/File" 23}
-
-
- @{b}#defines@{ub}
-
- @{"_pOS_DOSTOKENS" LINK "pDOS/Pattern.h/File" 33}
-
- @ENDNODE
- @NODE File "pDOS/Pattern.h"
- #ifndef __INC_POS_PDOS_PATTERN_H
- #define __INC_POS_PDOS_PATTERN_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>Pattern.h<< 31 Jul 1996 09:09:54 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PDOS_DOSTYPES_H
- #include <@{"pDOS/DosTypes.h" LINK "pDOS/DosTypes.h/File"}>
- #endif
- #ifndef __INC_POS_PDOS_PARSING_H
- #include <@{"pDOS/Parsing.h" LINK "pDOS/Parsing.h/File"}>
- #endif
-
-
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_PatternMatching
- {
- @{"struct pOS_Parse" LINK "pDOS/Parsing.h/File" 21} pmt_Parse;
- struct pOS_PatternObj **pmt_First;
- @{"UWORD" LINK "pExec/Types.h/File" 93} pmt_Cnt;
-
- @{"UBYTE" LINK "pExec/Types.h/File" 95} pmt_Reserved[16];
- };
-
-
- #define _pOS_DOSTOKENS "()#?%[]*~"
-
-
-
- #endif
- @ENDNODE
-