home *** CD-ROM | disk | FTP | other *** search
- ShowModule v0.1 (c) 1992 $#%!
- now showing: "emodules:dos/dosasl.m"
- NOTE: don't use this output in your code, use the module instead.
-
- (---) OBJECT anchorpath
- ( 0) base:LONG
- ( 4) last:LONG
- ( 8) breakbits:LONG
- ( 12) foundbreak:LONG
- ( 16) flags:CHAR
- ( 17) reserved:CHAR
- ( 18) strlen:INT
- ( 20) info:substructure
- (---) ENDOBJECT /* SIZEOF=280 */
-
- CONST APF_DOWILD=1,
- APF_ITSWILD=2,
- APF_DODIR=4,
- APF_DIDDIR=8,
- APF_NOMEMERR=16,
- APF_DODOT=$20,
- APF_DIRCHANGED=$40
-
- (---) OBJECT achain
- ( 0) child:LONG
- ( 4) parent:LONG
- ( 8) lock:LONG
- ( 12) info:substructure
- (272) flags:CHAR
- (---) ENDOBJECT /* SIZEOF=273 */
-
- CONST DDF_PATTERNBIT=1,
- DDF_EXAMINEDBIT=2,
- DDF_COMPLETED=4,
- DDF_ALLBIT=8,
- DDF_SINGLE=16,
- P_ANY=$80,
- P_SINGLE=$81,
- P_ORSTART=$82,
- P_ORNEXT=$83,
- P_OREND=$84,
- P_NOT=$85,
- P_NOTEND=$86,
- P_NOTCLASS=$87,
- P_CLASS=$88,
- P_REPBEG=$89,
- P_REPEND=$8A,
- P_STOP=$8B,
- COMPLEX_BIT=1,
- EXAMINE_BIT=2,
- ERROR_BUFFER_OVERFLOW=$12F,
- ERROR_BREAK=$130,
- ERROR_NOT_EXECUTABLE=$131
-
-