home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / TextEditors&Viewers / Texteditors / WarpMOD13.lha / WarpMOD / source / o / lib-protos.h < prev    next >
Encoding:
Text File  |  1995-06-04  |  2.3 KB  |  44 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* init.c               */
  6.  
  7. Prototype void InitC(void);
  8.  
  9. /* lib.c                */
  10.  
  11. Prototype LibCall struct Library *LibInit   (__D0 BPTR);
  12. Prototype LibCall struct Library *LibOpen   (__D0 long, __A0 struct Library *);
  13. Prototype LibCall long            LibClose  (__A0 struct Library *);
  14. Prototype LibCall long            LibExpunge(__A0 struct Library *);
  15.  
  16. /* funcs.c              */
  17.  
  18. Prototype LibCall struct ParserData     *MountScanner(void);
  19. Prototype LibCall ULONG                  StartScanner(__A0 struct GlobalConfig *, __A1 struct EditConfig *, __D0 struct SyntaxChunk *);
  20. Prototype LibCall ULONG                  CloseScanner(__D0 ULONG);
  21. Prototype LibCall void                   FlushScanner(__D0 ULONG);
  22. Prototype LibCall void                   SetupScanner(__A0 struct GlobalConfig  *);
  23. Prototype LibCall struct RefreshRequest *BriefScanner(__D0 ULONG, __A0 struct ScannerNotify *);
  24. Prototype LibCall struct SyntaxChunk    *ParseLine   (__D0 ULONG, __A0 struct LineNode *, __D1 ULONG);
  25. Prototype LibCall void                   UnparseLines(__A0 struct LineNode *, __D0 ULONG);
  26. Prototype LibCall void                   ParseSection(__D0 ULONG, __A0 struct LineNode *, __D1 ULONG);
  27. Prototype void                           PrepareHash(void);
  28. Prototype struct SyntaxChunk            *ParseString(UBYTE *, UWORD, ULONG);
  29. Prototype struct SyntaxInfo             *DupInfo(struct SyntaxInfo *);
  30. Prototype struct Keyword                *IsAReservedWord(UBYTE *, UWORD);
  31. Prototype BOOL                           strnchr(UBYTE *, UWORD, UWORD);
  32. Prototype BOOL                           CheckEnvironment(UBYTE *, UWORD, UWORD, struct Keyword *);
  33. Prototype struct LineNode               *FindContextStart(ULONG, struct LineNode *);
  34. Prototype void                           ParseContext(struct LineNode *, ULONG, ULONG);
  35. Prototype struct SyntaxInfo             *ParseContextLine(UBYTE *, UWORD, ULONG, ULONG);
  36. Prototype BOOL                           BadSuccessor(UWORD, struct LineNode *);
  37. Prototype struct RefreshRequest         *VerifyContext(ULONG, ULONG, ULONG);
  38. Prototype WORD                           CommentDepth(UBYTE *, UWORD, ULONG);
  39. Prototype BOOL                           IsNumber(UBYTE *, UWORD);
  40.  
  41. /* tag.a                */
  42.  
  43. Prototype ALibExpunge(), ALibClose(), ALibOpen(), ALibReserved();
  44.