home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / pDOS / Pattern.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-11  |  1.4 KB  |  62 lines

  1. @DATABASE "pDOS/Pattern.h"
  2. @MASTER   "Work2:AD/IInc/pDOS/Pattern.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:34:11
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pDOS/Pattern.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pDOS/Pattern.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_PatternMatching" LINK "pDOS/Pattern.h/File" 23}
  16.  
  17.  
  18. @{b}#defines@{ub}
  19.  
  20. @{"_pOS_DOSTOKENS" LINK "pDOS/Pattern.h/File" 33}
  21.  
  22. @ENDNODE
  23. @NODE File "pDOS/Pattern.h"
  24. #ifndef __INC_POS_PDOS_PATTERN_H
  25. #define __INC_POS_PDOS_PATTERN_H
  26. /*******************************************************************
  27.  Includes Release 24
  28.  (C) Copyright 1995-1997 proDAD
  29.      All Rights Reserved
  30.  
  31.  $AUT Holger Burkarth
  32.  $DAT >>Pattern.h<<   31 Jul 1996    09:09:54 - (C) ProDAD
  33. *******************************************************************/
  34. #ifndef __INC_POS_PDOS_DOSTYPES_H
  35. #include <@{"pDOS/DosTypes.h" LINK "pDOS/DosTypes.h/File"}>
  36. #endif
  37. #ifndef __INC_POS_PDOS_PARSING_H
  38. #include <@{"pDOS/Parsing.h" LINK "pDOS/Parsing.h/File"}>
  39. #endif
  40.  
  41.  
  42.  
  43.  
  44. /*----------------------------------
  45. -----------------------------------*/
  46. struct pOS_PatternMatching
  47. {
  48.   @{"struct pOS_Parse" LINK "pDOS/Parsing.h/File" 21}        pmt_Parse;
  49.   struct pOS_PatternObj **pmt_First;
  50.   @{"UWORD" LINK "pExec/Types.h/File" 93}                   pmt_Cnt;
  51.  
  52.   @{"UBYTE" LINK "pExec/Types.h/File" 95}  pmt_Reserved[16];
  53. };
  54.  
  55.  
  56. #define _pOS_DOSTOKENS "()#?%[]*~"
  57.  
  58.  
  59.  
  60. #endif
  61. @ENDNODE
  62.