home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / dos / dosasl.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.1 KB  |  55 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:dos/dosasl.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT anchorpath
  6. (  0)   base:LONG
  7. (  4)   last:LONG
  8. (  8)   breakbits:LONG
  9. ( 12)   foundbreak:LONG
  10. ( 16)   flags:CHAR
  11. ( 17)   reserved:CHAR
  12. ( 18)   strlen:INT
  13. ( 20)   info:substructure
  14. (---) ENDOBJECT     /* SIZEOF=280 */
  15.  
  16. CONST APF_DOWILD=1,
  17.       APF_ITSWILD=2,
  18.       APF_DODIR=4,
  19.       APF_DIDDIR=8,
  20.       APF_NOMEMERR=16,
  21.       APF_DODOT=$20,
  22.       APF_DIRCHANGED=$40
  23.  
  24. (---) OBJECT achain
  25. (  0)   child:LONG
  26. (  4)   parent:LONG
  27. (  8)   lock:LONG
  28. ( 12)   info:substructure
  29. (272)   flags:CHAR
  30. (---) ENDOBJECT     /* SIZEOF=273 */
  31.  
  32. CONST DDF_PATTERNBIT=1,
  33.       DDF_EXAMINEDBIT=2,
  34.       DDF_COMPLETED=4,
  35.       DDF_ALLBIT=8,
  36.       DDF_SINGLE=16,
  37.       P_ANY=$80,
  38.       P_SINGLE=$81,
  39.       P_ORSTART=$82,
  40.       P_ORNEXT=$83,
  41.       P_OREND=$84,
  42.       P_NOT=$85,
  43.       P_NOTEND=$86,
  44.       P_NOTCLASS=$87,
  45.       P_CLASS=$88,
  46.       P_REPBEG=$89,
  47.       P_REPEND=$8A,
  48.       P_STOP=$8B,
  49.       COMPLEX_BIT=1,
  50.       EXAMINE_BIT=2,
  51.       ERROR_BUFFER_OVERFLOW=$12F,
  52.       ERROR_BREAK=$130,
  53.       ERROR_NOT_EXECUTABLE=$131
  54.  
  55.