mirror of
https://github.com/elliotnunn/supermario.git
synced 2025-02-18 12:30:31 +00:00
6254 lines
419 KiB
Plaintext
6254 lines
419 KiB
Plaintext
|
;
|
|||
|
; File: VectorTable.a
|
|||
|
;
|
|||
|
; Copyright: © 1992-1994 by Apple Computer, Inc. All rights reserved.
|
|||
|
;
|
|||
|
; Change History (most recent first):
|
|||
|
;
|
|||
|
; <SM37> 2/1/94 DCB Vectoring RecordEvent
|
|||
|
; <SM36> 1/29/94 DCB Got rid of some unused File Manager vectors.
|
|||
|
; <SM35> 1/5/94 GS Updated the Vector Table entry for Exp3to1, Exp6to1,
|
|||
|
; Comp3to1,and Comp6to1 to be prefixed by a double underscore as
|
|||
|
; Exported in the SoundMgr files.
|
|||
|
; <SM34> 11/10/93 fau Included HHeadMerge routine as not vectorized.
|
|||
|
; <SM33> 11/9/93 RC Roll in <mc14-16> changes
|
|||
|
; <MC16> 11/9/93 pdw Completely redid the SCSIMgr4pt3 vectors.
|
|||
|
; <MC15> 11/9/93 JDR Correct sound mgr vectors. Some of the data tables were defined
|
|||
|
; as code vectors, not data vectors.
|
|||
|
; <MC14> 11/8/93 RC Added vectors for Figment
|
|||
|
; <SM32> 11/8/93 SAM ReInitGestaltGlobals. Huh? Who needs it. Never mind.
|
|||
|
; <SM31> 11/8/93 SAM Roll in <MC12> from mc900ftjesus.
|
|||
|
; <MC12> 11/8/93 SAM Added a vector for REINITGESTALTGLOBALS.
|
|||
|
; <SM30> 11/6/93 SAM Rolled <MC11> from mc900ftjesus.
|
|||
|
; <MC11> 11/6/93 SAM Adding a shutdown mgr vector for the UpdateEmuWarmstart routine.
|
|||
|
; <SM29> 11/3/93 RC Vectorized the Sound Mgr
|
|||
|
; <SM28> 10/25/93 SAM Roll in <MC8> from mc900ftjesus.
|
|||
|
; <MC8> 10/25/93 SAM Vectorizing a bunch of init routines in InitSys7Toolbox that get
|
|||
|
; called by the gibbly.
|
|||
|
; <SM27> 10/14/93 pdw Changed the name of XlateGlobals and removed a dead function.
|
|||
|
; <SM26> 10/1/93 JDR Updated the snd primitives routine names according to
|
|||
|
; SndPrimitives.a.
|
|||
|
; <SM25> 9/29/93 SAM From mc900ftjesus.
|
|||
|
; <MC4> 9/27/93 SAM Fixed some of the ShutdownMgr vectors I messed up (case
|
|||
|
; sensitive, you know). Unburied the ROM names.
|
|||
|
; <MC3> 9/26/93 pdw Removed the vectors for the de-EXPORTed routines in EgretMgr.a
|
|||
|
; and ShutDownMgr.a.
|
|||
|
; <MC2> 9/26/93 pdw Unvectorized a few routines that run only at boot.
|
|||
|
; <SM24> 9/12/93 pdw Removed a whole lot of doubly-vectored SCSIMgr4pt3 routines.
|
|||
|
; <SM23> 9/9/93 pdw Clearly labeled UNUSED vectors. Removed HALTransfer because the
|
|||
|
; routine itself disappeared.
|
|||
|
; <SMG3> 9/1/93 chp Remove (completely) commented-out references to DMADispatch.
|
|||
|
; <SM21> 8/20/93 chp Reflect some entry point name changes in InterruptHandlers.a and
|
|||
|
; remove some entry points that don’t even exist any more. All
|
|||
|
; changes affected only “vNoVector” entry points.
|
|||
|
; <SM20> 8/13/93 pdw Rearranged SCSI section - put noVectors from end of file back up
|
|||
|
; into regular area, removed some eliminated routines,
|
|||
|
; unvectorized some doubly-vectored one.
|
|||
|
; <SM19> 8/6/93 JDR integrate Component Mgr from Reality
|
|||
|
; <SM18> 8/5/93 JDR Corrected Vectorizing problem for the Sound Manager build.
|
|||
|
; <SM17> 8/4/93 JDR Integrate Sound Manager 3.0 project.
|
|||
|
; <SM16> 7/21/93 RC Fixed RegisterROMComponents
|
|||
|
; <SM15> 7/20/93 SAM Removed entries for lots of useless code:
|
|||
|
; LOADPROCESSMANAGERSEGMENTSLOWERINSYHEAP,
|
|||
|
; ADBSECONDARYINITIALIZATION, SLOTMGRSECONDARYINITIALIZATIONIICI,
|
|||
|
; SetInterruptLevel,GetInterruptLevel, InstallExceptionVector,
|
|||
|
; ExceptionHandlerStub, FakeExceptionCall, FindVectorEntry,
|
|||
|
; CalcVectorEntry, SETUPICONCLUTS, FONTMGRSECONDARYINITIALIZATION.
|
|||
|
; <SM13> 7/8/93 pdw Removing the function InitXPTRecorder since it's unnecessary.
|
|||
|
; <SM12> 6/29/93 pdw Changing the name of Machine to TheMachine in SCSIMgr4pt3
|
|||
|
; section
|
|||
|
; <SM11> 6/23/93 CSS Change many vectornames from X to _X for component manager.
|
|||
|
; <SM10> 6/14/93 kc Roll in Ludwig.
|
|||
|
; <LW29> 6/11/93 pdw Removed DoHalInfo as part of the busInquiry parameter bug fix.
|
|||
|
; <LW28> 5/25/93 mal (kc) cleaned up "holes" in all vector tables.
|
|||
|
; <LW27> 5/21/93 KW put in GETPTRSIZE vNoVector to prevent warning
|
|||
|
; <LW26> 5/21/93 PW Readded the three that I accidentally wiped out last time.
|
|||
|
; <LW25> 5/21/93 PW Adding Disconnected and AsmInit53xx.
|
|||
|
; <LW24> 5/20/93 DCB Adding ciDebuggerPatch
|
|||
|
; <LW23> 5/20/93 PW Adding HandleSelected, ReadInitiatorID, GetInitiatorID.
|
|||
|
; <LW22> 4/30/93 DCB Vectorizing CallBusInquiry.
|
|||
|
; <21> 4/28/93 RB Change the offset for the vector of PICKWDCB, PC Exchange wants
|
|||
|
; this to be $ 2C.
|
|||
|
; <LW20> 4/26/93 KW (SM7 CSS) To keep Fastback 2.6.1 from breaking, vector
|
|||
|
; __FrontWindowIn through a7 rather than a1 (they depend on a1 --
|
|||
|
; bad - bad - bad).
|
|||
|
; <LW19> 4/21/93 KW Add vector for ADDNEWREFWITHOUTUPDATE.
|
|||
|
; <LW18> 4/14/93 DCB Vectorizing a couple of new SCSI functions to get rid of the
|
|||
|
; warnings.
|
|||
|
; <LW17> 4/11/93 chp Added vNoVector for HMCMERGE to eliminate Vectorize warning.
|
|||
|
; <LW16> 4/6/93 chp Synchronize with SuperMario.
|
|||
|
; <LW15> 3/27/93 mal add slotblockxferctl to misc table
|
|||
|
; <LW14> 3/26/93 PW SCSIMgr4pt3: Added noVectors for Warnings and got rid of vectors
|
|||
|
; for routines that have vaporized.
|
|||
|
; <SM9> 5/30/93 SAM Moved ROM_EM to Tidbits.
|
|||
|
; <SM8> 5/25/93 kc Change vector offset for PICKWDCB back to $002C so that PC
|
|||
|
; exchange will work.
|
|||
|
; <SM7> 4/23/93 CSS To keep Fastback 2.6.1 from breaking, vector __FrontWindowIn through
|
|||
|
; a7 rather than a1 (they depend on a1 -- bad - bad - bad).
|
|||
|
; <SM6> 4/8/93 DCB Adding routines for Wombat SCSI4pt3 Support.
|
|||
|
; <SM5> 3/29/93 PW Removed aack and DoRejectMsg vectors.
|
|||
|
; <SM4> 3/9/93 PW Changed HAL_ISR vector to HAL_SingleISR and removed some other
|
|||
|
; SCSI4.3 vectors. (Still need to go through all of it).
|
|||
|
; <SM3> 2/24/93 kc Remove vectors from atraps and low memory vectors.
|
|||
|
; (GETFILEINFO, SETFILEINFO, GETFPOSTRAP, SETFPOSTRAP,
|
|||
|
; __PRIMETIME, SCSIAtomic, VLAUNCHINIT, VPIXEL2CHAR, VCHAR2PIXEL,
|
|||
|
; VTSTMOD, VCMPFRM, VNEWMAP, SCRNADDRESS, SCRNSIZE, ALLOCCRSR,
|
|||
|
; PSCVIA2SLOTINT, SOUNDDISPATCHER, GETWVARIANT, TEPINSCROLL,
|
|||
|
; MAXSIZERSRC, PACK14ENTRY, FONTMETRICS, MEASURETEXT, TEGETOFFSET,
|
|||
|
; SETPORT, GETPORT, SETPORTBITS, SETCLIP, GETCLIP, BACKPAT,
|
|||
|
; EQUALPT, STDTEXT, GETFONTINFO, STRINGWIDTH, STDLINE, HIDEPEN,
|
|||
|
; SHOWPEN, GETPENSTATE, SETPENSTATE, PENSIZE, PENMODE, STDRECT,
|
|||
|
; SETRECT, PT2RECT, INVERTROUNDRECT, XSCRIPTUTIL, STDOVAL,
|
|||
|
; STDPOLY, FILLRGN, OPENRGN, COPYRGN, SETEMPTYRGN, RECTRGN,
|
|||
|
; SECTRGN, DIFFRGN, PTINRGN, SETSTDPROCS, STDBITS, OPENPICTURE,
|
|||
|
; KILLPICTURE, DRAWPICTURE, SCALEPT, MAPRECT, MAPPOLY,
|
|||
|
; GETFONTNAME, GETFNUM, SETFONTLOCK, __CALCVISBEHIND, __CLIPABOVE,
|
|||
|
; FASTERINVALRECT, FASTERVALIDRECT, PINRECT, SETCPORTPIX,
|
|||
|
; ALLOCCURSOR, OPCOLOR, HILITECOLOR, DISPOSCICON,
|
|||
|
; TESTDEVICEATTRIBUTE, INITGDEVICE, COLOR2INDEX, INDEX2COLOR,
|
|||
|
; INVERTCOLOR, GETSUBTABLE, ADDCOMP, SETCLIENTID, QDERROR,
|
|||
|
; __GETAUXWIN, __GETAUXCTL, SETDESKCPAT, SAVEENTRIES, DELCOMP,
|
|||
|
; TSMDISPATCH, ACTIVATEPALETTELAYERBRACKET, PMFORECOLOR,
|
|||
|
; PMBACKCOLOR, COPYPALETTE, DPUTPICBYTE, DRAWARC, GETSEEK,
|
|||
|
; OLDPATTONEW, PACKRGN, PUTLINE, PUTOVAL, SEEKRGN, STRETCHBITS,
|
|||
|
; XORSLAB, BSETUP8, BMAIN11, BXMAIN8, BXMAIN9, BCMAIN0, BCMAIN1,
|
|||
|
; BHILITE, BCMAIN3, BXLONG8, BXEND10, BXEND11, BADDPIN, BSUBPIN,
|
|||
|
; BSETUP0, RMASK10, RMASK11, RXMASK8, RXMASK9, RADDPIN, RSUBPIN,
|
|||
|
; RCMASK0, RCMASK1, RSLOWHILITE, RCMASK3, RHILITE, STMASK0,
|
|||
|
; STMASK1, STMASK2, STMASK3, SLMASK8, SLMASK9, ALLOCRUNBUF,
|
|||
|
; INITRGN, BITSDEVLOOP )
|
|||
|
; <SM2> 2/24/93 kc Remove vectors from frequently called routines. (A32GETSIZE,
|
|||
|
; CMKEYCMP, CheckInterrupts, Excess, FILEMANAGERIDLEPROC,
|
|||
|
; FLUSHCRANGEFORBM, GETOVERRIDEMAP, InterruptLevel, PPCSystemTask,
|
|||
|
; PSCVIA2SLOTINT, Replenish, SETPORT , SYNCCURLAYER,
|
|||
|
; UNMUNGETRAPWORD , XORSCAN , __GETSUBWINDOWS , __ISLAYER,
|
|||
|
; getGlobal, sb_CacheSFNTMatch)
|
|||
|
; <SM35> 2/13/93 PW Replaced InitDataPointer with InitDataStuff. Removed all
|
|||
|
; SCSIMgrPSC... vectors since they're only used for test Cyclone
|
|||
|
; builds.
|
|||
|
; <SM34> 2/4/93 PN Not to vectorize FontNewTempHandle
|
|||
|
; <SM33> 2/1/93 PN Adding LateLoad into SCSI manager
|
|||
|
; <SM32> 2/1/93 CSS Remove InitDataPointer from the table to get the ROM to build
|
|||
|
; again.
|
|||
|
; <SM31> 1/26/93 PN Delete WMgrGray entry because it is a data module not code. Fix
|
|||
|
; a bug with resizing window.
|
|||
|
; <SM30> 1/13/93 kc Vectorize FINDMODEID and use A7 to vectorize SIMTimerProc.
|
|||
|
; <28+> 12/21/92 CSS For now commented out vectors that Jim Reekes changed the names of, because
|
|||
|
; I don't know the new names.
|
|||
|
; <SM28> 12/15/92 SWC Removed OptimizePacks and some other startup vectors since
|
|||
|
; they're only called during startup (hence the name).
|
|||
|
; <SM27> 12/11/92 SWC Fixed some vectors setup with has040MMU that will be run (and
|
|||
|
; crash!) on 030 machines. Fixed some vectors that are actually
|
|||
|
; A-Traps. Unvectored several routines that are only called before
|
|||
|
; the disk is used.
|
|||
|
; <SM26> 12/8/92 SWC Removed labels in StartInit.a that are no longer exported.
|
|||
|
; <SM25> 12/7/92 SWC Removed some StartInit entries.
|
|||
|
; <SM24> 12/4/92 PW Removed an deleted label: StopDMA.
|
|||
|
; <SM23> 12/3/92 RB Changing the conditions to not use (NOT) because the new macros
|
|||
|
; don't like it.
|
|||
|
; <SM22> 12/3/92 RB Added a vector for PickWDCB, which is used in FSF (PC Exchange,
|
|||
|
; ProDOS) and cleaned up the use of the LC930 conditional.
|
|||
|
; <SM21> 12/2/92 CSS Removed some Sadism entries that are no longer referenced. Also,
|
|||
|
; restructure the table to have multiple tables for various
|
|||
|
; managers.
|
|||
|
; <SM20> 12/1/92 SWC Removed the call to EnableParityInts since it was only used on
|
|||
|
; the IIfx (and has gone away).
|
|||
|
; <SM19> 11/30/92 SWC Removed some more vectors to primitives routines.
|
|||
|
; <SM18> 11/20/92 RB Removed CUDA routines.
|
|||
|
; <SM17> 11/19/92 SWC Removed vectors from PowerMgr.a and the primitives files.
|
|||
|
; De-vectorized some routines since they're called only before
|
|||
|
; booting. Changed some vectored entries to trap entries.
|
|||
|
; <SM16> 11/17/92 kc Add "IF NOT LC930" around call to GETDRIVERPATCH and
|
|||
|
; GETDEVINDEX to facilitate dead code stripping for the LC930
|
|||
|
; build.
|
|||
|
; <SM15> 11/16/92 PW Removed GetBusInfo vector.
|
|||
|
; <SM14> 11/11/92 RB Do not vectorize the Sound Mrg for the LC930 ROM.
|
|||
|
; <SM13> 11/10/92 GD Disabled vectorization of ValidatePRAM and PramIO since they are
|
|||
|
; called before the MMU is initialized.
|
|||
|
; <SM12> 11/10/92 RB Moved some vectors over to the A/UX vector.
|
|||
|
; <SM11> 11/3/92 RB De-vectorized some of the interrupt handlers. Interrupt handlers
|
|||
|
; are vectors by definition, and so we don't need double-vector
|
|||
|
; handlers.
|
|||
|
; <SM10> 11/01/92 HY Exclude more unused vectors for LC930 build (1 Meg ROM).
|
|||
|
; (excluded all the PowerMgr.a vectors and InitWallyWorld vector)
|
|||
|
; <SM9> 10/30/92 DCB Removed 5 asycn scsi manager vectors which have been converted
|
|||
|
; into Macros for efficiency reasons
|
|||
|
; <SM8> 10/30/92 RB Created a vector table for A/UX, and moved routines which AU/X
|
|||
|
; needs to override to that table, so that we have it all
|
|||
|
; together.
|
|||
|
; <SM7> 10/26/92 GS Removed the vectorization for the StartErr.a routines. This
|
|||
|
; vectorized a jump table, that should not have been vectorized.
|
|||
|
; <SM6> 10/26/92 RB Exclude any unused vectors from the LC930 build (1 Meg ROM).
|
|||
|
; <SM5> 10/12/92 RB For the 1 Meg LC930 ROM, exclude all 040 related routines and
|
|||
|
; Async SCSI.
|
|||
|
; <SM4> 10/8/92 PW Removed XPTAsyncEvent and SIMRegisterHAL
|
|||
|
; <SM3> 10/2/92 PN Remove ptchSystemMenu
|
|||
|
;
|
|||
|
;
|
|||
|
|
|||
|
; NEVER USE VECTOR AT OFFSET 0 OF THE TABLE !!!! Offset 0 points to the table descriptor.
|
|||
|
|
|||
|
|
|||
|
; Tables:
|
|||
|
; $2010 - miscellaneous; if it doesn't fit anywhere else it goes here
|
|||
|
; $2014 - Public /* kludge alert */
|
|||
|
; $2018 - Alias Manager
|
|||
|
; $201C - Commtoolbox
|
|||
|
; $2020 - Component Manager
|
|||
|
; $2024 - Control Manager
|
|||
|
; $2028 - Dialog Manager
|
|||
|
; $202C - Font Manager
|
|||
|
; $2030 - HFS
|
|||
|
; $2034 - Help Manager
|
|||
|
; $2038 - Icon Utils
|
|||
|
; $203C - MMU
|
|||
|
; $2040 - Memory Manager
|
|||
|
; $2044 - Menu Manager
|
|||
|
; $2048 - Munger
|
|||
|
; $204C - Notification Manager
|
|||
|
; $2050 - PPC
|
|||
|
; $2054 - Quickdraw
|
|||
|
; $2058 - Resource Manager
|
|||
|
; $205C - SCSI Manager
|
|||
|
; $2060 - Script Manager
|
|||
|
; $2064 - Segment Loader
|
|||
|
; $2068 - Shutdown Manager
|
|||
|
; $206C - Slot Manager
|
|||
|
; $2070 - Sound Manager
|
|||
|
; $2074 - Start Manager
|
|||
|
; $2078 - Text Services Manager
|
|||
|
; $207C - TextEdit
|
|||
|
; $2080 - Time Manager
|
|||
|
; $2084 - Window Mananger
|
|||
|
; $2088 - Figment Memory Manager
|
|||
|
|
|||
|
;Global Vector Table Code Dispatch Source
|
|||
|
;Identifier Macro Vector Vector Register File
|
|||
|
;------------------- ------ ------ ------ -------- ------
|
|||
|
|
|||
|
;============================== Misc. Vectors
|
|||
|
|
|||
|
JMFBDRVR vDataTable ; {sources}Drivers:Video:JMFBDriver.a
|
|||
|
JMFBDRVRSIZE vDataTable ; {sources}Drivers:Video:JMFBDriver.a
|
|||
|
JMFBPRIMARYINIT vDataTable ; {sources}Drivers:Video:JMFBPrimaryInit.a
|
|||
|
TFBDRVR vDataTable ; {sources}Drivers:Video:TFBDriver.a
|
|||
|
TFBDRVRSIZE vDataTable ; {sources}Drivers:Video:TFBDriver.a
|
|||
|
TFBPRIMARYINIT vNoVector ; {sources}Drivers:Video:TFBPrimaryInit.a
|
|||
|
ADBMANAGER vNoVector ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
COUNTADBS vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
GETINDADBTRAP vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
GETADBINFOTRAP vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
SETADBINFOTRAP vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
ADBOPTRAP vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
RUNADBREQUEST vNoVector ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
EXPLICITREQUESTDONE vNoVector ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
IMPLICITREQUESTDONE vNoVector ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
ADBREINIT vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
INITADBDRVR vIndirect $2010, $0004, A7 ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
RSETKMAP vIndirect $2010, $0008, A7 ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
SLOTBLOCKXFERCTL vIndirect $2010, $000c, A7 ; {sources}OS:HWPriv.a
|
|||
|
KEYTRANS vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
SYSBEEP vATrap A??? ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGBOOTBEEP vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGBOOTBEEP6 vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGERRORBEEP1 vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGERRORBEEP2 vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGERRORBEEP3 vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGERRORBEEP4 vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
BOOTBEEP6 vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
ERRORBEEP1 vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
ERRORBEEP2 vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
ERRORBEEP3 vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
ERRORBEEP4 vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
DOBEEP vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
BOOTSOUND vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
MARIOBOOTSOUND vDataTable ; {sources}OS:Beep:BootBeep.a
|
|||
|
CYCLONEBEEP vNoVector ; {sources}OS:Beep:CycloneBeep.a
|
|||
|
CLOCK vNoVector ; {sources}OS:Clock.a
|
|||
|
ONESECINT vNoVector ; {sources}OS:Clock.a
|
|||
|
PRAMIO vNoVector ; {sources}OS:Clock.a <SM13>
|
|||
|
READXPRAM vATrap A??? ; {sources}OS:Clock.a
|
|||
|
WRITEXPRAM vATrap A??? ; {sources}OS:Clock.a
|
|||
|
VALIDATEPRAM vNoVector ; {sources}OS:Clock.a <SM13>
|
|||
|
CRSRDEVDISPATCH vATrap ; {sources}OS:CrsrDev.a
|
|||
|
CRSRDEVHANDLEVBL vNoVector ; {sources}OS:CrsrDev.a
|
|||
|
CRSRDEVREINIT vIndirect $2010, $0010, A7 ; {sources}OS:CrsrDev.a
|
|||
|
INITCRSRDEV vNoVector ; {sources}OS:CrsrDev.a
|
|||
|
SETCRSRDELAY vIndirect $2010, $0014, A7 ; {sources}OS:CrsrDev.a
|
|||
|
VDRAWCURSOR vNoVector ; {sources}OS:CrsrDev.a
|
|||
|
VERASECURSOR vNoVector ; {sources}OS:CrsrDev.a
|
|||
|
CUDAMGR vNoVector ; {sources}OS:CudaMgr.a
|
|||
|
CUDADISPATCH vIndirect $2010, $0018, A7 ; {sources}OS:CudaMgr.a
|
|||
|
CUDACALLSHIFTREGIRQ vIndirect $2010, $001c, A7 ; {sources}OS:CudaMgr.a
|
|||
|
CUDASHIFTREGIRQ vIndirect $2010, $0020, A7 ; {sources}OS:CudaMgr.a
|
|||
|
CUDATICKHANDLER vIndirect $2010, $0024, A7 ; {sources}OS:CudaMgr.a
|
|||
|
CUDAINIT vNoVector ; {sources}OS:CudaMgr.a
|
|||
|
SENDCUDACMD vNoVector ; {sources}OS:CudaMgr.a
|
|||
|
REALABORT vIndirect $2010, $0028, A7 ; {sources}OS:CudaMgr.a
|
|||
|
IRQMISSED vIndirect $2010, $002c, A7 ; {sources}OS:CudaMgr.a
|
|||
|
DAVESRANDOMVIDEOSTUFF vIndirect $2010, $0030, A7 ; {sources}QuickDraw:CheckDevicesINIT.a
|
|||
|
DTCORE vNoVector ; {sources}OS:DeferredTaskMgr.a
|
|||
|
DTINSTALLTRAP vATrap A??? ; {sources}OS:DeferredTaskMgr.a
|
|||
|
DISPTCHTSK vDirect ???? ; {sources}OS:DeferredTaskMgr.a
|
|||
|
VDISPTCH vATrap A??? ; {sources}OS:DeferredTaskMgr.a
|
|||
|
IOCORE vNoVector ; {sources}OS:DeviceMgr.a
|
|||
|
FSIODNETBL vDataTable ; {sources}OS:DeviceMgr.a
|
|||
|
FETCH vNoVector ; {sources}OS:DeviceMgr.a
|
|||
|
STASH vNoVector ; {sources}OS:DeviceMgr.a
|
|||
|
IODONE vNoVector ; {sources}OS:DeviceMgr.a
|
|||
|
VGODRIVER vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
OPEN vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
CLOSE vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
VWAITUNTIL vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
READ vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
VSYNCWAIT vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
WRITE vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
CONTROLTRAP vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
STATUSTRAP vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
KILLIOTRAP vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
DRVRINSTALL vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
DRVRREMOVE vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
ADDDRIVETRAP vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
DSPTABLE vNoVector ; {sources}OS:DispTable.a
|
|||
|
DISPTABLE vNoVector ; {sources}OS:DispTable.a
|
|||
|
DISPATCHHELPER vATrap A??? ; {sources}OS:DispatchHelper.a
|
|||
|
DISPATCHHELPERBADSELECTOR vIndirect $2010, $0034, A7 ; {sources}OS:DispatchHelper.a
|
|||
|
PROCHELPER vATrap A??? ; {sources}OS:DispatchHelper.a
|
|||
|
DOCKINGMGR vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
DOCKINGDISPATCH vATrap A??? ; {sources}OS:DockingMgr.a
|
|||
|
INITDOCKING vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
SETUPDOCKBASES vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
DOCKINGSLEEP vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
DOCKINGWAKEUP vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
DOCKINGSLEEPDENIED vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
EGRETMGR vNoVector ; {sources}OS:EgretMgr.a
|
|||
|
InitEgretOrCuda vNoVector ; {sources}OS:EgretMgr.a
|
|||
|
EGRETDISPATCH vATrap A??? ; {sources}OS:EgretMgr.a
|
|||
|
CHECKPACKET vIndirect $2010, $0038, A7 ; {sources}OS:EgretMgr.a
|
|||
|
SHIFTREGIRQ vIndirect $2010, $003c, A7 ; {sources}OS:EgretMgr.a
|
|||
|
SETRESPONSEPARAMS vIndirect $2010, $0040, A7 ; {sources}OS:EgretMgr.a
|
|||
|
TICKHANDLER vIndirect $2010, $0044, A7 ; {sources}OS:EgretMgr.a
|
|||
|
PSEUDOCNTTABLE vDataTable ; {sources}OS:EgretMgr.a
|
|||
|
ADBCNTTABLE vDataTable ; {sources}OS:EgretMgr.a
|
|||
|
EGRETINIT vIndirect $2010, $0048, A7 ; {sources}OS:EgretMgr.a
|
|||
|
SENDEGRETCMD vNoVector ; {sources}OS:EgretMgr.a
|
|||
|
ECLIPSEPDMPATCH vIndirect $2010, $004c, A7 ; {sources}OS:EgretMgr.a
|
|||
|
KEYSWITCHHANDLER vIndirect $2010, $0050, A7 ; {sources}OS:EgretMgr.a
|
|||
|
ECLIPSEDFACPATCH vIndirect $2010, $0054, A7 ; {sources}OS:EgretMgr.a
|
|||
|
DEBUGUTILRUNKBDPATCH vIndirect $2010, $0058, A7 ; {sources}OS:EgretMgr.a
|
|||
|
CUDAEGRETCODE vDataTable ; {sources}OS:EgretMgr.a
|
|||
|
EGRETDFACANDPDM vIndirect $2010, $005c, A7 ; {sources}OS:EgretMgr.a
|
|||
|
CACHEINSTALL vIndirect $2010, $0060, A7 ; {sources}OS:HFS:Cache:DiskCache.a
|
|||
|
CHKFIRMWARE vIndirect $2010, $0064, A7 ; {sources}OS:EgretMgr.a
|
|||
|
INSTALLFPSP vIndirect $2010, $0068, A7, has040MMU ; {sources}OS:FPUEmulation:FPEmulation.a
|
|||
|
NEWGESTALTSELECTORS vIndirect $2010, $006c, A7 ; {sources}OS:Gestalt:GestaltExtensions.a
|
|||
|
GESTALTTRAP vATrap A??? ; {sources}OS:Gestalt:GestaltFunction.a
|
|||
|
newGestalt vIndirect $2010, $0070, A7 ; {sources}OS:Gestalt:GestaltLookup.c
|
|||
|
findLong vIndirect $2010, $0074, A7 ; {sources}OS:Gestalt:GestaltLookup.c
|
|||
|
HWPRIV vATrap A??? ; {sources}OS:HwPriv.a
|
|||
|
SWAPICACHE vIndirect $2010, $0078, A7 ; {sources}OS:HwPriv.a
|
|||
|
FLUSHICACHE vIndirect $2010, $007c, A7 ; {sources}OS:HwPriv.a
|
|||
|
SWAPDCACHE vIndirect $2010, $0080, A7 ; {sources}OS:HwPriv.a
|
|||
|
FLUSHDCACHE vIndirect $2010, $0084, A7 ; {sources}OS:HwPriv.a
|
|||
|
ENABLEEXTCACHE vIndirect $2010, $0088, A7 ; {sources}OS:HwPriv.a
|
|||
|
FLUSHEXTCACHE vIndirect $2010, $008c, A7 ; {sources}OS:HwPriv.a
|
|||
|
SWAPSERIALCLOCK vIndirect $2010, $0090, A7 ; {sources}OS:HwPriv.a
|
|||
|
FLUSHCRANGEFORBM vNoVector ; {sources}OS:HwPriv.a
|
|||
|
FLUSHCRANGE vIndirect $2010, $0094, A7 ; {sources}OS:HwPriv.a
|
|||
|
WAITFORSCSIDEVS vIndirect $2010, $0098, A7 ; {sources}OS:HwPriv.a
|
|||
|
MEMORYDISPATCH vNoVector ; {sources}OS:HwPriv.a
|
|||
|
HOLDMEMORYPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
UNHOLDMEMORYPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
LOCKMEMORYPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
UNLOCKMEMORYPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
LOCKMEMORYCONTIGUOUSPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
GETPHYSICALPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
CHKCONTIG vNoVector ; {sources}OS:HwPriv.a
|
|||
|
WRITEPROTECTPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
UNWRITEPROTECTPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
INITMEMORYDISPATCH vNoVector ; {sources}OS:HwPriv.a
|
|||
|
GETPAGERANGE vNoVector ; {sources}OS:HwPriv.a
|
|||
|
MMUSETWRITEPROTECT vNoVector ; {sources}OS:HwPriv.a
|
|||
|
MMUSETCACHEINHIBIT vNoVector ; {sources}OS:HwPriv.a
|
|||
|
MMUSETCACHEMODE vNoVector ; {sources}OS:HwPriv.a
|
|||
|
MMUFLUSHATC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
; UNUSED vIndirect $2010, $009C ;
|
|||
|
IOPMGR vNoVector ; {sources}OS:IOPMgr.a
|
|||
|
IOPINFOACCESS vIndirect $2010, $00a0, A7 ; {sources}OS:IOPMgr.a
|
|||
|
IOPMSGREQUEST vIndirect $2010, $00a4, A7 ; {sources}OS:IOPMgr.a
|
|||
|
IOPMOVEDATA vIndirect $2010, $00a8, A7 ; {sources}OS:IOPMgr.a
|
|||
|
IOPINTERRUPT vDirect ???? ; {sources}OS:IOPMgr.a
|
|||
|
MOVEREQHANDLER vIndirect $2010, $00ac, A7 ; {sources}OS:IOPMgr.a
|
|||
|
INITIOPMGR vNoVector ; {sources}OS:IOPMgr.a
|
|||
|
SCCIOPBYPASS vNoVector ; {sources}OS:IOPMgr.a
|
|||
|
SCCIOPHWINIT vNoVector ; {sources}OS:IOPMgr.a
|
|||
|
CLKNOMEM vATrap A??? ; {sources}OS:IOPrimitives:ClockPRAMPrimitives.a
|
|||
|
OPENSLOTS vIndirect $2010, $00b0, A7 ; {sources}OS:StartMgr:StartBoot.a
|
|||
|
INTHND vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LEVEL6INT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LEVEL5INT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LEVEL4SCCIOPINT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LEVEL4SCCINT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LEVEL3INT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
SCCDECODE vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
POWERSWITCHINT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
POWEROFF vATrap A??? ; {sources}OS:InterruptHandlers.a
|
|||
|
EGRETPOWEROFF vIndirect $2010, $00b4, A7 ; {sources}OS:InterruptHandlers.a
|
|||
|
INITINTHANDLER vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LVL1RTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
DISABLEINTSOURCES vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLE60HZINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLEONESECINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
STARTEGRET1SECIRQ vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLESLOTINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLESWIMIOPINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLESOUNDINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
DISABLESOUNDINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
CLEARSOUNDINT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLESCSIINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
DISABLESCSIINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
CLEARSCSIINT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
DEBUGUTIL vATrap A??? ; {sources}OS:InterruptHandlers.a
|
|||
|
EVENTS vNoVector ; {sources}OS:OSEventMgr.a
|
|||
|
POSTEVENTTRAP vATrap A??? ; {sources}OS:OSEventMgr.a
|
|||
|
OSEVENTAVAILTRAP vATrap A??? ; {sources}OS:OSEventMgr.a
|
|||
|
GETOSEVENTTRAP vATrap A??? ; {sources}OS:OSEventMgr.a
|
|||
|
FLUSHEVENTS vATrap A??? ; {sources}OS:OSEventMgr.a
|
|||
|
POWERMNGR vNoVector ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
INITPMGRVARS vNoVector ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
PMGRINT vNoVector ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
POWERDISPATCH vATrap A??? ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
PMGROP vATrap A??? ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
IDLEMIND vNoVector ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
GOTOSLEEP vATrap A??? ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
WAKEUP vNoVector ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
SETSUPERVISORMODE vIndirect $2010, $00b8, A7, hasPwrControls ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
DISPATCHER vNoVector ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
GETTRAPADDRESSTRAP vATrap A??? ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
SETTRAPADDRESSTRAP vATrap A??? ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
CACHEFLUSH vDirect ???? ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
VCACHEFLUSH vDirect ???? ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
INITDISPATCHER vNoVector ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
BADTRAP vIndirect $2010, $00bc, A7 ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
TRAPADDRESSBITS vIndirect $2010, $00c0, A7 ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
UNIVERSAL vNoVector ; {sources}OS:Universal.a
|
|||
|
JUMPINTOROM vNoVector ; {sources}OS:Universal.a
|
|||
|
INITVIAS vNoVector ; {sources}OS:Universal.a
|
|||
|
GETHARDWAREINFO vNoVector ; {sources}OS:Universal.a
|
|||
|
GETEXTHARDWAREINFO vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORGLUE vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORMDU vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFOROSSFMC vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORVISADECODER vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORORWELL vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORJAWS vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORNIAGRA vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORUNKNOWN vNoVector ; {sources}OS:Universal.a
|
|||
|
CPUIDPRODUCTLOOKUP vNoVector ; {sources}OS:UniversalTables.a
|
|||
|
PRODUCTLOOKUP vNoVector ; {sources}OS:UniversalTables.a
|
|||
|
DECODERLOOKUP vNoVector ; {sources}OS:UniversalTables.a
|
|||
|
NONVMDEFERUSERFN vATrap A??? ; {sources}OS:VMPatches.a
|
|||
|
VBLCORE vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
VINSTALL vATrap A??? ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
VREMOVE vATrap A??? ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
PSEUDOVBLINT vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
VBLINT vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
SLOTVINSTALL vATrap A??? ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
SLOTVREMOVE vATrap A??? ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
ATTACHVBL vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
DOVBLTASK vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
INITVBLQS vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
INITWALLYWORLD vNoVector ; {sources}OS:WallyWorld.a
|
|||
|
QSTUFF vNoVector ; {sources}OS:queue.a
|
|||
|
ENQUEUETRAP vATrap ; {sources}OS:queue.a
|
|||
|
DEQUEUETRAP vATrap ; {sources}OS:queue.a
|
|||
|
INITQUEUE vIndirect $2010, $00c4, A7 ; {sources}OS:queue.a
|
|||
|
SYSUTIL vNoVector ; {sources}OS:sysUtil.a
|
|||
|
ASYNCPATCH vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
READPARAM vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
WRITEPARAMTRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
READDATETIMETRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
SETDATETIMETRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
DELAYTRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
UPRSTRINGTRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
CMPSTRING vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
RELSTRINGTRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
INITUTIL vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
PRAMINIT vNoVector ; {sources}OS:sysUtil.a
|
|||
|
PRAMINITTBL vNoVector ; {sources}OS:sysUtil.a
|
|||
|
READTIME vNoVector ; {sources}OS:sysUtil.a
|
|||
|
SYSENVIRONSTRAP vAtrap A??? ; {sources}OS:sysUtil.a
|
|||
|
INITRELIABILITY vNoVector ; {sources}OS:sysUtil.a
|
|||
|
RELTIMETASK vNoVector ; {sources}OS:sysUtil.a
|
|||
|
; UNUSED vATrap A??? ; {sources}Patches:MiscPatches.a
|
|||
|
INITAPP vIndirect $2010, $00c8, A7 ; {sources}Patches:MiscPatches.a
|
|||
|
CLEANUPAPP vATrap A??? ; {sources}Patches:MiscPatches.a
|
|||
|
MISCPATCHESINSTALL vIndirect $2010, $00cc, A7 ; {sources}Patches:MiscPatches.a
|
|||
|
|
|||
|
PACK8 vATrap A??? ; {sources}Toolbox:AppleEventMgr:AEPackEntry.a
|
|||
|
|
|||
|
PACK13 vATrap A??? ; {sources}Toolbox:DataAccessMgr:DataAccessPackEntry.a
|
|||
|
PACK11 vATrap A??? ; {sources}Toolbox:DataPubsMgr:dpPackEntry.a
|
|||
|
DESKMGR vIndirect $2010, $00d4, A7 ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
SYSTEMEVENT vATrap ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
SYSTEMCLICK vATrap ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
SYSTEMTASK vATrap A??? ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
SYSTEMMENU vATrap A??? ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
SYSTEMEDIT vATrap A??? ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
OPENDESKACC vATrap ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
CLOSEDESKACC vATrap A??? ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
GMGR vNoVector ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETPATTERN vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETCURSOR vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETSTRING vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETICON vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETPICTURE vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETNEWCWINDOW vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETNEWWINDOW vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETNEWCONTROL vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETMENU vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETNEWMBAR vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETMGREND vNoVector ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
INSTALLPRIVTRAP vIndirect $2010, $00d8, A7, has040MMU ; {sources}Toolbox:InSANE:FPPrivTrap.a
|
|||
|
PRIVTRAP881 vIndirect $2010, $00dc, A7, has040MMU ; {sources}Toolbox:InSANE:FPPrivTrap.a
|
|||
|
PRIVTRAP040 vIndirect $2010, $00e0, A7, has040MMU ; {sources}Toolbox:InSANE:FPPrivTrap.a
|
|||
|
PACKDISPATCHER vIndirect $2010, $00e4, A7 ; {sources}Toolbox:PackageMgr.a
|
|||
|
INITPACK vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
INITALLPACKS vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK0 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK1 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK2 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK3 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK6 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK7 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK10 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK12 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK14 vATrap ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACKMGREND vNoVector ; {sources}Toolbox:PackageMgr.a
|
|||
|
PRGLUE vATrap A??? ; {sources}Toolbox:Printing:PrintGlue.a
|
|||
|
SCRAPMGR vNoVector ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
INFOSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
UNLOADSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
LOADSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
ZEROSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
GETSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
PUTSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
SEXYDATE vIndirect $2010, $00e8, A7 ; {sources}Toolbox:sexydate.a
|
|||
|
SECS2DATE vATrap A??? ; {sources}Toolbox:sexydate.a
|
|||
|
DATE2SECS vATrap A??? ; {sources}Toolbox:sexydate.a
|
|||
|
EMT1010 vDirect ???? ; {sources}Objects:ROM:Dispatch.a.o
|
|||
|
BASEOFROM vDataTable ; {sources}Objects:ROM:StartTop.a.o
|
|||
|
; UNUSED vIndirect $2010, $00ec, A7 ; {sources}
|
|||
|
|
|||
|
;============================== End Misc. Vectors
|
|||
|
|
|||
|
;============================== Public Vectors
|
|||
|
|
|||
|
PICKWDCB vIndirect $2014, $002C, A7 ; {sources}OS:HFS:TFSVol.a ### PC Exchange uses this offset !
|
|||
|
|
|||
|
;============================== End Public Vectors
|
|||
|
|
|||
|
;============================== Alias Manager Vectors
|
|||
|
|
|||
|
ALIASMGRINSTALL vIndirect $2018, $0004, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
ALIAS vATrap A??? ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
gestaltAliasMgr vIndirect $2018, $0008, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
GETEXPORTEDFOLDERINFO vIndirect $2018, $000c, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
GETVOLMOUNTINFOSIZE vIndirect $2018, $0010, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
GETVOLMOUNTINFO vIndirect $2018, $0014, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
VOLUMEMOUNT vIndirect $2018, $0018, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
InitFolderManager vIndirect $2018, $001c, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
gestaltFolderMgr vIndirect $2018, $0020, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
FindFolder vIndirect $2018, $0024, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
GetFolderName vIndirect $2018, $0028, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
FindFolderInternal vIndirect $2018, $002c, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
EnterFolderInCache vIndirect $2018, $0030, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
FindFolderInCache vIndirect $2018, $0034, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
FindEntryInCache vIndirect $2018, $0038, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
FindSpecialCacheEntry vIndirect $2018, $003c, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
AddSpecialCacheEntry vIndirect $2018, $0040, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
ReleaseFolder vIndirect $2018, $0044, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
CleanOutFolder vIndirect $2018, $0048, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
SharedTrashCode vIndirect $2018, $004c, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
GetNetTrashID vIndirect $2018, $0050, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
GetTrashMapRefnum vIndirect $2018, $0054, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
GetTrashCanID vIndirect $2018, $0058, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
SETARROWCURSOR vIndirect $2018, $005c, A7 ; {sources}Toolbox:AliasMgr:alDlogUtil.a
|
|||
|
AL_NEWALIAS vIndirect $2018, $0060, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_NEWALIASMINIMAL vIndirect $2018, $0064, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_NEWALIASMINIMALFROMFULLPATH vIndirect $2018, $0068, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_RESOLVEALIAS vIndirect $2018, $006c, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_isItSelf vIndirect $2018, $0070, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_MATCHALIAS vIndirect $2018, $0074, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_CANONIFYFILE vIndirect $2018, $0078, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_UPDATEALIAS vIndirect $2018, $007c, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_GETALIASINFO vIndirect $2018, $0080, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_FOLLOWFINDERALIAS vIndirect $2018, $0084, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_RESOLVEALIASFILE vIndirect $2018, $0088, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_ALIASVOLUMEMOUNT vIndirect $2018, $008c, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_FILLALIAS vIndirect $2018, $0090, A1 ; {sources}Toolbox:AliasMgr:alFill.c
|
|||
|
ALI_FINDVOLBYNAME vIndirect $2018, $0094, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_FINDVOLBYVREFNUM vIndirect $2018, $0098, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findVolume vIndirect $2018, $009c, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
ALI_FINDDIRBYID vIndirect $2018, $00a0, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
ALI_FINDBYNAME vIndirect $2018, $00a4, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
ALI_FINDFILEBYID vIndirect $2018, $00a8, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findByID vIndirect $2018, $00ac, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
ALI_FINDFILEBYNUM vIndirect $2018, $00b0, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findByAbsPath vIndirect $2018, $00b4, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findByAbsPathOnOtherVolume vIndirect $2018, $00b8, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findByAbsPathToRoot vIndirect $2018, $00bc, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findByRelPath vIndirect $2018, $00c0, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
ALI_ISFULLPATH vIndirect $2018, $00c4, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETVOLNAME vIndirect $2018, $00c8, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_GETFILENAME vIndirect $2018, $00cc, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_STRIPFILENAME vIndirect $2018, $00d0, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_COPYPSTRING vIndirect $2018, $00d4, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_APPENDPSTRING vIndirect $2018, $00d8, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_FSEQUALSTRING vIndirect $2018, $00dc, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_FSEQUALSTRINGBYLENGTH vIndirect $2018, $00e0, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_BLOCKINIT vIndirect $2018, $00e4, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_BLOCKCOMPARE vIndirect $2018, $00e8, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_DISPLAYALERT vIndirect $2018, $00ec, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETCATINFO vIndirect $2018, $00f0, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_validateHandle vIndirect $2018, $00f4, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETVARPTR vIndirect $2018, $00f8, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_ADDVARENTRY vIndirect $2018, $00fc, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETDRIVEINFO vIndirect $2018, $0100, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETDRIVERNAME vIndirect $2018, $0104, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_isAFPmedia vIndirect $2018, $0108, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_getVolType vIndirect $2018, $010c, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_getAFPinfo vIndirect $2018, $0110, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GetMyZonePhs2 vIndirect $2018, $0114, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GetMyServer vIndirect $2018, $0118, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_changeToAuxInfo vIndirect $2018, $011c, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETVOLMOUNTINFO vIndirect $2018, $0120, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_fixedCreationDate vIndirect $2018, $0124, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_checkIfMounted vIndirect $2018, $0128, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_mountForeign vIndirect $2018, $012c, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_isItAFloppy vIndirect $2018, $0130, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_mountVolume vIndirect $2018, $0134, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
|
|||
|
;============================== End Alias Manager Vectors
|
|||
|
|
|||
|
;============================== Commtoolbox Vectors
|
|||
|
|
|||
|
MyGetString vIndirect $201C, $0004, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CRMBuiltInSerial.c
|
|||
|
REGISTERBUILTINPORTS vIndirect $201C, $0008, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CRMBuiltInSerial.c
|
|||
|
COMMTOOLBOXDISPATCHER vATrap A??? ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxDispatcher.a
|
|||
|
SETUPGLOBALS vIndirect $201C, $000c, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
SETUPGESTALT vIndirect $201C, $0010, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETCTBVERSION vIndirect $201C, $0014, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETCMATTR vIndirect $201C, $0018, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETFTATTR vIndirect $201C, $001c, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETTMATTR vIndirect $201C, $0020, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETCRMATTR vIndirect $201C, $0024, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETDITLATTR vIndirect $201C, $0028, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETPOPUPATTR vIndirect $201C, $002c, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETSTDNBPATTR vIndirect $201C, $0030, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
CLEANUPCOMMTOOLBOX vIndirect $201C, $0034, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.c
|
|||
|
TRACKMANAGERS vIndirect $201C, $0038, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.c
|
|||
|
FindApp vIndirect $201C, $003c, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.c
|
|||
|
AddApp vIndirect $201C, $0040, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.c
|
|||
|
RemoveApp vIndirect $201C, $0044, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.c
|
|||
|
|
|||
|
;============================== End Commtoolbox Vectors
|
|||
|
|
|||
|
;============================== Component Manager Vectors
|
|||
|
|
|||
|
;COMPONENTMGRINSTALL vIndirect $2020, $0004, A7 ; {sources}Toolbox:ComponentMgr:ComponentExtensions.a
|
|||
|
GESTALTCOMPONENTMGRVERSION vIndirect $2020, $0008, A7 ; {sources}Toolbox:ComponentMgr:ComponentExtensions.a
|
|||
|
_FSSpecFromResource vIndirect $2020, $000c, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
FSSpecEqual vIndirect $2020, $0010, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
AddComponentFSSpec vIndirect $2020, $0014, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
GrowRTFileTable vIndirect $2020, $0018, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
AddComponentResFile vIndirect $2020, $001c, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
RemoveComponentResFile vIndirect $2020, $0020, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
__INITCOMPONENTMANAGER vIndirect $2020, $0024, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__COMPONENTMANAGERVERSION vIndirect $2020, $0028, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GROWREGISTEREDCOMPONENTTABLE vIndirect $2020, $002c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GROWREGISTEREDCOMPONENTINSTANCETABLE vIndirect $2020, $0030, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTLISTMODSEED vIndirect $2020, $0034, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
RegisteredComponentPointerToComponentID vIndirect $2020, $0038, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
;ComponentIDtoRegisteredComponentPointer vIndirect $2020, $003c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
FindMatchingComponent vIndirect $2020, $0040, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__COUNTCOMPONENTS vIndirect $2020, $0044, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
COUNTSAME vIndirect $2020, $0048, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
FindPreviousMatchingComponent vIndirect $2020, $004c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__REGISTERCOMPONENT vIndirect $2020, $0050, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__REGISTERCOMPONENTRESOURCE vIndirect $2020, $0054, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__REGISTERCOMPONENTRESOURCEFILE vIndirect $2020, $0058, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__VALIDCOMPONENTINSTANCE vIndirect $2020, $005c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__VALIDCOMPONENT vIndirect $2020, $0060, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
RemoveRTFromList vIndirect $2020, $0064, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__UNREGISTERCOMPONENT vIndirect $2020, $0068, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__SETDEFAULTCOMPONENT vIndirect $2020, $006c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__CAPTURECOMPONENT vIndirect $2020, $0070, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__UNCAPTURECOMPONENT vIndirect $2020, $0074, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__OPENCOMPONENTRESFILE vIndirect $2020, $0078, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__CLOSECOMPONENTRESFILE vIndirect $2020, $007c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
ComponentInstancePointerToComponentInstanceID vIndirect $2020, $0080, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
FindNextComponentInstance vIndirect $2020, $0084, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__COUNTCOMPONENTINSTANCES vIndirect $2020, $0088, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
CLONECOMPONENT vIndirect $2020, $008c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__LOADCOMPONENT vIndirect $2020, $0090, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__UNLOADCOMPONENT vIndirect $2020, $0094, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__DESTROYCOMPONENT vIndirect $2020, $0098, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
KillHeapComponentInstances vIndirect $2020, $009c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
KillHeapComponents vIndirect $2020, $00a0, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__CLEANUPAPPLICATIONCOMPONENTS vIndirect $2020, $00a4, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__FINDNEXTCOMPONENT vIndirect $2020, $00a8, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
HandToXHand vIndirect $2020, $00ac, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTINFO vIndirect $2020, $00b0, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTREFCON vIndirect $2020, $00b4, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__SETCOMPONENTREFCON vIndirect $2020, $00b8, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTINSTANCEERROR vIndirect $2020, $00bc, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__SETCOMPONENTINSTANCEERROR vIndirect $2020, $00c0, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTINSTANCESTORAGE vIndirect $2020, $00c4, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__SETCOMPONENTINSTANCESTORAGE vIndirect $2020, $00c8, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTINSTANCEA5 vIndirect $2020, $00cc, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__SETCOMPONENTINSTANCEA5 vIndirect $2020, $00d0, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__OPENCOMPONENT vIndirect $2020, $00d4, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__CLOSECOMPONENT vIndirect $2020, $00d8, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__OPENDEFAULTCOMPONENT vIndirect $2020, $00dc, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__CALLCOMPONENT vIndirect $2020, $00e0, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
REGISTERCOMPONENTROMRESOURCE vIndirect $2020, $00e4, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__REGISTERROMCOMPONENTS vIndirect $2020, $00e8, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__MAINCOMPONENT vATrap A??? ; {sources}Toolbox:ComponentMgr:ThingManagerDisp.a
|
|||
|
COMPONENTBUMMER vIndirect $2020, $00ec, A7 ; {sources}Toolbox:ComponentMgr:ThingManagerDisp.a
|
|||
|
TestFile vIndirect $2020, $00f0, A7 ; {sources}Toolbox:ComponentMgr:ThingSearch.c
|
|||
|
__COMPONENTSEARCH vIndirect $2020, $00f4, A7 ; {sources}Toolbox:ComponentMgr:ThingSearch.c
|
|||
|
|
|||
|
;============================== End Component Manager Vectors
|
|||
|
|
|||
|
;============================== Control Manager Vectors
|
|||
|
|
|||
|
CMGR vIndirect $2024, $0004, A7 ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
NEWCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCVARIANT vATrap ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
DISPOSECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
KILLCONTROLS vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
DRAWONECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SHOWCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
HIDECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
MOVECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCREFCON vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCREFCON vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCTLACTION vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCTLACTION vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SIZECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
HILITECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCTITLE vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCTITLE vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCTLVALUE vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCTLMIN vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCTLMAX vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCTLVALUE vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCTLMIN vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCTLMAX vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
TESTCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
DRAGCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
TRACKCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
UPDTCONTROLS vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
DRAWCONTROLS vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
FINDCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
INITSCROLLSPEEDGLOBALS vIndirect $2024, $0008, A7 ; {sources}Toolbox:ControlMgr:ControlMgrExtensions.a
|
|||
|
__USERDELAY vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgrExtensions.a
|
|||
|
SCROLLDELAY vNoVector ; {sources}Toolbox:ControlMgr:ControlMgrExtensions.a
|
|||
|
|
|||
|
;============================== End Control Manager Vectors
|
|||
|
|
|||
|
;============================== Dialog Manager Vectors
|
|||
|
|
|||
|
DIALOGMGRDISPATCH vATrap A??? ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGRPUSHMENUSTATE vIndirect $2028, $0004, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGRPOPMENUSTATE vIndirect $2028, $0008, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGRCITATIONSCH vIndirect $2028, $000c, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGRCITATIONSSH vIndirect $2028, $0010, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGRCITE4 vIndirect $2028, $0014, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
GETFRONTWINDOWMODALCLASS vIndirect $2028, $0018, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
GETWINDOWMODALCLASS vIndirect $2028, $001c, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
GETSTDFILTERPROC vIndirect $2028, $0020, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
SETDIALOGDEFAULTITEM vIndirect $2028, $0024, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
SETDIALOGCANCELITEM vIndirect $2028, $0028, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
SETDIALOGTRACKSCURSOR vIndirect $2028, $002c, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
STDFILTER vIndirect $2028, $0030, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
ISUSERCANCELEVENT vIndirect $2028, $0034, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
GETNEXTUSERCANCELEVENT vIndirect $2028, $0038, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGR vNoVector ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
INITDIALOGS vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
STOPALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
NOTEALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
CAUTIONALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
ALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
GETNEWDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
NEWCDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
NEWDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
CLAIMEVENT vIndirect $2028, $003c, A7 ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
ISDIALOGEVENT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
DIALOGSELECT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
MODALDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
DRAWDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
UPDTDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
CLOSEDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
DISPOSDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
COULDDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
COULDALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
FREEDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
FREEALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
PARAMTEXT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
ERRORSOUND vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
GETDITEM vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
SETDITEM vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
GETITEXT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
SETITEXT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
SELITEXT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
HIDEDITEM vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
SHOWDITEM vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
FINDDITEM vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
FRAMEOUT vIndirect $2028, $0040, A7 ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
DMGREND vNoVector ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
NOTOWNACTIVATOR vIndirect $2028, $0044, A7 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.a
|
|||
|
FAKEUPEVENT vIndirect $2028, $0048, A7 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.a
|
|||
|
DSEDIT vIndirect $2028, $004c, A7 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.a
|
|||
|
REPLACECITATIONS vIndirect $2028, $0050, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
DEPTHFIRSTSUBSTITUTION vIndirect $2028, $0054, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
DODFS vIndirect $2028, $0058, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
__CITATIONSCH vIndirect $2028, $005c, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
__CITATIONSSH vIndirect $2028, $0060, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
__CITE4 vIndirect $2028, $0064, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
MODALDIALOGMENUSETUP vATrap A??? ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
MDJGNEFILTER vIndirect $2028, $0068, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
INITDIALOGMGRGLOBALS vIndirect $2028, $006c, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
SETANALYZEDWINDOWSTATE vIndirect $2028, $0070, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
GETANALYZEDWINDOWSTATE vIndirect $2028, $0074, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
SETANALYZEDWINDOW vIndirect $2028, $0078, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
GETANALYZEDWINDOW vIndirect $2028, $007c, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
SETSAVEDMENUSTATE vIndirect $2028, $0080, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
GETSAVEDMENUSTATE vIndirect $2028, $0084, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
PUSHMENUSTATE vIndirect $2028, $0088, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
POPMENUSTATE vIndirect $2028, $008c, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
GetMenuList vIndirect $2028, $0090, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
GetNextMenu vIndirect $2028, $0094, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
MenuBarEmpty vIndirect $2028, $0098, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
SaveMenusEnableState vIndirect $2028, $009c, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
RESTOREMENUSENABLESTATE vIndirect $2028, $00a0, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
DisableAppMenus vIndirect $2028, $00a4, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
ThereIsAnActiveEditTextFieldInThisWindow vIndirect $2028, $00a8, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
SETSAVEMENUSENABLESTATE vIndirect $2028, $00ac, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
EnableTheEditMenu vIndirect $2028, $00b0, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
FindMenuByTitle vIndirect $2028, $00b4, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
ACTIVEWINDOWNEEDSHELP vIndirect $2028, $00b8, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
FILTEREVENT vIndirect $2028, $00bc, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
GetMenuFlags vIndirect $2028, $00c0, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
FindAppleMenu vIndirect $2028, $00c4, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
PtInMenuBar vIndirect $2028, $00c8, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
IsThisASystemMenu vIndirect $2028, $00cc, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
IsModal vIndirect $2028, $00d0, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
|
|||
|
;============================== End Dialog Manager Vectors
|
|||
|
|
|||
|
;============================== Font Manager Vectors
|
|||
|
|
|||
|
SPLINECALL vATrap A??? ; {sources}Toolbox:FontMgr:BassExtensions.a
|
|||
|
MultiFinderExist vIndirect $202C, $0004, A7 ; {sources}Toolbox:FontMgr:Bass_Allocate.a
|
|||
|
FontNewTempHandle vNoVector ; {sources}Toolbox:FontMgr:Bass_Allocate.a
|
|||
|
CtempBufHand vIndirect $202C, $0008, A7 ; {sources}Toolbox:FontMgr:Bass_Allocate.a
|
|||
|
GETSTYLEBUFHAND vIndirect $202C, $000c, A7 ; {sources}Toolbox:FontMgr:Bass_Allocate.a
|
|||
|
sb_DisposeZoneHandle vIndirect $202C, $0010, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_SetCachesNoPurge vIndirect $202C, $0014, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_SetCachesPurge vIndirect $202C, $0018, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_MultiFinderHandle vIndirect $202C, $001c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GetSysHandleZone vIndirect $202C, $0020, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GetAppHandleZone vIndirect $202C, $0024, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GrowAppHandle vIndirect $202C, $0028, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_NewZoneHandle vIndirect $202C, $002c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GrowHandle vIndirect $202C, $0030, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_SizeTheBlock vIndirect $202C, $0034, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_DisposeCacheHandle vIndirect $202C, $0038, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_DisposeWorkHandle vIndirect $202C, $003c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_SizeWorkHandle vIndirect $202C, $0040, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_BandChar vIndirect $202C, $0044, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_ResetFSWorkState vIndirect $202C, $0048, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_CheckWorkHandle vIndirect $202C, $004c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
IntrinsicStyle vIndirect $202C, $0050, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_ShrinkCacheToMin vIndirect $202C, $0054, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_ResetHeapState vIndirect $202C, $0058, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_FLUSHFONTS vIndirect $202C, $005c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_KILLSOMECACHES vIndirect $202C, $0060, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_CacheSFNTMatch vNoVector ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_LoadNewCache vIndirect $202C, $0064, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_SEARCHFORCACHE vIndirect $202C, $0068, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_SFNTMATCHSIZE vIndirect $202C, $006c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
AppendSplineDirectoryToWidthTable vIndirect $202C, $0070, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_FILLWIDTHTAB vIndirect $202C, $0074, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_FILLPRINTERWIDTHS vIndirect $202C, $0078, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_PREFLIGHTFONTMEM vIndirect $202C, $007c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_RenderMemShrink vIndirect $202C, $0080, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_RoomForHead vIndirect $202C, $0084, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_RangeCheck vIndirect $202C, $0088, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_SquishFailAdjust vIndirect $202C, $008c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GrowForGlyphData vIndirect $202C, $0090, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GrowWork6and7 vIndirect $202C, $0094, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GetMemForBits vIndirect $202C, $0098, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_DoTheBits vIndirect $202C, $009c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_CHECKCACHE vIndirect $202C, $00a0, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_RETRIEVEGLYPH vIndirect $202C, $00a4, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
GetCacheExpansionInformation vIndirect $202C, $00a8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
MarkMapDirty vIndirect $202C, $00ac, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
PurgeDiskCaches vIndirect $202C, $00b0, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
AllocateLockedBufferForCompression vIndirect $202C, $00b4, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
DisposeOfCompressionBuffer vIndirect $202C, $00b8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
MoveFileDataDown vIndirect $202C, $00bc, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
CompressDiskCacheFile vIndirect $202C, $00c0, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
MakeSpaceInDiskCache vIndirect $202C, $00c4, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
WriteDiskCache vIndirect $202C, $00c8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
AddDiskCache vIndirect $202C, $00cc, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
FindCacheInCacheList vIndirect $202C, $00d0, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
DISKCACHEPURGEPROCEDURE vIndirect $202C, $00d4, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
LoadFontCacheFromDisk vIndirect $202C, $00d8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
DumpFontCacheToDiskIfNotTooBig vIndirect $202C, $00dc, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
DumpFontCacheToDisk vIndirect $202C, $00e0, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
CheckForMaximumDiskCacheSize vIndirect $202C, $00e4, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
FindFirstFreeCache vIndirect $202C, $00e8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
InsertDiskCacheIntoOffsetList vIndirect $202C, $00ec, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
InsertDiskCacheIntoDateList vIndirect $202C, $00f0, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
InsertDiskCache vIndirect $202C, $00f4, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
RemoveDiskCacheFromOffsetList vIndirect $202C, $00f8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
RemoveDiskCacheFromDateList vIndirect $202C, $00fc, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
RemoveDiskCache vIndirect $202C, $0100, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
DumpDiskCacheMap vIndirect $202C, $0104, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
MapFontNameToFontNumber vIndirect $202C, $0108, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
FontNameIndexToFontName vIndirect $202C, $010c, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
FontNameToFontNameIndex vIndirect $202C, $0110, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
CompareDiskCacheEntry vIndirect $202C, $0114, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
SearchForDiskCache vIndirect $202C, $0118, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
SearchForDiskCacheUsingWidthTable vIndirect $202C, $011c, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
SearchForDiskCacheUsingCache vIndirect $202C, $0120, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
AllocateEntrySpaceInCurrentCache vIndirect $202C, $0124, A1 ; {sources}Toolbox:FontMgr:DoubleByteBassCache.c
|
|||
|
AddLowByteGlyphOffsetTable vIndirect $202C, $0128, A1 ; {sources}Toolbox:FontMgr:DoubleByteBassCache.c
|
|||
|
GetSingleOrDoubleByteGlyphEntryOffset vIndirect $202C, $012c, A1 ; {sources}Toolbox:FontMgr:DoubleByteBassCache.c
|
|||
|
GETENCODINGMAP vIndirect $202C, $0130, A7 ; {sources}Toolbox:FontMgr:DoubleByteSupport.a
|
|||
|
GETENCODINGTABLE vIndirect $202C, $0134, A7 ; {sources}Toolbox:FontMgr:DoubleByteSupport.a
|
|||
|
fsg_KeySize vIndirect $202C, $0138, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_InterPreterDataSize vIndirect $202C, $013c, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_ScanDataSize vIndirect $202C, $0140, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_PrivateFontSpaceSize vIndirect $202C, $0144, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_WorkSpaceSetOffsets vIndirect $202C, $0148, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_Dot6XYMul vIndirect $202C, $014c, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_FixXYMul vIndirect $202C, $0150, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_MxConcat2x2 vIndirect $202C, $0154, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_MxScaleAB vIndirect $202C, $0158, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_ReduceMatrix vIndirect $202C, $015c, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_InitInterpreterTrans vIndirect $202C, $0160, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_SetUpElement vIndirect $202C, $0164, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_IncrementElement vIndirect $202C, $0168, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_RunFontProgram vIndirect $202C, $016c, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_SetDefaults vIndirect $202C, $0170, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_NewTransformation vIndirect $202C, $0174, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_InnerGridFit vIndirect $202C, $0178, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_GridFit vIndirect $202C, $017c, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
ADDFONTSTOCHAIN vIndirect $202C, $0180, A7 ; {sources}Toolbox:FontMgr:FontFolderExtension.a
|
|||
|
ShortMulDiv vIndirect $202C, $0184, A7 ; {sources}Toolbox:FontMgr:FontMath.a
|
|||
|
ShortFracMul vIndirect $202C, $0188, A7 ; {sources}Toolbox:FontMgr:FontMath.a
|
|||
|
LongMulDiv vIndirect $202C, $018c, A7 ; {sources}Toolbox:FontMgr:FontMath.c
|
|||
|
ShortFracDot vIndirect $202C, $0190, A7 ; {sources}Toolbox:FontMgr:FontMath.c
|
|||
|
Mul26Dot6 vIndirect $202C, $0194, A7 ; {sources}Toolbox:FontMgr:FontMath.c
|
|||
|
Div26Dot6 vIndirect $202C, $0198, A7 ; {sources}Toolbox:FontMgr:FontMath.c
|
|||
|
FONTMANAGER vIndirect $202C, $019c, A7 ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
INITFONTS vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
FMSWAPFONT vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
FPOINTONE vDataTable ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
GETFONTNAME vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
REALFONT vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
GETFNUM vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
SETFONTLOCK vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
SETFSCALEDISABLE vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
SETFRACTENABLE vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
FONTMETRICS vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
FMGREND vDataTable ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
dummyReleaseSfntFrag vIndirect $202C, $01a0, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
fs_SetUpKey vIndirect $202C, $01a4, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_OPENFONTS vIndirect $202C, $01a8, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_INITIALIZE vIndirect $202C, $01ac, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_NEWSFNT vIndirect $202C, $01b0, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_NEWTRANSFORMATION vIndirect $202C, $01b4, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_NEWGLYPH vIndirect $202C, $01b8, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_GETADVANCEWIDTH vIndirect $202C, $01bc, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_CONTOURNOGRIDFIT vIndirect $202C, $01c0, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_CONTOURGRIDFIT vIndirect $202C, $01c4, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_FINDBITMAPSIZE vIndirect $202C, $01c8, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_SIZEOFOUTLINES vIndirect $202C, $01cc, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_SAVEOUTLINES vIndirect $202C, $01d0, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_RESTOREOUTLINES vIndirect $202C, $01d4, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_CONTOURSCAN vIndirect $202C, $01d8, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_CLOSEFONTS vIndirect $202C, $01dc, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
AssertHandle vIndirect $202C, $01e0, A1 ; {sources}Toolbox:FontMgr:Library:Source:Assertion.c
|
|||
|
ComparePascalString vIndirect $202C, $01e4, A1 ; {sources}Toolbox:FontMgr:Library:Source:StringUtility.c
|
|||
|
SwapZone vIndirect $202C, $01e8, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
NewZoneHandle vIndirect $202C, $01ec, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
DisposeZoneHandle vIndirect $202C, $01f0, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
SetZoneHandleSize vIndirect $202C, $01f4, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
LockZoneHandle vIndirect $202C, $01f8, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
UnlockZoneHandle vIndirect $202C, $01fc, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
fs_FillWidthTable vIndirect $202C, $0200, A1 ; {sources}Toolbox:FontMgr:MacExtra.c
|
|||
|
fs_FillLayoutInfo vIndirect $202C, $0204, A1 ; {sources}Toolbox:FontMgr:MacExtra.c
|
|||
|
FS_LOWESTPPEM vIndirect $202C, $0208, A1 ; {sources}Toolbox:FontMgr:MacExtra.c
|
|||
|
MapString0 vIndirect $202C, $020c, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
MapString2 vIndirect $202C, $0210, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
MapString4_8 vIndirect $202C, $0214, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
MapString4_16 vIndirect $202C, $0218, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
MapString6_8 vIndirect $202C, $021c, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
MapString6_16 vIndirect $202C, $0220, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
OUTLINEMETRICS vIndirect $202C, $0224, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
SETOUTLINEPREFERRED vIndirect $202C, $0228, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
GETOUTLINEPREFERRED vIndirect $202C, $022c, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
ISOUTLINE vIndirect $202C, $0230, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
SETPRESERVEGLYPH vIndirect $202C, $0234, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
GETPRESERVEGLYPH vIndirect $202C, $0238, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
AddFragmentToFragmentTable vIndirect $202C, $023c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
RemoveFragmentFromFragmentTable vIndirect $202C, $0240, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
LockFragment vIndirect $202C, $0244, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
UnlockFragment vIndirect $202C, $0248, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
ComputeFragmentCacheLength vIndirect $202C, $024c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
CreateFragment vIndirect $202C, $0250, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
ExpandFragment vIndirect $202C, $0254, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
ExpandAndLockFragment vIndirect $202C, $0258, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
FindFragment vIndirect $202C, $025c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
FindOrCreateFragment vIndirect $202C, $0260, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
FindFragmentHandle vIndirect $202C, $0264, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
FindFragmentTable vIndirect $202C, $0268, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:FragmentTable.c
|
|||
|
CreateFragmentTable vIndirect $202C, $026c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:FragmentTable.c
|
|||
|
AddFragmentTableToCache vIndirect $202C, $0270, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:FragmentTable.c
|
|||
|
RemoveFragmentTableFromCache vIndirect $202C, $0274, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:FragmentTable.c
|
|||
|
SetCurrentFragmentTable vIndirect $202C, $0278, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:FragmentTable.c
|
|||
|
GetPartialFontZone vIndirect $202C, $027c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
GetGlobalFontFragmentTableCache vIndirect $202C, $0280, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
QDGetFontFrag vIndirect $202C, $0284, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
QDUngetFontFrag vIndirect $202C, $0288, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
KillApplicationHeapFragmentTableCaches vIndirect $202C, $028c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
PackStringClass vIndirect $202C, $0290, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
UnpackStringClass vIndirect $202C, $0294, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
LookupSplineTagTableIndex vIndirect $202C, $0298, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
GetSplineDirectoryFragmentPointer vIndirect $202C, $029c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
PartialGetFontTablePtr vIndirect $202C, $02a0, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
GetFontTablePtr vIndirect $202C, $02a4, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
GetFontMapInfo vIndirect $202C, $02a8, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
ApplyFontMap vIndirect $202C, $02ac, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
fnt_Panic vIndirect $202C, $02b0, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundToDoubleGrid vIndirect $202C, $02b4, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundDownToGrid vIndirect $202C, $02b8, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundUpToGrid vIndirect $202C, $02bc, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundToGrid vIndirect $202C, $02c0, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundToHalfGrid vIndirect $202C, $02c4, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundOff vIndirect $202C, $02c8, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_SuperRound vIndirect $202C, $02cc, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_Super45Round vIndirect $202C, $02d0, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_Execute vIndirect $202C, $02d4, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_MSIRP vIndirect $202C, $02d8, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_Init vIndirect $202C, $02dc, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
sc_ScanChar vIndirect $202C, $02e0, A1 ; {sources}Toolbox:FontMgr:sc.c
|
|||
|
sc_FindExtrema vIndirect $202C, $02e4, A1 ; {sources}Toolbox:FontMgr:sc.c
|
|||
|
sfnt_DoOffsetTableMap vIndirect $202C, $02e8, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_GetOffsetAndLength vIndirect $202C, $02ec, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_GetTablePtr vIndirect $202C, $02f0, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ComputeIndex2 vIndirect $202C, $02f4, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ComputeIndex4 vIndirect $202C, $02f8, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ComputeIndex6 vIndirect $202C, $02fc, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ComputeMapping vIndirect $202C, $0300, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ReadSFNTMetrics vIndirect $202C, $0304, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_GetGlyphLocation vIndirect $202C, $0308, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ReadSFNT vIndirect $202C, $030c, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
|
|||
|
;============================== End Font Manager Vectors
|
|||
|
|
|||
|
;============================== HFS Vectors
|
|||
|
|
|||
|
BTALLOC vNoVector ; {sources}OS:HFS:BTAlloc.a
|
|||
|
ALLOCNODE vDirect ???? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
VALLOCNODE vATrap A??? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
EXTBTFILE vIndirect $2030, $0004, A7 ; {sources}OS:HFS:BTAlloc.a
|
|||
|
VEXTBTFILE vATrap A??? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
FREENODE vDirect ???? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
VFREENODE vATrap A??? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
VUPDALTMDB vATrap A??? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
BTMAINT1 vNoVector ; {sources}OS:HFS:BTMaint1.a
|
|||
|
ROTATELT vIndirect $2030, $0008, A7 ; {sources}OS:HFS:BTMaint1.a
|
|||
|
SPLITLT vIndirect $2030, $000c, A7 ; {sources}OS:HFS:BTMaint1.a
|
|||
|
TREESEARCH vDirect ???? ; {sources}OS:HFS:BTMaint1.a
|
|||
|
VTREESEARCH vDirect ???? ; {sources}OS:HFS:BTMaint1.a
|
|||
|
BTMAINT2 vNoVector ; {sources}OS:HFS:BTMaint2.a
|
|||
|
BUILDIREC vIndirect $2030, $0010, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
CHKNODE vIndirect $2030, $0014, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
CLRNODE vIndirect $2030, $0018, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
DELETEREC vIndirect $2030, $001c, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETLTSIB vIndirect $2030, $0020, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETRTSIB vIndirect $2030, $0024, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETMAXKEY vIndirect $2030, $0028, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETNODE vDirect ???? ; {sources}OS:HFS:BTMaint2.a
|
|||
|
VGETNODE vATrap A??? ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETNODESIZ vIndirect $2030, $002c, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETOFFSET vIndirect $2030, $0030, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETRECA vIndirect $2030, $0034, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
INITNODE vIndirect $2030, $0038, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
INSERTREC vIndirect $2030, $003c, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
LOCBTCB vIndirect $2030, $0040, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
LOCREC vIndirect $2030, $0044, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
LOCTPR vIndirect $2030, $0048, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
MOVOFFLT vIndirect $2030, $004c, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
MOVOFFRT vIndirect $2030, $0050, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
MOVRECLT vIndirect $2030, $0054, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
MOVRECRT vIndirect $2030, $0058, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
RELNODE vDirect ???? ; {sources}OS:HFS:BTMaint2.a
|
|||
|
VRELNODE vATrap A??? ; {sources}OS:HFS:BTMaint2.a
|
|||
|
SEARCHNODE vIndirect $2030, $005c, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
UPDDREC vIndirect $2030, $0060, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
UPDIKEY vIndirect $2030, $0064, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
BTSVCS vNoVector ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTCLOSE vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTCLOSE vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTDELETE vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTDELETE vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTFLUSH vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTFLUSH vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTGETRECORD vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTGETRECORD vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTINSERT vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTINSERT vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTOPEN vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTOPEN vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTSEARCH vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTSEARCH vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTUPDATE vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTUPDATE vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
CMMAINT vNoVector ; {sources}OS:HFS:CMMaint.a
|
|||
|
BUILDKEY vIndirect $2030, $0068, A7 ; {sources}OS:HFS:CMMaint.a
|
|||
|
CMFLUSH vIndirect $2030, $006c, A7 ; {sources}OS:HFS:CMMaint.a
|
|||
|
CMKEYCMP vNoVector ; {sources}OS:HFS:CMMaint.a
|
|||
|
LOCCNODE vIndirect $2030, $0070, A7 ; {sources}OS:HFS:CMMaint.a
|
|||
|
LOCCREC vDirect ???? ; {sources}OS:HFS:CMMaint.a
|
|||
|
VLOCCREC vATrap A??? ; {sources}OS:HFS:CMMaint.a
|
|||
|
UPDCNAME vIndirect $2030, $0074, A7 ; {sources}OS:HFS:CMMaint.a
|
|||
|
CACHE vNoVector ; {sources}OS:HFS:Cache.a
|
|||
|
FLUSHCACHE vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VFLUSHCACHE vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
GETBLOCK vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VGETBLOCK vATrap A??? ; {sources}OS:HFS:Cache.a
|
|||
|
INITCACHE vIndirect $2030, $0078, A7 ; {sources}OS:HFS:Cache.a
|
|||
|
MARKBLOCK vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VMARKBLOCK vATrap A??? ; {sources}OS:HFS:Cache.a
|
|||
|
MARKA5BLOCK vIndirect $2030, $007c, A7 ; {sources}OS:HFS:Cache.a
|
|||
|
RELBLOCK vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VRELBLOCK vATrap A??? ; {sources}OS:HFS:Cache.a
|
|||
|
TRASHVBLKS vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VTRASHVBLKS vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
TRASHFBLOCKS vIndirect $2030, $0080, A7 ; {sources}OS:HFS:Cache.a
|
|||
|
TRASHBLOCKS vIndirect $2030, $0084, A7 ; {sources}OS:HFS:Cache.a
|
|||
|
VTRASHBLOCKS vATrap A??? ; {sources}OS:HFS:Cache.a
|
|||
|
CACHERDIP vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VCACHERDIP vATrap A??? ; {sources}OS:HFS:Cache.a
|
|||
|
CACHEWRIP vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VCACHEWRIP vATrap A??? ; {sources}OS:HFS:Cache.a
|
|||
|
CACHEPROC vNoVector ; {sources}OS:HFS:Cache:CacheControl.a
|
|||
|
CACHETRAP vATrap A??? ; {sources}OS:HFS:Cache:CacheControl.a
|
|||
|
CACHEIO vNoVector ; {sources}OS:HFS:CacheIO.a
|
|||
|
READOWNBUF vIndirect $2030, $0088, A7 ; {sources}OS:HFS:CacheIO.a
|
|||
|
READBLOCK vIndirect $2030, $008c, A7 ; {sources}OS:HFS:CacheIO.a
|
|||
|
WRITEOWNBUF vIndirect $2030, $0090, A7 ; {sources}OS:HFS:CacheIO.a
|
|||
|
WRITEBLOCK vIndirect $2030, $0094, A7 ; {sources}OS:HFS:CacheIO.a
|
|||
|
VBASICIO vATrap A??? ; {sources}OS:HFS:CacheIO.a
|
|||
|
RDBLOCKS vDirect ???? ; {sources}OS:HFS:CacheIO.a
|
|||
|
VRDBLOCKS vATrap A??? ; {sources}OS:HFS:CacheIO.a
|
|||
|
WRBLOCKS vDirect ???? ; {sources}OS:HFS:CacheIO.a
|
|||
|
VWRBLOCKS vATrap A??? ; {sources}OS:HFS:CacheIO.a
|
|||
|
VSETUPTAGS vATrap A??? ; {sources}OS:HFS:CacheIO.a
|
|||
|
CMSVCS vNoVector ; {sources}OS:HFS:CmSvcs.a
|
|||
|
CMCREATECN vIndirect $2030, $0098, A7 ; {sources}OS:HFS:CmSvcs.a
|
|||
|
CMDELETECN vIndirect $2030, $009c, A7 ; {sources}OS:HFS:CmSvcs.a
|
|||
|
CMGETCN vIndirect $2030, $00a0, A7 ; {sources}OS:HFS:CmSvcs.a
|
|||
|
CMGETOFF vIndirect $2030, $00a4, A7 ; {sources}OS:HFS:CmSvcs.a
|
|||
|
CMMOVECN vIndirect $2030, $00a8, A7 ; {sources}OS:HFS:CmSvcs.a
|
|||
|
CMRENAMECN vIndirect $2030, $00ac, A7 ; {sources}OS:HFS:CmSvcs.a
|
|||
|
CMUPDATECN vIndirect $2030, $00b0, A7 ; {sources}OS:HFS:CmSvcs.a
|
|||
|
CMSETUP vDirect ???? ; {sources}OS:HFS:CmSvcs.a
|
|||
|
VCMSETUP vATrap A??? ; {sources}OS:HFS:CmSvcs.a
|
|||
|
BTIPSCAN vIndirect $2030, $00b4, A7 ; {sources}OS:HFS:Extensions:BTPScan.a
|
|||
|
BTENDPSCAN vIndirect $2030, $00b8, A7 ; {sources}OS:HFS:Extensions:BTPScan.a
|
|||
|
BTGETPHYS vIndirect $2030, $00bc, A7 ; {sources}OS:HFS:Extensions:BTPScan.a
|
|||
|
EXTBTALLOC vNoVector ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeAlloc.a
|
|||
|
EXTALLOCNODE vIndirect $2030, $00c0, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeAlloc.a
|
|||
|
EXTEXTBTFILE vIndirect $2030, $00c4, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeAlloc.a
|
|||
|
EXTBTADJEOF vIndirect $2030, $00c8, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeAlloc.a
|
|||
|
EXTFREENODE vIndirect $2030, $00cc, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeAlloc.a
|
|||
|
EXTBTREEINSTALL vIndirect $2030, $00d0, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeFuncs.a
|
|||
|
BTFUNCS vIndirect $2030, $00d4, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeFuncs.a
|
|||
|
EXTBTREEDISPATCH vATrap A??? ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeFuncs.a
|
|||
|
EXTISBTREE vIndirect $2030, $00d8, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeFuncs.a
|
|||
|
EXTCOPYPARAM vIndirect $2030, $00dc, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeFuncs.a
|
|||
|
EXTCKCLUMPSIZE vIndirect $2030, $00e0, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeFuncs.a
|
|||
|
EXTBTOPEN vIndirect $2030, $00e4, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeFuncs.a
|
|||
|
EXTBTMAINT1 vNoVector ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint1.a
|
|||
|
EXTROTATELT vIndirect $2030, $00e8, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint1.a
|
|||
|
EXTSPLITLT vIndirect $2030, $00ec, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint1.a
|
|||
|
EXTTREESEARCH vIndirect $2030, $00f0, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint1.a
|
|||
|
EXTBTMAINT2 vNoVector ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTBUILDIREC vIndirect $2030, $00f4, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTCHKNODE vIndirect $2030, $00f8, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTCLRNODE vIndirect $2030, $00fc, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTDELETEREC vIndirect $2030, $0100, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTGETLTSIB vIndirect $2030, $0104, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTGETRTSIB vIndirect $2030, $0108, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTGETMAXKEY vIndirect $2030, $010c, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTGETNODE vIndirect $2030, $0110, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTGETNODESIZ vIndirect $2030, $0114, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTGETOFFSET vIndirect $2030, $0118, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTGETRECA vIndirect $2030, $011c, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTINITNODE vIndirect $2030, $0120, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTINSERTREC vIndirect $2030, $0124, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTLOCBTCB vIndirect $2030, $0128, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTLOCREC vIndirect $2030, $012c, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTLOCTPR vIndirect $2030, $0130, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTMOVOFFLT vIndirect $2030, $0134, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTMOVOFFRT vIndirect $2030, $0138, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTMOVRECLT vIndirect $2030, $013c, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTMOVRECRT vIndirect $2030, $0140, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTRELNODE vIndirect $2030, $0144, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTSEARCHNODE vIndirect $2030, $0148, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTUPDDREC vIndirect $2030, $014c, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTUPDIKEY vIndirect $2030, $0150, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeMaint2.a
|
|||
|
EXTBTQUEUE vIndirect $2030, $0154, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeQueue.a
|
|||
|
EXTBTDISPATCHREQUEST vIndirect $2030, $0158, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeQueue.a
|
|||
|
EXTBTCMDDONE vIndirect $2030, $015c, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeQueue.a
|
|||
|
EXTDOAOCRWF vIndirect $2030, $0160, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeQueue.a
|
|||
|
EXTGETBLOCK vIndirect $2030, $0164, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeQueue.a
|
|||
|
EXTRELBLOCK vIndirect $2030, $0168, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeQueue.a
|
|||
|
EXTWRITEBLOCK vIndirect $2030, $016c, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeQueue.a
|
|||
|
EXTMARKBLOCK vIndirect $2030, $0170, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeQueue.a
|
|||
|
EXTBTSVCS vNoVector ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeSvcs.a
|
|||
|
EXTBTCLOSE vIndirect $2030, $0174, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeSvcs.a
|
|||
|
EXTBTDELETE vIndirect $2030, $0178, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeSvcs.a
|
|||
|
EXTBTFLUSH vIndirect $2030, $017c, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeSvcs.a
|
|||
|
EXTGETUPDATEHDR vIndirect $2030, $0180, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeSvcs.a
|
|||
|
EXTUPDATEHDR vIndirect $2030, $0184, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeSvcs.a
|
|||
|
EXTBTGETRECORD vIndirect $2030, $0188, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeSvcs.a
|
|||
|
EXTBTINSERT vIndirect $2030, $018c, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeSvcs.a
|
|||
|
EXTBTSEARCH vIndirect $2030, $0190, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeSvcs.a
|
|||
|
EXTBTUPDATE vIndirect $2030, $0194, A7 ; {sources}OS:HFS:Extensions:BTreeMgr:BTreeSvcs.a
|
|||
|
VERIFYCSPB vIndirect $2030, $0198, A7 ; {sources}OS:HFS:Extensions:CatSearch.a
|
|||
|
CHECKCSPB vIndirect $2030, $019c, A7 ; {sources}OS:HFS:Extensions:CatSearch.a
|
|||
|
CMCATSEARCH vIndirect $2030, $01a0, A7 ; {sources}OS:HFS:Extensions:CatSearch.a
|
|||
|
DESKTOPCLOSEDOWNPROC vIndirect $2030, $01a4, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTDBMGRINIT vIndirect $2030, $01a8, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
QMINIT vIndirect $2030, $01ac, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
CHECKDESKTOPSUPPORT vIndirect $2030, $01b0, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
BOTTLENECKIO vIndirect $2030, $01b4, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
FINDDTVOL vIndirect $2030, $01b8, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
REALOPENDT vIndirect $2030, $01bc, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTOPENINFORM vIndirect $2030, $01c0, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTGETPATH vIndirect $2030, $01c4, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTCLOSEDOWN vIndirect $2030, $01c8, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTADDICON vIndirect $2030, $01cc, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTGETICON vIndirect $2030, $01d0, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTGETICONINFO vIndirect $2030, $01d4, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTADDAPPL vIndirect $2030, $01d8, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTREMOVEAPPL vIndirect $2030, $01dc, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTGETAPPL vIndirect $2030, $01e0, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTSETCOMMENT vIndirect $2030, $01e4, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTGETCOMMENT vIndirect $2030, $01e8, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTREMOVECOMMENT vIndirect $2030, $01ec, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTFLUSH vIndirect $2030, $01f0, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTRESET vIndirect $2030, $01f4, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTDELETE vIndirect $2030, $01f8, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
DTGETINFO vIndirect $2030, $01fc, A7 ; {sources}OS:HFS:Extensions:DTDBMgr.a
|
|||
|
MYCONTCOMPATTHREAD vIndirect $2030, $0200, A7 ; {sources}OS:HFS:Extensions:ExternalMakeFSSpec.a
|
|||
|
MYCONTAPPTHREAD vIndirect $2030, $0204, A7 ; {sources}OS:HFS:Extensions:ExternalMakeFSSpec.a
|
|||
|
EXTERNALMAKEFSSPEC vIndirect $2030, $0208, A7 ; {sources}OS:HFS:Extensions:ExternalMakeFSSpec.a
|
|||
|
ConvertScriptCodeToDiskForm vIndirect $2030, $020c, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPOPENDF vIndirect $2030, $0210, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPOPENRF vIndirect $2030, $0214, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPCREATE vIndirect $2030, $0218, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPDIRCREATE vIndirect $2030, $021c, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPDELETE vIndirect $2030, $0220, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPGETFINFO vIndirect $2030, $0224, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPSETFINFO vIndirect $2030, $0228, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPSETFLOCK vIndirect $2030, $022c, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPRSTFLOCK vIndirect $2030, $0230, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPRENAME vIndirect $2030, $0234, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPCATMOVE vIndirect $2030, $0238, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPOPENRESFILE vIndirect $2030, $023c, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPCREATERESFILE vIndirect $2030, $0240, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSMAKEFSSPEC vIndirect $2030, $0244, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPGETCATINFO vIndirect $2030, $0248, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__SUSPENDPROCESSMGRFILETRACKING vIndirect $2030, $024c, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__RESUMEPROCESSMGRFILETRACKING vIndirect $2030, $0250, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
IsFile vIndirect $2030, $0254, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
GenerateUniqueName vIndirect $2030, $0258, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
__FSPEXCHANGEFILES vIndirect $2030, $025c, A7 ; {sources}OS:HFS:Extensions:FSSpecCalls.c
|
|||
|
HIGHLEVELFSDISPATCH vATrap A??? ; {sources}OS:HFS:Extensions:FSpDispatch.a
|
|||
|
FILEIDS vNoVector ; {sources}OS:HFS:Extensions:FileIDs.a
|
|||
|
CREATEFILEIDREF vIndirect $2030, $0260, A7 ; {sources}OS:HFS:Extensions:FileIDs.a
|
|||
|
DELETEFILEIDREF vIndirect $2030, $0264, A7 ; {sources}OS:HFS:Extensions:FileIDs.a
|
|||
|
RESOLVEFILEIDREF vIndirect $2030, $0268, A7 ; {sources}OS:HFS:Extensions:FileIDs.a
|
|||
|
PBHEXCHANGEFILES vIndirect $2030, $026c, A7 ; {sources}OS:HFS:Extensions:FileIDs.a
|
|||
|
FILEIDSSVCS vNoVector ; {sources}OS:HFS:Extensions:FileIDsSvcs.a
|
|||
|
FIDCREATEID vIndirect $2030, $0270, A7 ; {sources}OS:HFS:Extensions:FileIDsSvcs.a
|
|||
|
FIDDELETEID vIndirect $2030, $0274, A7 ; {sources}OS:HFS:Extensions:FileIDsSvcs.a
|
|||
|
FIDGETID vIndirect $2030, $0278, A7 ; {sources}OS:HFS:Extensions:FileIDsSvcs.a
|
|||
|
FIDRESOLVEID vIndirect $2030, $027c, A7 ; {sources}OS:HFS:Extensions:FileIDsSvcs.a
|
|||
|
FIDEXCHANGEFILES vIndirect $2030, $0280, A7 ; {sources}OS:HFS:Extensions:FileIDsSvcs.a
|
|||
|
MAKEFSSPEC vIndirect $2030, $0284, A7 ; {sources}OS:HFS:Extensions:MakeFSSpec.a
|
|||
|
GETOFFFSQUEUE vIndirect $2030, $0288, A7 ; {sources}OS:HFS:Extensions:QMgr.a
|
|||
|
GETQMRECPTR vIndirect $2030, $028c, A7 ; {sources}OS:HFS:Extensions:QMgr.a
|
|||
|
QMENQUEUE vIndirect $2030, $0290, A7 ; {sources}OS:HFS:Extensions:QMgr.a
|
|||
|
CALLWITHREGISTERSPRESERVED vIndirect $2030, $0294, A7 ; {sources}OS:HFS:Extensions:QMgr.a
|
|||
|
FXM vNoVector ; {sources}OS:HFS:FXM.a
|
|||
|
DEALLOCFILE vDirect ???? ; {sources}OS:HFS:FXM.a
|
|||
|
VDEALLOCFILE vATrap A??? ; {sources}OS:HFS:FXM.a
|
|||
|
EXTENDFILE vDirect ???? ; {sources}OS:HFS:FXM.a
|
|||
|
VEXTENDFILE vDirect ???? ; {sources}OS:HFS:FXM.a
|
|||
|
FXMKEYCMP vIndirect $2030, $0298, A7 ; {sources}OS:HFS:FXM.a
|
|||
|
MAPFBLOCK vDirect ???? ; {sources}OS:HFS:FXM.a
|
|||
|
VMAPFBLOCK vATrap A??? ; {sources}OS:HFS:FXM.a
|
|||
|
TRUNCATEFILE vDirect ???? ; {sources}OS:HFS:FXM.a
|
|||
|
VTRUNCATEFILE vATrap A??? ; {sources}OS:HFS:FXM.a
|
|||
|
XFFLUSH vIndirect $2030, $029c, A7 ; {sources}OS:HFS:FXM.a
|
|||
|
VXFSEARCH vATrap A??? ; {sources}OS:HFS:FXM.a
|
|||
|
; UNUSED vIndirect $2030, $02a0, A7 ; {sources}OS:HFS:FileMgrHooks.a
|
|||
|
CHECKINTERRUPTMASK vIndirect $2030, $02a4, A7 ; {sources}OS:HFS:FileMgrHooks.a
|
|||
|
FSDISPATCHREQUEST vIndirect $2030, $02a8, A7 ; {sources}OS:HFS:FileMgrHooks.a
|
|||
|
; UNUSED vNoVector ; {sources}OS:HFS:FileMgrHooks.a
|
|||
|
FSINTERRUPTDEFERPROC vIndirect $2030, $02ac, A7 ; {sources}OS:HFS:FileMgrHooks.a
|
|||
|
PROCESSMGREXISTS vIndirect $2030, $02b0, A7 ; {sources}OS:HFS:FileMgrHooks.a
|
|||
|
MUNGETRAPWORD vNoVector ; {sources}OS:HFS:FileMgrHooks.a
|
|||
|
UNMUNGETRAPWORD vNoVector ; {sources}OS:HFS:FileMgrHooks.a
|
|||
|
LG2PHYS vIndirect $2030, $02b4, A7 ; {sources}OS:HFS:MFSRfN3.a
|
|||
|
VLG2PHYS vATrap A??? ; {sources}OS:HFS:MFSRfN3.a
|
|||
|
TFSDISPATCH vIndirect $2030, $02b8, A7 ; {sources}OS:HFS:TFS.a
|
|||
|
TURBOFS vDataTable ; {sources}OS:HFS:TFS.a
|
|||
|
FSCONTROL vIndirect $2030, $02bc, A7 ; {sources}OS:HFS:TFS.a
|
|||
|
REFNUMCHECK vIndirect $2030, $02c0, A7 ; {sources}OS:HFS:TFS.a
|
|||
|
FSQUEUESYNC vIndirect $2030, $02c4, A7 ; {sources}OS:HFS:TFS.a
|
|||
|
FSQUEUE vIndirect $2030, $02c8, A7 ; {sources}OS:HFS:TFS.a
|
|||
|
CMDDONE vIndirect $2030, $02cc, A7 ; {sources}OS:HFS:TFS.a
|
|||
|
FINITQUEUE vATrap A??? ; {sources}OS:HFS:TFS.a
|
|||
|
DSHOOK vIndirect $2030, $02d0, A7 ; {sources}OS:HFS:TFS.a
|
|||
|
VDOEJECT vATrap A??? ; {sources}OS:HFS:TFS.a
|
|||
|
DOEJECT vIndirect $2030, $02d4, A7 ; {sources}OS:HFS:TFS.a
|
|||
|
INITFS vATrap A??? ; {sources}OS:HFS:TFS.a
|
|||
|
ALLOCATEFCBS vIndirect $2030, $02d8, A7 ; {sources}OS:HFS:TFS.a
|
|||
|
DOFSCLEANUP vIndirect $2030, $02dc, A7 ; {sources}OS:HFS:TFS.a
|
|||
|
GETVOLPARMS vIndirect $2030, $02e0, A7 ; {sources}OS:HFS:TFS.a
|
|||
|
DIVUP vIndirect $2030, $02e4, A7 ; {sources}OS:HFS:TFSCommon.a
|
|||
|
ROUNDALLOC vIndirect $2030, $02e8, A7 ; {sources}OS:HFS:TFSCommon.a
|
|||
|
GETVCBRFN vIndirect $2030, $02ec, A7 ; {sources}OS:HFS:TFSCommon.a
|
|||
|
MARKVCB vIndirect $2030, $02f0, A7 ; {sources}OS:HFS:TFSCommon.a
|
|||
|
MARKVCBTIME vIndirect $2030, $02f4, A7 ; {sources}OS:HFS:TFSCommon.a
|
|||
|
FLUSHMDB vDirect ???? ; {sources}OS:HFS:TFSCommon.a
|
|||
|
VFLUSHMDB vATrap A??? ; {sources}OS:HFS:TFSCommon.a
|
|||
|
GT1STFCB vIndirect $2030, $02f8, A7 ; {sources}OS:HFS:TFSDir1.a
|
|||
|
GTNXTFCB vIndirect $2030, $02fc, A7 ; {sources}OS:HFS:TFSDir1.a
|
|||
|
GT1STMATCH vIndirect $2030, $0300, A7 ; {sources}OS:HFS:TFSDir1.a
|
|||
|
GTNXTMATCH vIndirect $2030, $0304, A7 ; {sources}OS:HFS:TFSDir1.a
|
|||
|
OPENDFTRAP vIndirect $2030, $0308, A7 ; {sources}OS:HFS:TFSDir1.a
|
|||
|
OPENRFTRAP vATrap A??? ; {sources}OS:HFS:TFSDir1.a
|
|||
|
FILEOPEN vDirect ???? ; {sources}OS:HFS:TFSDir1.a
|
|||
|
VFILEOPEN vATrap A??? ; {sources}OS:HFS:TFSDir1.a
|
|||
|
VPERMSSNCHK vDirect ???? ; {sources}OS:HFS:TFSDir1.a
|
|||
|
CREATEDIR vIndirect $2030, $030c, A7 ; {sources}OS:HFS:TFSDir1.a
|
|||
|
FILECREATE vATrap A??? ; {sources}OS:HFS:TFSDir1.a
|
|||
|
PUSHCNAME vIndirect $2030, $0310, A7 ; {sources}OS:HFS:TFSDir1.a
|
|||
|
POPCNAME vIndirect $2030, $0314, A7 ; {sources}OS:HFS:TFSDir1.a
|
|||
|
FILEDELETE vATrap A??? ; {sources}OS:HFS:TFSDir2.a
|
|||
|
RENAMETRAP vATrap A??? ; {sources}OS:HFS:TFSDir2.a
|
|||
|
TFMOVE vIndirect $2030, $0318, A7 ; {sources}OS:HFS:TFSDir2.a
|
|||
|
SETFILTYPE vATrap A??? ; {sources}OS:HFS:TFSDir3.a
|
|||
|
SETFILLOCK vATrap A??? ; {sources}OS:HFS:TFSDir3.a
|
|||
|
RSTFILLOCK vATrap A??? ; {sources}OS:HFS:TFSDir3.a
|
|||
|
SETFILEINFO vATrap A??? ; {sources}OS:HFS:TFSDir3.a
|
|||
|
SETCATINFO vIndirect $2030, $031c, A7 ; {sources}OS:HFS:TFSDir3.a
|
|||
|
FNDFILNAME vDirect ???? ; {sources}OS:HFS:TFSDir3.a
|
|||
|
VFNDFILNAME vDirect ???? ; {sources}OS:HFS:TFSDir3.a
|
|||
|
EXTOFFLINCK vIndirect $2030, $0320, A7 ; {sources}OS:HFS:TFSDir3.a
|
|||
|
GETCATINFO vIndirect $2030, $0324, A7 ; {sources}OS:HFS:TFSDir3.a
|
|||
|
GETFILEINFO vATrap A??? ; {sources}OS:HFS:TFSDir3.a
|
|||
|
TFSVCBTST vIndirect $2030, $0328, A7 ; {sources}OS:HFS:TFSRfN1.a
|
|||
|
GETFPOSTRAP vATrap A??? ; {sources}OS:HFS:TFSRfN1.a
|
|||
|
SETFPOSTRAP vATrap A??? ; {sources}OS:HFS:TFSRfN1.a
|
|||
|
FILEREAD vDirect ???? ; {sources}OS:HFS:TFSRfN1.a
|
|||
|
VFILEREAD vATrap A??? ; {sources}OS:HFS:TFSRfN1.a
|
|||
|
FILEWRITE vDirect ???? ; {sources}OS:HFS:TFSRfN1.a
|
|||
|
VFILEWRITE vATrap A??? ; {sources}OS:HFS:TFSRfN1.a
|
|||
|
FLUSHFILE vATrap A??? ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
FILECLOSE vDirect ???? ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
VFILECLOSE vATrap A??? ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
FCLOSE vDirect ???? ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
VFCLOSE vDirect ???? ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
GETEOFTRAP vATrap A??? ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
VRFNCALL vATrap A??? ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
VTSTMOD vATrap A??? ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
GETFCBINFO vIndirect $2030, $032c, A7 ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
LOCKRNG vIndirect $2030, $0330, A7 ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
UNLOCKRNG vIndirect $2030, $0334, A7 ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
FILEALLOC vATrap A??? ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
SETEOFTRAP vATrap A??? ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
VADJEOF vDirect ???? ; {sources}OS:HFS:TFSRfN2.a
|
|||
|
MAKESTKPB vIndirect $2030, $0338, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
MOUNTVOL vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
VCHECKREMOUNT vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
VMTCHECK vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
VBMCHK vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
FINDDRIVE vDirect ???? ; {sources}OS:HFS:TFSVol.a
|
|||
|
VFINDDRIVE vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
OFFLINE vIndirect $2030, $033c, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
EJECTTRAP vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
UNMOUNTVOLTRAP vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
FLUSHVFILES vIndirect $2030, $0340, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
FLUSHVOLTRAP vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
VCKEXTFS vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
DTRMV3 vDirect ???? ; {sources}OS:HFS:TFSVol.a
|
|||
|
VDTRMV3 vDirect ???? ; {sources}OS:HFS:TFSVol.a
|
|||
|
VDTRMV1 vDirect ???? ; {sources}OS:HFS:TFSVol.a
|
|||
|
VDTRMV2 vDirect ???? ; {sources}OS:HFS:TFSVol.a
|
|||
|
SETPMSP vIndirect $2030, $0344, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
GETVOLINFO vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
SETVOLINFO vIndirect $2030, $0348, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
CVFLGS vIndirect $2030, $034c, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
GETVOLTRAP vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
SETVOLTRAP vATrap A??? ; {sources}OS:HFS:TFSVol.a
|
|||
|
SETDIR vIndirect $2030, $0350, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
GETDIR vIndirect $2030, $0354, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
OPENWDTRAP vIndirect $2030, $0358, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
CLOSEWDTRAP vIndirect $2030, $035c, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
GETWDINFOTRAP vIndirect $2030, $0360, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
READWDCB vIndirect $2030, $0364, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
SETUPWDCB vIndirect $2030, $0368, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
SETUPDEF vIndirect $2030, $036c, A7 ; {sources}OS:HFS:TFSVol.a
|
|||
|
VSM vNoVector ; {sources}OS:HFS:vsm.a
|
|||
|
BLKALLOC vDirect ???? ; {sources}OS:HFS:vsm.a
|
|||
|
VBLKALLOC vATrap A??? ; {sources}OS:HFS:vsm.a
|
|||
|
BLKDEALLOC vDirect ???? ; {sources}OS:HFS:vsm.a
|
|||
|
VBLKDEALLOC vDirect ???? ; {sources}OS:HFS:vsm.a
|
|||
|
BLKCHK vIndirect $2030, $0370, A7 ; {sources}OS:HFS:vsm.a
|
|||
|
UPDATEFREE vIndirect $2030, $0374, A7 ; {sources}OS:HFS:vsm.a
|
|||
|
VREADBM vDirect ???? ; {sources}OS:HFS:vsm.a
|
|||
|
|
|||
|
;============================== End HFS Vectors
|
|||
|
|
|||
|
;============================== Help Manager Vectors
|
|||
|
|
|||
|
HELPMGRINSTALL vIndirect $2034, $0004, A7 ; {sources}Toolbox:HelpMgr:BalloonExtensions.a
|
|||
|
PACK14ENTRY vATrap A??? ; {sources}Toolbox:HelpMgr:BalloonExtensions.a
|
|||
|
PTCHHMUPDATEHELPMENU vIndirect $2034, $0008, A7 ; {sources}Toolbox:HelpMgr:BalloonExtensions.a
|
|||
|
PTCHHMGETHELPGLOBAL vIndirect $2034, $000c, A7 ; {sources}Toolbox:HelpMgr:BalloonExtensions.a
|
|||
|
PTCHHMGETBALLOONS vIndirect $2034, $0010, A7 ; {sources}Toolbox:HelpMgr:BalloonExtensions.a
|
|||
|
PTCHHMSETHELPGLOBAL vIndirect $2034, $0014, A7 ; {sources}Toolbox:HelpMgr:BalloonExtensions.a
|
|||
|
PTCHHMPASCALGETBALLOONS vIndirect $2034, $0018, A1 ; {sources}Toolbox:HelpMgr:Balloonptch28.p
|
|||
|
PTCHHMGESTALTISTHEREHELP vIndirect $2034, $001c, A1 ; {sources}Toolbox:HelpMgr:Balloonptch28.p
|
|||
|
PTCHHMBOOTINITHELPMANAGER vIndirect $2034, $0020, A1 ; {sources}Toolbox:HelpMgr:Balloonptch28.p
|
|||
|
PTCHHMTOGGLEWHATIS vIndirect $2034, $0024, A1 ; {sources}Toolbox:HelpMgr:Balloonptch28.p
|
|||
|
PTCHHMCALLTRACKERINCONTEXT vIndirect $2034, $0028, A1 ; {sources}Toolbox:HelpMgr:Balloonptch28.p
|
|||
|
PTCHHMSHOWHELPABOUTDIALOG vIndirect $2034, $002c, A1 ; {sources}Toolbox:HelpMgr:Balloonptch28.p
|
|||
|
|
|||
|
;============================== End Help Manager Vectors
|
|||
|
|
|||
|
;============================== Icon Utils Vectors
|
|||
|
|
|||
|
ICONDISPATCH vATrap A??? ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
typeTable vDataTable ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
GetGlobalPtr vIndirect $2038, $0004, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
GetGlobalHandle vIndirect $2038, $0008, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
FromResource vIndirect $2038, $000c, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__PLOTICONID vIndirect $2038, $0010, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__LOADICONCACHE vIndirect $2038, $0014, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__PLOTICONSUITE vIndirect $2038, $0018, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__ICONIDTORGN vIndirect $2038, $001c, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__ICONSUITETORGN vIndirect $2038, $0020, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__RECTINICONID vIndirect $2038, $0024, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__PTINICONID vIndirect $2038, $0028, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__RECTINICONSUITE vIndirect $2038, $002c, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__PTINICONSUITE vIndirect $2038, $0030, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
FromMethod vIndirect $2038, $0034, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__PLOTICONMETHOD vIndirect $2038, $0038, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__ICONMETHODTORGN vIndirect $2038, $003c, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__RECTINICONMETHOD vIndirect $2038, $0040, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__PTINICONMETHOD vIndirect $2038, $0044, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__ADDICONTOSUITE vIndirect $2038, $0048, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__GETICONFROMSUITE vIndirect $2038, $004c, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
ADJUSTRGN vIndirect $2038, $0050, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__GETICONCACHEDATA vIndirect $2038, $0054, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__SETICONCACHEDATA vIndirect $2038, $0058, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__GETICONCACHEPROC vIndirect $2038, $005c, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__SETICONCACHEPROC vIndirect $2038, $0060, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__GETICONDEVICE vIndirect $2038, $0064, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
__SETICONDEVICE vIndirect $2038, $0068, A7 ; {sources}Toolbox:IconUtils:IconUtils.a
|
|||
|
PERFORMALIGNMENT vIndirect $2038, $006c, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
ADDBUFFERTORGN vIndirect $2038, $0070, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
MASKRGN vIndirect $2038, $0074, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
GETBESTDATA vIndirect $2038, $0078, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
ChooseBestSize vIndirect $2038, $007c, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
SETUPPIXMAP vIndirect $2038, $0080, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__NEWICONSUITE vIndirect $2038, $0084, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__MAKEICONCACHE vIndirect $2038, $0088, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
EDITICONSUITE vIndirect $2038, $008c, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__FOREACHICONDO vIndirect $2038, $0090, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
GETICONFROMRESOURCE vIndirect $2038, $0094, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__GETICONSUITE vIndirect $2038, $0098, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__SETSUITELABEL vIndirect $2038, $009c, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__GETSUITELABEL vIndirect $2038, $00a0, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
DISPOSER vIndirect $2038, $00a4, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__DISPOSEICONSUITE vIndirect $2038, $00a8, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
FromSuite vIndirect $2038, $00ac, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
DOREGIONTRANSFORM vIndirect $2038, $00b0, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
DoOutline vIndirect $2038, $00b4, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
APPLYPATTERN vIndirect $2038, $00b8, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
DOBITMAPTRANSFORM vIndirect $2038, $00bc, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
RENDER vIndirect $2038, $00c0, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
PLOTDEEP vIndirect $2038, $00c4, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
PLOTSHALLOWBLACKANDWHITE vIndirect $2038, $00c8, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
PLOTSHALLOWCOLOR vIndirect $2038, $00cc, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
PLOTSHALLOW vIndirect $2038, $00d0, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
PLOTTHEICON vIndirect $2038, $00d4, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
MakeBoundary vIndirect $2038, $00d8, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
CreateMask vIndirect $2038, $00dc, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
SetupParamBlock vIndirect $2038, $00e0, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
PRESCALEMASK vIndirect $2038, $00e4, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
PLOTICONGENERIC vIndirect $2038, $00e8, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
ICONTORGNGENERIC vIndirect $2038, $00ec, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
HITTESTICONMASKGENERIC vIndirect $2038, $00f0, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
HITTESTICONGENERIC vIndirect $2038, $00f4, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
MAKEICONDATA vIndirect $2038, $00f8, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
CompareComponent vIndirect $2038, $00fc, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
Darken vIndirect $2038, $0100, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
Luminance vIndirect $2038, $0104, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
Brighten vIndirect $2038, $0108, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
FindBlack vIndirect $2038, $010c, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
MakeClut vIndirect $2038, $0110, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
GetDeviceCheck vIndirect $2038, $0114, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
CheckClut vIndirect $2038, $0118, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
IconGetClut vIndirect $2038, $011c, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__GETLABEL vIndirect $2038, $0120, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
INVALLABELCLUTS vIndirect $2038, $0124, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__SETLABEL vIndirect $2038, $0128, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
FromICON vIndirect $2038, $012c, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
FromSICN vIndirect $2038, $0130, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__PLOTICONHANDLE vIndirect $2038, $0134, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__PLOTSICNHANDLE vIndirect $2038, $0138, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
SetupParamBlockForCIcon vIndirect $2038, $013c, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
CopyClut vIndirect $2038, $0140, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
GETCICONCLUT vIndirect $2038, $0144, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
PLOTTHECICON vIndirect $2038, $0148, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
__PLOTCICONHANDLE vIndirect $2038, $014c, A1 ; {sources}Toolbox:IconUtils:IconUtils.c
|
|||
|
|
|||
|
;============================== End Icon Utils Vectors
|
|||
|
|
|||
|
;============================== MMU Vectors
|
|||
|
|
|||
|
GETREALPROC vNoVector ; {sources}OS:MMU:GetReal.a
|
|||
|
GETPAGEDESCPROC vNoVector ; {sources}OS:MMU:GetReal.a
|
|||
|
GETMMUINFO vNoVector ; {sources}OS:MMU:GetReal.a
|
|||
|
CHECKTTREGS vNoVector ; {sources}OS:MMU:GetReal.a
|
|||
|
EDISKPROTECT vNoVector ; {sources}OS:MMU:GetReal.a
|
|||
|
INITMMUTRAP vNoVector ; {sources}OS:MMU:MMU.a
|
|||
|
INITMMUGLOBALS vNoVector ; {sources}OS:MMU:MMU.a
|
|||
|
MMUCLEANUPFOR8MB vNoVector ; {sources}OS:MMU:MMU.a
|
|||
|
INITMMU vNoVector ; {sources}OS:MMU:MMUTables.a
|
|||
|
TRANS vNoVector ; {sources}OS:MMU:MMUTables.a
|
|||
|
|
|||
|
;============================== End MMU Vectors
|
|||
|
|
|||
|
;============================== Memory Manager Vectors
|
|||
|
|
|||
|
__BLOCKMOVE vATrap A??? ; {sources}OS:MemoryMgr:BlockMove.a
|
|||
|
BLOCKMOVE68020 vNoVector ; {sources}OS:MemoryMgr:BlockMove.a
|
|||
|
BLOCKMOVE68040 vNoVector ; {sources}OS:MemoryMgr:BlockMove.a
|
|||
|
HEAP vNoVector ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
INITMEMVECT vNoVector ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
SETAPPLBASE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
INITAPPLZONE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
VIAZINIT vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
VIAZPOSTINIT vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
INITZONETRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
GETZONE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
SETZONE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
MAXBLOCKTRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
COMPACTMEMTRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
PURGEMEM vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
PURGESPACETRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
FREEMEM vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
RESRVMEM vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
MAXMEMTRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
SETGROWZONE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
SETAPPLLIMIT vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
STACKSPACETRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
MAXAPPLZONE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
NEWPTRTRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
DISPOSEPTR vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
GETPTRSIZETRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
SETPTRSIZETRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
PTRZONETRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
NEWEMPTYHANDLETRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
NWHANDLE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
DSPOSEHANDLE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
__GETHANDLESIZE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
SETHANDLESIZETRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
HANDLEZONETRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
RECOVERHANDLETRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
EMPTYHANDLE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
REALLOCHANDLETRAP vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
HLOCK vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
HUNLOCK vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
HPURGE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
HNOPURGE vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
HRSRC vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
HNORSRC vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
HGETFLAGS vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
HSETFLAGS vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
MOREMASTERS vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
__STRIPADDRESS vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
MOVEHHI vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgr.a
|
|||
|
MOVEHLOW vATrap A??? ; {sources}OS:MemoryMgr:MemoryMgrExtensions.a
|
|||
|
HEAPGUTS vNoVector ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
MMPPROLOGUE vDirect ???? ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
MMHPROLOGUE vDirect ???? ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
MMNOPROLOGUE vDirect ???? ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
MMMMPROLOGUE vDirect ???? ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
MMPROLOGUE vDirect ???? ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
MMRHPROLOGUE vDirect ???? ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
MMEPILOGUE vDirect ???? ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
MMNOERREPILOGUE vDirect ???? ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24MAKEBKF vIndirect $2040, $0004, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32MAKEBKF vIndirect $2040, $0008, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24EH vIndirect $2040, $000c, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32EH vIndirect $2040, $0010, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24PURGEHEAP vIndirect $2040, $0014, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32PURGEHEAP vIndirect $2040, $0018, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24TOTEPURGEABLES vIndirect $2040, $001c, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32TOTEPURGEABLES vIndirect $2040, $0020, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24BKCOMPACTS vIndirect $2040, $0024, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32BKCOMPACTS vIndirect $2040, $0028, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24ALLOCBK vIndirect $2040, $002c, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32ALLOCBK vIndirect $2040, $0030, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24COMPACTHP vIndirect $2040, $0034, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32COMPACTHP vIndirect $2040, $0038, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
TOMAXLIMIT vIndirect $2040, $003c, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24MAXLIMIT vIndirect $2040, $0040, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32MAXLIMIT vIndirect $2040, $0044, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24ZONEADJUSTEND vIndirect $2040, $0048, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32ZONEADJUSTEND vIndirect $2040, $004c, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24ACTUALS vIndirect $2040, $0050, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32ACTUALS vIndirect $2040, $0054, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24GETSIZE vNoVector ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32GETSIZE vNoVector ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
CLEARGZSTUFF vIndirect $2040, $0058, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24SETSIZE vNoVector ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32SETSIZE vNoVector ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
ADJUSTFREE vIndirect $2040, $005c, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24NEXTMASTER vIndirect $2040, $0060, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32NEXTMASTER vIndirect $2040, $0064, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24HMAKEMOREMASTERS vIndirect $2040, $0068, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32HMAKEMOREMASTERS vIndirect $2040, $006c, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
RELEASEMP vIndirect $2040, $0070, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24MAKEPTRSPC vIndirect $2040, $0074, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32MAKEPTRSPC vIndirect $2040, $0078, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A24FREEBK vIndirect $2040, $007c, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
A32FREEBK vIndirect $2040, $0080, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
STDGZ vIndirect $2040, $0084, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
MEMMGREND vNoVector ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
INITMEMMGR vNoVector ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
IAZ vIndirect $2040, $0088, A7 ; {sources}OS:MemoryMgr:MemoryMgrInternal.a
|
|||
|
|
|||
|
;============================== End Memory Manager Vectors
|
|||
|
|
|||
|
;============================== Menu Manager Vectors
|
|||
|
|
|||
|
MENUMGRDISPATCH vATrap A??? ; {sources}Toolbox:MenuMgr:MenuDispatch.a
|
|||
|
GETMENUTITLERECT vIndirect $2044, $0004, A7 ; {sources}Toolbox:MenuMgr:MenuDispatch.a
|
|||
|
GETMBARRECT vIndirect $2044, $0008, A7 ; {sources}Toolbox:MenuMgr:MenuDispatch.a
|
|||
|
GETAPPMENUSRECT vIndirect $2044, $000c, A7 ; {sources}Toolbox:MenuMgr:MenuDispatch.a
|
|||
|
GETSYSMENUSRECT vIndirect $2044, $0010, A7 ; {sources}Toolbox:MenuMgr:MenuDispatch.a
|
|||
|
DRAWMBARSTRING vIndirect $2044, $0014, A7 ; {sources}Toolbox:MenuMgr:MenuDispatch.a
|
|||
|
ISSYSTEMMENU vATrap A??? ; {sources}Toolbox:MenuMgr:MenuDispatch.a
|
|||
|
INITPROCMENU vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
INITMENUS vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
CLEARMENUBAR vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
CALCMBHEIGHT vIndirect $2044, $0018, A7 ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
CALLMBARPROC vIndirect $2044, $001c, A7 ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
DELETEMENU vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
GETINDEX vIndirect $2044, $0020, A7 ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
INSERTMENU vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
DRAWMBAR vIndirect $2044, $0024, A7 ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
DRAWMENUBAR vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
FLASHMENUBAR vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
HILITEMENU vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
ENABLEITEM vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
DISABLEITEM vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
MENUSELECT vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
POPUPMENUSELECT vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
CALCMENUSIZE vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
CALLCHOOSE vIndirect $2044, $0028, A7 ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
FULLCLIP vIndirect $2044, $002c, A7 ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
MENUCHOICE vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
GETMENUBAR vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
GETMCINFO vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
SETMENUBAR vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
SETMCINFO vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
DISPOSEMENU vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
DISPMCINFO vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
CHECKITEM vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
GETITEMMARK vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
GETITEMICON vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
GETITEMCMD vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
__GETITEMSTYLE vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
SETITEMMARK vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
SETITEMICON vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
SETITEMCMD vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
SETITEMSTYLE vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
GETMCENTRY vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
DELMCENTRIES vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
SETMCENTRIES vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
MENUKEY vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
GETITEM vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
NEWMENU vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
APPENDMENU vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
INSMENUITEM vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
GETMHANDLE vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
DELMENUITEM vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
SETITEM vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
SETMENUFLASH vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
ADDRESMENU vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
COUNTMITEMS vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
PLOTICON vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.a
|
|||
|
FindInsertIPt vIndirect $2044, $0030, A1 ; {sources}Toolbox:MenuMgr:MenuMgr.c
|
|||
|
IDToScriptCode vIndirect $2044, $0034, A1 ; {sources}Toolbox:MenuMgr:MenuMgr.c
|
|||
|
__INSERTINTLRESMENU vIndirect $2044, $0038, A1 ; {sources}Toolbox:MenuMgr:MenuMgr.c
|
|||
|
__INSRTFONTRESMENU vIndirect $2044, $003c, A1 ; {sources}Toolbox:MenuMgr:MenuMgr.c
|
|||
|
INSRTRESMENU vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgr.c
|
|||
|
INVALMENUBAR vATrap A??? ; {sources}Toolbox:MenuMgr:MenuMgrExtensions.a
|
|||
|
INITVALIDATEMENUBARSEMAPHORE vIndirect $2044, $0040, A7 ; {sources}Toolbox:MenuMgr:MenuMgrExtensions.a
|
|||
|
VALIDATEMENUBAR vIndirect $2044, $0044, A7 ; {sources}Toolbox:MenuMgr:MenuMgrExtensions.a
|
|||
|
SAVERESTOREBITSDISPATCH vDataTable ; {sources}Toolbox:MenuMgr:SaveRestoreBits.a
|
|||
|
SAVEBITS vIndirect $2044, $0048, A7 ; {sources}Toolbox:MenuMgr:SaveRestoreBits.a
|
|||
|
SETUPFGBGTOBW vIndirect $2044, $004c, A7 ; {sources}Toolbox:MenuMgr:SaveRestoreBits.a
|
|||
|
RESTOREBITS vIndirect $2044, $0050, A7 ; {sources}Toolbox:MenuMgr:SaveRestoreBits.a
|
|||
|
DISCARDBITS vIndirect $2044, $0054, A7 ; {sources}Toolbox:MenuMgr:SaveRestoreBits.a
|
|||
|
BEGINDRAWINGOFFSCREEN vIndirect $2044, $0058, A7 ; {sources}Toolbox:MenuMgr:SaveRestoreBits.a
|
|||
|
ENDDRAWINGOFFSCREEN vIndirect $2044, $005c, A7 ; {sources}Toolbox:MenuMgr:SaveRestoreBits.a
|
|||
|
NEWOFFSCREENBUFFER vIndirect $2044, $0060, A7 ; {sources}Toolbox:MenuMgr:SaveRestoreBits.a
|
|||
|
ATTACHOFFSCREENBUFFER vIndirect $2044, $0064, A7 ; {sources}Toolbox:MenuMgr:SaveRestoreBits.a
|
|||
|
DETACHOFFSCREENBUFFER vIndirect $2044, $0068, A7 ; {sources}Toolbox:MenuMgr:SaveRestoreBits.a
|
|||
|
DISPOSEOFFSCREENBUFFER vIndirect $2044, $006c, A7 ; {sources}Toolbox:MenuMgr:SaveRestoreBits.a
|
|||
|
INITSYSTEMMENULIST vIndirect $2044, $0070, A7 ; {sources}Toolbox:MenuMgr:SystemMenusPatch.a
|
|||
|
PATCHINSERTMENU vIndirect $2044, $0074, A7 ; {sources}Toolbox:MenuMgr:SystemMenusPatch.a
|
|||
|
FINDFIRSTSYSTEMMENU6BO vIndirect $2044, $0078, A7 ; {sources}Toolbox:MenuMgr:SystemMenusPatch.a
|
|||
|
FIND6BOFROMID vIndirect $2044, $007c, A7 ; {sources}Toolbox:MenuMgr:SystemMenusPatch.a
|
|||
|
|
|||
|
;============================== End Menu Manager Vectors
|
|||
|
|
|||
|
;============================== Munger Vectors
|
|||
|
|
|||
|
BYTES vIndirect $2048, $0004, A7 ; {sources}Toolbox:Munger:Munger.a
|
|||
|
MUNGER vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
XMUNGER vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
HANDTOHANDTRAP vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
PTRTOXHANDTRAP vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
PTRTOHANDTRAP vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
HANDANDHANDTRAP vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
PTRANDHANDTRAP vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
METHODDISPATCH vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
LONGMUL vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FRACMUL vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FIXMUL vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FRACDIV vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FIXDIV vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FRACSQRT vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FIXRATIO vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
LOWORD vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
HIWORD vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FIXROUND vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FRACCOS vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FRACSIN vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FIXATAN2 vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FIX2X vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FRAC2X vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
X2FIX vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
X2FRAC vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FIX2LONG vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FRAC2FIX vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
LONG2FIX vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
FIX2FRAC vATrap A??? ; {sources}Toolbox:Munger:Munger.a
|
|||
|
|
|||
|
;============================== End Munger Vectors
|
|||
|
|
|||
|
;============================== Notification Manager Vectors
|
|||
|
|
|||
|
__NMINSTALL vATrap A??? ; {sources}Toolbox:NotificationMgr:NotificationMgr.a
|
|||
|
__NMREMOVE vATrap A??? ; {sources}Toolbox:NotificationMgr:NotificationMgr.a
|
|||
|
AddrInRange vIndirect $204C, $0004, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
GetPID vIndirect $204C, $0008, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
FindItem vIndirect $204C, $000c, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
GetApplicationMenu vIndirect $204C, $0010, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
InApplicationMenu vIndirect $204C, $0014, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
GetFreeAux vIndirect $204C, $0018, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
AddAuxRec vIndirect $204C, $001c, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
AddIconRec vIndirect $204C, $0020, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
LinkAuxRec vIndirect $204C, $0024, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
UnLinkAuxRecs vIndirect $204C, $0028, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
InsertMarkRec vIndirect $204C, $002c, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
InsertIconRec vIndirect $204C, $0030, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
ValidIconRec vIndirect $204C, $0034, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
NMINIT vIndirect $204C, $0038, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
_NMInstall vIndirect $204C, $003c, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
_NMRemove vIndirect $204C, $0040, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
COPYSTRING vIndirect $204C, $0044, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
FLUSHAPPLNM vIndirect $204C, $0048, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
NMFILTER vIndirect $204C, $004c, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
DEFBUTPROC vIndirect $204C, $0050, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
NMCallMBarProc vIndirect $204C, $0054, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
SWAPITEMMARKS vIndirect $204C, $0058, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
ClearMarks vIndirect $204C, $005c, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
SWAPAPPMARK vIndirect $204C, $0060, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
MarkItem vIndirect $204C, $0064, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
RotateIcon vIndirect $204C, $0068, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
DoSound vIndirect $204C, $006c, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
DoDialog vIndirect $204C, $0070, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
DoRespProc vIndirect $204C, $0074, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
NMGNEFILTER vIndirect $204C, $0078, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
NMTASK vIndirect $204C, $007c, A1 ; {sources}Toolbox:NotificationMgr:NotificationMgr.c
|
|||
|
disable vIndirect $204C, $0080, A7 ; {sources}Toolbox:NotificationMgr:SetProcessorLevel.a
|
|||
|
spl vIndirect $204C, $0084, A7 ; {sources}Toolbox:NotificationMgr:SetProcessorLevel.a
|
|||
|
|
|||
|
;============================== End Notification Manager Vectors
|
|||
|
|
|||
|
;============================== PPC Vectors
|
|||
|
|
|||
|
OPENUGBT vIndirect $2050, $0004, A7 ; {sources}OS:PPC:BTIntf.a
|
|||
|
BLDFSKEY vIndirect $2050, $0008, A7 ; {sources}OS:PPC:BTIntf.a
|
|||
|
BTINIT vIndirect $2050, $000c, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
MYBTOPEN vIndirect $2050, $0010, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
MYBTCLOSE vIndirect $2050, $0014, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
BTINSREC vIndirect $2050, $0018, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
BTSETREC vIndirect $2050, $001c, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
BTREPLREC vIndirect $2050, $0020, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
MYBTSEARCH vIndirect $2050, $0024, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
BTSEARCHPPC vIndirect $2050, $0028, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
BTGETREC vIndirect $2050, $002c, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
MYBTDELETE vIndirect $2050, $0030, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
BTGETINFO vIndirect $2050, $0034, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
MYBTFLUSH vIndirect $2050, $0038, A7 ; {sources}OS:PPC:BTreeCGlue.a
|
|||
|
mixupPswd vIndirect $2050, $003c, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
getUserRec vIndirect $2050, $0040, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
GetUserCompletion vIndirect $2050, $0044, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
GetAuthInfo vIndirect $2050, $0048, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
random vATrap A??? ; {sources}OS:PPC:PPCAuth.c
|
|||
|
checkInit vIndirect $2050, $004c, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
ppcStartSecure vIndirect $2050, $0050, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
promptCallBack vIndirect $2050, $0054, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
UserRefNumCompare vIndirect $2050, $0058, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
ppcDeleteUser vIndirect $2050, $005c, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
ppcGetDefaultUser vIndirect $2050, $0060, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
FindUserByNameAndPassword vIndirect $2050, $0064, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
findUserByRef vIndirect $2050, $0068, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
GetFreeEntry vIndirect $2050, $006c, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
scramble vIndirect $2050, $0070, A1 ; {sources}OS:PPC:PPCAuth.c
|
|||
|
PACK9 vATrap A??? ; {sources}OS:PPC:PPCBrowserPackEntry.a
|
|||
|
ppcDispatcher vIndirect $2050, $0074, A7 ; {sources}OS:PPC:PPCDispatcher.a
|
|||
|
VPPCDISPATCHER vATrap A??? ; {sources}OS:PPC:PPCDispatcher.a
|
|||
|
ppcBadSelector vIndirect $2050, $0078, A7 ; {sources}OS:PPC:PPCDispatcher.a
|
|||
|
OpenADSPDriver vIndirect $2050, $007c, A1 ; {sources}OS:PPC:PPCDsp.c
|
|||
|
CreateConnectionListener vIndirect $2050, $0080, A1 ; {sources}OS:PPC:PPCDsp.c
|
|||
|
ListenConnectionRequest vIndirect $2050, $0084, A1 ; {sources}OS:PPC:PPCDsp.c
|
|||
|
RejectConnectionRequest vIndirect $2050, $0088, A1 ; {sources}OS:PPC:PPCDsp.c
|
|||
|
RemoveConnectionListener vIndirect $2050, $008c, A1 ; {sources}OS:PPC:PPCDsp.c
|
|||
|
CreateConnectionEnd vIndirect $2050, $0090, A1 ; {sources}OS:PPC:PPCDsp.c
|
|||
|
OpenConnectionEnd vIndirect $2050, $0094, A1 ; {sources}OS:PPC:PPCDsp.c
|
|||
|
RemoveConnectionEnd vIndirect $2050, $0098, A1 ; {sources}OS:PPC:PPCDsp.c
|
|||
|
WriteToConnection vIndirect $2050, $009c, A1 ; {sources}OS:PPC:PPCDsp.c
|
|||
|
ReadFromConnection vIndirect $2050, $00a0, A1 ; {sources}OS:PPC:PPCDsp.c
|
|||
|
ppcOpen vIndirect $2050, $00a4, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
ppcStart vIndirect $2050, $00a8, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
ppcInform vIndirect $2050, $00ac, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
ppcAccept vIndirect $2050, $00b0, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
ppcReject vIndirect $2050, $00b4, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
ppcWrite vIndirect $2050, $00b8, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
ppcRead vIndirect $2050, $00bc, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
ppcEnd vIndirect $2050, $00c0, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
ppcClose vIndirect $2050, $00c4, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
ipcListPorts vIndirect $2050, $00c8, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
PPCCommonPBEntry vIndirect $2050, $00cc, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
PPCCommonPBExit vIndirect $2050, $00d0, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
NetOpenCompletion vIndirect $2050, $00d4, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
CallCompletionRoutine vIndirect $2050, $00d8, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
CompleteWithResult vIndirect $2050, $00dc, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
VerifyLocNameFormat vIndirect $2050, $00e0, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
LocationNameLocal vIndirect $2050, $00e4, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
LocNameTaken vIndirect $2050, $00e8, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
BeginLocalOrRemote vIndirect $2050, $00ec, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
LocalOrNot vIndirect $2050, $00f0, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
DoGetMyZone vIndirect $2050, $00f4, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
DMFix vIndirect $2050, $00f8, A1 ; {sources}OS:PPC:PPCEntry.c
|
|||
|
PPCSetUp vIndirect $2050, $00fc, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
AtalkEvent vIndirect $2050, $0100, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
EnableIncoming vIndirect $2050, $0104, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
DisableIncoming vIndirect $2050, $0108, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
initUserGroupFile vIndirect $2050, $010c, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
RemoveConnectionListeners vIndirect $2050, $0110, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
SetUpToolBoxName vIndirect $2050, $0114, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
RemoveToolBoxName vIndirect $2050, $0118, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
SetUpConnectionListeners vIndirect $2050, $011c, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
PPCSleepEvent vIndirect $2050, $0120, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
EndAllNetworkSessions vIndirect $2050, $0124, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
KillUserSession vIndirect $2050, $0128, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
PPCCloseUserSessions vIndirect $2050, $012c, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
PPCCountAcceptedNetworkSessions vIndirect $2050, $0130, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
PPCCheckDupNBPName vIndirect $2050, $0134, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
PPCGESTALTFUNCTION vIndirect $2050, $0138, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
GetPPCGlobalFlag vIndirect $2050, $013c, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
PPCSHUTDOWN vIndirect $2050, $0140, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
PPCSystemTask vNoVector ; {sources}OS:PPC:PPCInit.c
|
|||
|
UnRegisterAllNBPNames vIndirect $2050, $0144, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
ReRegisterAllNBPNames vIndirect $2050, $0148, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
PPCDEADGESTAULT vIndirect $2050, $014c, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
KillPPC vIndirect $2050, $0150, A1 ; {sources}OS:PPC:PPCInit.c
|
|||
|
PPCINSTALL vIndirect $2050, $0154, A1 ; {sources}OS:PPC:PPCInstall.a
|
|||
|
setupGlobal vIndirect $2050, $0158, A1 ; {sources}OS:PPC:PPCInstall.a
|
|||
|
ppcLoader vIndirect $2050, $015c, A1 ; {sources}OS:PPC:PPCLoader.c
|
|||
|
initAuth vIndirect $2050, $0160, A1 ; {sources}OS:PPC:PPCLoader.c
|
|||
|
GetLocSess vIndirect $2050, $0164, A1 ; {sources}OS:PPC:PPCLocal.c
|
|||
|
FreeLocSess vIndirect $2050, $0168, A1 ; {sources}OS:PPC:PPCLocal.c
|
|||
|
StartLocalSession vIndirect $2050, $016c, A1 ; {sources}OS:PPC:PPCLocal.c
|
|||
|
AcceptLocalSession vIndirect $2050, $0170, A1 ; {sources}OS:PPC:PPCLocal.c
|
|||
|
RejectLocalSession vIndirect $2050, $0174, A1 ; {sources}OS:PPC:PPCLocal.c
|
|||
|
WriteLocalData vIndirect $2050, $0178, A1 ; {sources}OS:PPC:PPCLocal.c
|
|||
|
ReadLocalData vIndirect $2050, $017c, A1 ; {sources}OS:PPC:PPCLocal.c
|
|||
|
EndLocalSession vIndirect $2050, $0180, A1 ; {sources}OS:PPC:PPCLocal.c
|
|||
|
ListLocalPorts vIndirect $2050, $0184, A1 ; {sources}OS:PPC:PPCLocal.c
|
|||
|
LocalTransfer vIndirect $2050, $0188, A1 ; {sources}OS:PPC:PPCLocal.c
|
|||
|
RegisterName vIndirect $2050, $018c, A1 ; {sources}OS:PPC:PPCNbp.c
|
|||
|
LookupName vIndirect $2050, $0190, A1 ; {sources}OS:PPC:PPCNbp.c
|
|||
|
RemoveName vIndirect $2050, $0194, A1 ; {sources}OS:PPC:PPCNbp.c
|
|||
|
GetRemSess vIndirect $2050, $0198, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
FreeRemSess vIndirect $2050, $019c, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
RemoveNetworkConnection vIndirect $2050, $01a0, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
RemoveCompletion vIndirect $2050, $01a4, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
StartNetworkSession vIndirect $2050, $01a8, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
AcceptNetworkSession vIndirect $2050, $01ac, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
RejectNetworkSession vIndirect $2050, $01b0, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
WriteNetworkData vIndirect $2050, $01b4, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ReadNetworkData vIndirect $2050, $01b8, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
EndNetworkSession vIndirect $2050, $01bc, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ListNetworkPorts vIndirect $2050, $01c0, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
BeginNetworkConnection vIndirect $2050, $01c4, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
AcceptNetworkConnection vIndirect $2050, $01c8, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
NetLookUpCompletion vIndirect $2050, $01cc, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ConnectionEndCompletion vIndirect $2050, $01d0, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
OpenCompletion vIndirect $2050, $01d4, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
StartSendCompletion vIndirect $2050, $01d8, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
StartCommandCompletion vIndirect $2050, $01dc, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ListSendCompletion vIndirect $2050, $01e0, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ListReadCompletion vIndirect $2050, $01e4, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ListCommandCompletion vIndirect $2050, $01e8, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ConnectionRequestCompletion vIndirect $2050, $01ec, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
RespConnectionEndCompletion vIndirect $2050, $01f0, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
RespOpenCompletion vIndirect $2050, $01f4, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
RecvSessReqCompletion vIndirect $2050, $01f8, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
GuestRecCompletion vIndirect $2050, $01fc, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
UserRecCompletion vIndirect $2050, $0200, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
AuthSendCompletion vIndirect $2050, $0204, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
AuthRespCompletion vIndirect $2050, $0208, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ProcessInform vIndirect $2050, $020c, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
RespSendCompletion vIndirect $2050, $0210, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ARepostConnectionListener vIndirect $2050, $0214, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
RepostConnectionListener vIndirect $2050, $0218, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ListWrite vIndirect $2050, $021c, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ListWriteCompletion vIndirect $2050, $0220, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ListRespCompletion vIndirect $2050, $0224, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
BeginWriteBlock vIndirect $2050, $0228, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
WriteHdrCompletion vIndirect $2050, $022c, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
WriteBlockData vIndirect $2050, $0230, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
WriteBlockDataCompletion vIndirect $2050, $0234, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
CompleteWriteRequest vIndirect $2050, $0238, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
BeginReadBlock vIndirect $2050, $023c, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ReadHdrCompletion vIndirect $2050, $0240, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ReadBlockData vIndirect $2050, $0244, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ReadDataCompletion vIndirect $2050, $0248, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
CompleteReadRequest vIndirect $2050, $024c, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
CopyReadBlk vIndirect $2050, $0250, A1 ; {sources}OS:PPC:PPCNetwork.c
|
|||
|
ClosePortTable vIndirect $2050, $0254, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
NBPRemoveCompletion vIndirect $2050, $0258, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
CompleteClosePort vIndirect $2050, $025c, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
CheckPortName vIndirect $2050, $0260, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
ValidPortName vIndirect $2050, $0264, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
ComparePortName vIndirect $2050, $0268, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
GetLocationName vIndirect $2050, $026c, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
PortRefNumCompare vIndirect $2050, $0270, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
DeletePortByRefNum vIndirect $2050, $0274, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
PortRefNumtoPtr vIndirect $2050, $0278, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
GetUniquePortRefNum vIndirect $2050, $027c, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
GetPortTable vIndirect $2050, $0280, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
FreePortTable vIndirect $2050, $0284, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
SetPortInformQue vIndirect $2050, $0288, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
GetPortNames vIndirect $2050, $028c, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
WildPortMatch vIndirect $2050, $0290, A1 ; {sources}OS:PPC:PPCPort.c
|
|||
|
QueueFromSessRefNum vIndirect $2050, $0294, A1 ; {sources}OS:PPC:PPCSession.c
|
|||
|
SessRefNumCompare vIndirect $2050, $0298, A1 ; {sources}OS:PPC:PPCSession.c
|
|||
|
SessRefNumtoPtr vIndirect $2050, $029c, A1 ; {sources}OS:PPC:PPCSession.c
|
|||
|
DeleteSessByRefNum vIndirect $2050, $02a0, A1 ; {sources}OS:PPC:PPCSession.c
|
|||
|
GetSessionRefNum vIndirect $2050, $02a4, A1 ; {sources}OS:PPC:PPCSession.c
|
|||
|
SetSessionTable vIndirect $2050, $02a8, A1 ; {sources}OS:PPC:PPCSession.c
|
|||
|
PortSessCompare vIndirect $2050, $02ac, A1 ; {sources}OS:PPC:PPCSession.c
|
|||
|
CleanSessions vIndirect $2050, $02b0, A1 ; {sources}OS:PPC:PPCSession.c
|
|||
|
KillReadAndWrite vIndirect $2050, $02b4, A1 ; {sources}OS:PPC:PPCSession.c
|
|||
|
getGlobal vNoVector ; {sources}OS:PPC:PPCUtil.a
|
|||
|
callCompletion vIndirect $2050, $02b8, A1 ; {sources}OS:PPC:PPCUtil.a
|
|||
|
AddtoAtalkQ vIndirect $2050, $02bc, A1 ; {sources}OS:PPC:PPCUtil.a
|
|||
|
RmvfromAtalkQ vIndirect $2050, $02c0, A1 ; {sources}OS:PPC:PPCUtil.a
|
|||
|
FakeCompletion vIndirect $2050, $02c4, A1 ; {sources}OS:PPC:PPCUtil.a
|
|||
|
PointerCompare vIndirect $2050, $02c8, A1 ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
EnQueue vIndirect $2050, $02cc, A1 ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
ServeQueue vIndirect $2050, $02d0, A1 ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
SearchQueue vIndirect $2050, $02d4, A1 ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
DeleteFromQueue vIndirect $2050, $02d8, A1 ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
DeleteMultiple vIndirect $2050, $02dc, A1 ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
NewMem vIndirect $2050, $02e0, A1 ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
DisposeMem vIndirect $2050, $02e4, A1 ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
AddNew vIndirect $2050, $02e8, A1 ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
RemOld vIndirect $2050, $02ec, A1 ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
Replenish vNoVector ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
Excess vNoVector ; {sources}OS:PPC:PPCUtilities.c
|
|||
|
PRMTFUSER vIndirect $2050, $02f0, A7 ; {sources}OS:PPC:PromptForUser.a
|
|||
|
PROMPTFORUSER vIndirect $2050, $02f4, A7 ; {sources}OS:PPC:PromptForUser.a
|
|||
|
GETPASSWORDBULLET vIndirect $2050, $02f8, A1 ; {sources}OS:PPC:PromptForUser.c
|
|||
|
GetIntlTokenChar vIndirect $2050, $02fc, A1 ; {sources}OS:PPC:PromptForUser.c
|
|||
|
FRK vDataTable ; {sources}Objects:ROM:PPC.lib
|
|||
|
PERMUTE vDataTable ; {sources}Objects:ROM:PPC.lib
|
|||
|
PTBL vDataTable ; {sources}Objects:ROM:PPC.lib
|
|||
|
IPINVTBL vDataTable ; {sources}Objects:ROM:PPC.lib
|
|||
|
IP vDataTable ; {sources}Objects:ROM:PPC.lib
|
|||
|
KEYSCHED vIndirect $2050, $0300, A1 ; {sources}Objects:ROM:PPC.lib
|
|||
|
ENCODE vIndirect $2050, $0304, A1 ; {sources}Objects:ROM:PPC.lib
|
|||
|
|
|||
|
;============================== End PPC Vectors
|
|||
|
|
|||
|
;============================== Quickdraw Vectors
|
|||
|
|
|||
|
ANGLEFROMSLOPE vATrap A??? ; {sources}QuickDraw:ANGLES.a
|
|||
|
SLOPEFROMANGLE vATrap A??? ; {sources}QuickDraw:ANGLES.a
|
|||
|
PTTOANGLE vATrap A??? ; {sources}QuickDraw:ANGLES.a
|
|||
|
STDARC vATrap A??? ; {sources}QuickDraw:ARCS.a
|
|||
|
FRAMEARC vATrap A??? ; {sources}QuickDraw:ARCS.a
|
|||
|
PAINTARC vATrap A??? ; {sources}QuickDraw:ARCS.a
|
|||
|
ERASEARC vATrap A??? ; {sources}QuickDraw:ARCS.a
|
|||
|
INVERTARC vATrap A??? ; {sources}QuickDraw:ARCS.a
|
|||
|
FILLARC vATrap A??? ; {sources}QuickDraw:ARCS.a
|
|||
|
FILLCARC vATrap A??? ; {sources}QuickDraw:ARCS.a
|
|||
|
CALLARC vIndirect $2054, $0004, A7 ; {sources}QuickDraw:ARCS.a
|
|||
|
BITBLT vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BARITH16TAB vDataTable ; {sources}QuickDraw:BITBLT.a
|
|||
|
BARITH32TAB vDataTable ; {sources}QuickDraw:BITBLT.a
|
|||
|
BHILITETAB vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BLEFT0 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BSETUP0 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BEND0 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BMAIN0 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BEND1 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BMAIN1 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BEND2 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BMAIN2 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BEND3 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BMAIN3 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BCEND0 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BCMAIN0 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BCEND3 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BCEND1 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BCMAIN3 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BCMAIN1 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BLONG8 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BSETUP8 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BEND9 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BMAIN9 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BEND10 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BSETUP10 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BEND11 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BMAIN11 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BXLONG8 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BXMAIN8 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BXEND9 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BXMAIN9 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BXEND10 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BXMAIN10 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BXEND11 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BXMAIN11 vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BARITH32SETUP vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BARITH16SETUP vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BADDOVER vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BADDPIN vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BSUBOVER vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BSUBPIN vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BMAX vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BMIN vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BAVG vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BHILITE vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BSLOHILITE vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
BTRANSPARENT vATrap A??? ; {sources}QuickDraw:BITBLT.a
|
|||
|
STDBITS vATrap A??? ; {sources}QuickDraw:BITMAPS.a
|
|||
|
BITSDEVLOOP vATrap A??? ; {sources}QuickDraw:BITMAPS.a
|
|||
|
COPYBITS vATrap A??? ; {sources}QuickDraw:BITMAPS.a
|
|||
|
GODEVLOOP vIndirect $2054, $0008, A7 ; {sources}QuickDraw:BITMAPS.a
|
|||
|
COPYCICON vIndirect $2054, $000c, A7 ; {sources}QuickDraw:BITMAPS.a
|
|||
|
COPYMASK vATrap A??? ; {sources}QuickDraw:BITMAPS.a
|
|||
|
CMDEVLOOP vIndirect $2054, $0010, A7 ; {sources}QuickDraw:BITMAPS.a
|
|||
|
SEEDFILL vATrap A??? ; {sources}QuickDraw:BITMAPS.a
|
|||
|
CALCMASK vATrap A??? ; {sources}QuickDraw:BITMAPS.a
|
|||
|
SCROLLRECT vATrap A??? ; {sources}QuickDraw:BITMAPS.a
|
|||
|
PACKBITS vATrap A??? ; {sources}QuickDraw:BITMAPS.a
|
|||
|
UNPACKBITS vATrap A??? ; {sources}QuickDraw:BITMAPS.a
|
|||
|
PACKWORDS vIndirect $2054, $0014, A7 ; {sources}QuickDraw:BITMAPS.a
|
|||
|
UNPACKWORDS vIndirect $2054, $0018, A7 ; {sources}QuickDraw:BITMAPS.a
|
|||
|
UPDATEPIXMAP vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
MAKEITABLE vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
MAKEGRAYITAB vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
ITABMATCH vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
COLORTHING2INDEX vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
COLOR2INDEX vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
INDEX2COLOR vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
INVERTCOLOR vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
RGBFORECOLOR vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
RGB2OLD vIndirect $2054, $001c, A7 ; {sources}QuickDraw:ColorMgr.a
|
|||
|
RGBBACKCOLOR vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
GETFORECOLOR vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
GETBACKCOLOR vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
REALCOLOR vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
SETENTRIES vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
RESTOREENTRIES vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
SAVEENTRIES vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
PROTECTENTRY vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
RESERVEENTRY vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
SETCLIENTID vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
ADDSEARCH vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
ADDCOMP vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
DELSEARCH vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
DELCOMP vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
GETSUBTABLE vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
QDERROR vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
DELTARGB vIndirect $2054, $0020, A7 ; {sources}QuickDraw:ColorMgr.a
|
|||
|
GETCTABLE vATrap A??? ; {sources}QuickDraw:ColorMgr.a
|
|||
|
ONEBITCTABLE vIndirect $2054, $0024, A7 ; {sources}QuickDraw:Colorasm.a
|
|||
|
FILLONEBIT vIndirect $2054, $0028, A7 ; {sources}QuickDraw:Colorasm.a
|
|||
|
PORTTOMAP vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
BITSTOMAP vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
OPENCPORT vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
INITCPORT vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
INITCOLORSTUFF vIndirect $2054, $002c, A7 ; {sources}QuickDraw:Colorasm.a
|
|||
|
CLOSECPORT vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
CLOSEPORT vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
SETCPORTPIX vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
NEWCTAB vIndirect $2054, $0030, A7 ; {sources}QuickDraw:Colorasm.a
|
|||
|
DISPOSCTABLE vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
GETCTSEED vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
OPENPIXMAP vIndirect $2054, $0034, A7 ; {sources}QuickDraw:Colorasm.a
|
|||
|
NEWPIXMAP vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
DISPOSPIXMAP vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
INITPIXMAP vIndirect $2054, $0038, A7 ; {sources}QuickDraw:Colorasm.a
|
|||
|
COPYPIXMAP vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
BITSTOPIX vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
COPYPMAP vIndirect $2054, $003c, A7 ; {sources}QuickDraw:Colorasm.a
|
|||
|
ONEBITDATA vDataTable ; {sources}QuickDraw:Colorasm.a
|
|||
|
SHFTTBL vDataTable ; {sources}QuickDraw:Colorasm.a
|
|||
|
SETCPIXEL vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
HILITECOLOR vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
OPCOLOR vATrap A??? ; {sources}QuickDraw:Colorasm.a
|
|||
|
SETGRAFVARSCOMMON vIndirect $2054, $0040, A7 ; {sources}QuickDraw:Colorasm.a
|
|||
|
DRAWARC vATrap A??? ; {sources}QuickDraw:DRAWARC.a
|
|||
|
INITOVAL vIndirect $2054, $0044, A7 ; {sources}QuickDraw:DRAWARC.a
|
|||
|
BUMPOVAL vIndirect $2054, $0048, A7 ; {sources}QuickDraw:DRAWARC.a
|
|||
|
DRAWLINE vATrap A??? ; {sources}QuickDraw:DRAWLINE.a
|
|||
|
FASTLINE vATrap A??? ; {sources}QuickDraw:DRAWLINE.a
|
|||
|
STEEPBLITTAB vDataTable ; {sources}QuickDraw:DRAWLINE.a
|
|||
|
SHALLOWBLITTAB vDataTable ; {sources}QuickDraw:DRAWLINE.a
|
|||
|
FASTSLANT vATrap A??? ; {sources}QuickDraw:DRAWLINE.a
|
|||
|
DRTEXT vIndirect $2054, $004c, A7 ; {sources}QuickDraw:DRAWTEXT.a
|
|||
|
CALCCHAREXTRA vIndirect $2054, $0050, A7 ; {sources}QuickDraw:DRAWTEXT.a
|
|||
|
DEVICELOOP vATrap A??? ; {sources}QuickDraw:DeviceLoop.a
|
|||
|
NEWGDEVICE vATrap A??? ; {sources}QuickDraw:GDevice.a
|
|||
|
DISPOSGDEVICE vATrap A??? ; {sources}QuickDraw:GDevice.a
|
|||
|
DISPOSGDHANDLES vIndirect $2054, $0054, A7 ; {sources}QuickDraw:GDevice.a
|
|||
|
INITGDEVICE vATrap A??? ; {sources}QuickDraw:GDevice.a
|
|||
|
GETDEVPIXMAP vIndirect $2054, $0058, A7 ; {sources}QuickDraw:GDevice.a
|
|||
|
CHECKDEVICES vIndirect $2054, $005c, A7 ; {sources}QuickDraw:GDevice.a
|
|||
|
GETGDEVICE vATrap A??? ; {sources}QuickDraw:GDevice.a
|
|||
|
SETGDEVICE vATrap A??? ; {sources}QuickDraw:GDevice.a
|
|||
|
GETDEVICELIST vATrap A??? ; {sources}QuickDraw:GDevice.a
|
|||
|
GETMAINDEVICE vATrap A??? ; {sources}QuickDraw:GDevice.a
|
|||
|
GETNEXTDEVICE vATrap A??? ; {sources}QuickDraw:GDevice.a
|
|||
|
TESTDEVICEATTRIBUTE vATrap A??? ; {sources}QuickDraw:GDevice.a
|
|||
|
SETDEVICEATTRIBUTE vATrap A??? ; {sources}QuickDraw:GDevice.a
|
|||
|
GETMAXDEVICE vATrap A??? ; {sources}QuickDraw:GDevice.a
|
|||
|
GETDEVPIX vIndirect $2054, $0060, A7 ; {sources}QuickDraw:GDevice.a
|
|||
|
NEWHANDLEWRAPPER vIndirect $2054, $0064, A7 ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
JACKSONPOLLOCK vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
RNEWHANDLE vIndirect $2054, $0068, A7 ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
SETHSIZE vIndirect $2054, $006c, A7 ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
RSETHSIZE vIndirect $2054, $0070, A7 ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
NEWTEMPHANDLE vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
NEWTEMPBUFFER vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
DISPOSETEMPBUFFER vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
INITGRAF vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
NEWPORT vIndirect $2054, $0074, A7 ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
OPENPORT vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
INITPORT vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
INITSHARED vIndirect $2054, $0078, A7 ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
SETSTDPROCS vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
SETSTDCPROCS vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
LOCALTOGLOBAL vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
GLOBALTOLOCAL vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
ADDPT vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
SUBPT vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
SETPORT vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
GETPORT vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
GRAFDEVICE vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
SETPORTBITS vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
BACKPAT vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
PORTSIZE vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
MOVEPORTTO vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
SETORIGIN vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
CLIPRECT vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
SETCLIP vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
GETCLIP vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
SETPT vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
EQUALPT vATrap A??? ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
INSPORTLIST vIndirect $2054, $007c, A7 ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
DELPORTLIST vIndirect $2054, $0080, A7 ; {sources}QuickDraw:GRAFAsm.a
|
|||
|
QDEXTDISPATCHER vIndirect $2054, $0084, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
NEWGWORLD vIndirect $2054, $0088, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
SHIFTTABLE vDataTable ; {sources}QuickDraw:GWorld.a
|
|||
|
FINDINVERSETABLE vIndirect $2054, $008c, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
GETGWORLD vIndirect $2054, $0090, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
SETGWORLD vIndirect $2054, $0094, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
DISPOSEGWORLD vIndirect $2054, $0098, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
GETGWORLDDEVICE vIndirect $2054, $009c, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
UPDATEGWORLD vIndirect $2054, $00a0, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
QDDONE vIndirect $2054, $00a4, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
LOCKPIXELS vIndirect $2054, $00a8, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
UNLOCKPIXELS vIndirect $2054, $00ac, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
PORTCHANGED vIndirect $2054, $00b0, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
PIXPATCHANGED vIndirect $2054, $00b4, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
CTABCHANGED vIndirect $2054, $00b8, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
GDEVICECHANGED vIndirect $2054, $00bc, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
ALLOWPURGEPIXELS vIndirect $2054, $00c0, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
NOPURGEPIXELS vIndirect $2054, $00c4, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
GETPIXELSSTATE vIndirect $2054, $00c8, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
SETPIXELSSTATE vIndirect $2054, $00cc, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
GETPIXBASEADDR vIndirect $2054, $00d0, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
PIXMAP32BIT vIndirect $2054, $00d4, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
GETGWORLDPIXMAP vIndirect $2054, $00d8, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
NEWSCREENBUFFER vIndirect $2054, $00dc, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
NEWTEMPSCREENBUFFER vIndirect $2054, $00e0, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
DISPOSESCREENBUFFER vIndirect $2054, $00e4, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
OFFSCREENVERSION vIndirect $2054, $00e8, A7 ; {sources}QuickDraw:GWorld.a
|
|||
|
GETDIRECTPMDATA vIndirect $2054, $00ec, A7 ; {sources}QuickDraw:GetPmData.a
|
|||
|
GETPMDATA vATrap A??? ; {sources}QuickDraw:GetPmData.a
|
|||
|
GETBIGPICDATA vIndirect $2054, $00f0, A7 ; {sources}QuickDraw:GetPmData.a
|
|||
|
ALLOCCURSOR vATrap A??? ; {sources}QuickDraw:LCURSOR.a
|
|||
|
INITCURSOR vATrap A??? ; {sources}QuickDraw:LCURSOR.a
|
|||
|
SETCURSOR vATrap A??? ; {sources}QuickDraw:LCURSOR.a
|
|||
|
SETCCURSOR vATrap A??? ; {sources}QuickDraw:LCURSOR.a
|
|||
|
HIDECURSOR vATrap A??? ; {sources}QuickDraw:LCURSOR.a
|
|||
|
SHOWCURSOR vATrap A??? ; {sources}QuickDraw:LCURSOR.a
|
|||
|
SHIELDCURSOR vATrap A??? ; {sources}QuickDraw:LCURSOR.a
|
|||
|
OBSCURECURSOR vATrap A??? ; {sources}QuickDraw:LCURSOR.a
|
|||
|
STDLINE vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
LINETO vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
LINE vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
MOVETO vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
COMMONMOVEEND vIndirect $2054, $00f4, A7 ; {sources}QuickDraw:LINES.a
|
|||
|
MOVE vIndirect $2054, $00f8, A7 ; {sources}QuickDraw:LINES.a
|
|||
|
MOOV vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
DOLINE vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
HIDEPEN vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
SHOWPEN vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
GETPENSTATE vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
SETPENSTATE vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
GETPEN vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
PENSIZE vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
PENMODE vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
PENPAT vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
PENNORMAL vATrap A??? ; {sources}QuickDraw:LINES.a
|
|||
|
SEEDCFILL vATrap A??? ; {sources}QuickDraw:MaskAsm.a
|
|||
|
CALCCMASK vATrap A??? ; {sources}QuickDraw:MaskAsm.a
|
|||
|
MYSPROC vIndirect $2054, $00fc, A7 ; {sources}QuickDraw:MaskAsm.a
|
|||
|
MYCPROC vIndirect $2054, $0100, A7 ; {sources}QuickDraw:MaskAsm.a
|
|||
|
GETTEMPDEVICE vIndirect $2054, $0104, A7 ; {sources}QuickDraw:MaskAsm.a
|
|||
|
MASKEND vDataTable ; {sources}QuickDraw:MaskAsm.a
|
|||
|
STDOVAL vATrap A??? ; {sources}QuickDraw:OVALS.a
|
|||
|
FRAMEOVAL vATrap A??? ; {sources}QuickDraw:OVALS.a
|
|||
|
PAINTOVAL vATrap A??? ; {sources}QuickDraw:OVALS.a
|
|||
|
ERASEOVAL vATrap A??? ; {sources}QuickDraw:OVALS.a
|
|||
|
INVERTOVAL vATrap A??? ; {sources}QuickDraw:OVALS.a
|
|||
|
FILLOVAL vATrap A??? ; {sources}QuickDraw:OVALS.a
|
|||
|
FILLCOVAL vATrap A??? ; {sources}QuickDraw:OVALS.a
|
|||
|
CALLOVAL vIndirect $2054, $0108, A7 ; {sources}QuickDraw:OVALS.a
|
|||
|
PACKRGN vATrap A??? ; {sources}QuickDraw:PACKRGN.a
|
|||
|
STDCOMMENT vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
STDGETPIC vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
STDPUTPIC vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
STDOPCODEPROC vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
PICCOMMENT vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
OPENCPICTURE vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
OPENPICTURE vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
OPSHARE vIndirect $2054, $010c, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
CLOSEPICTURE vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
KILLPICTURE vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
DRAWPICTURE vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
PICITEM1 vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
GETUBYTE vIndirect $2054, $0110, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
GETWORD vIndirect $2054, $0114, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
GETLONG vIndirect $2054, $0118, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
GETPICDATA vIndirect $2054, $011c, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICDATA vIndirect $2054, $0120, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
DPUTPICBYTE vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICBYTE vIndirect $2054, $0124, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICWORD vIndirect $2054, $0128, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICLONG vIndirect $2054, $012c, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICRECT vIndirect $2054, $0130, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
DPUTPICOP vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICOP vIndirect $2054, $0134, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICOP2 vIndirect $2054, $0138, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICRGN vIndirect $2054, $013c, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICPAD vIndirect $2054, $0140, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICPAT vIndirect $2054, $0144, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICVERB vIndirect $2054, $0148, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
UPDATEPAT vIndirect $2054, $014c, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
EQUALPAT vIndirect $2054, $0150, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
GETPICTABLE vIndirect $2054, $0154, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICTABLE vIndirect $2054, $0158, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
GETPICPIXMAP vIndirect $2054, $015c, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICPIXMAP vIndirect $2054, $0160, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
GETPICPIXPAT vIndirect $2054, $0164, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTGRAY vIndirect $2054, $0168, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPICPIXPAT vIndirect $2054, $016c, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTDIRECTPMDATA vIndirect $2054, $0170, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
PUTPMDATA vIndirect $2054, $0174, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
CHECKPIC vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
SCALEPT vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
MAPPT vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
MAPFIXPT vIndirect $2054, $0178, A7 ; {sources}QuickDraw:PICTURES.a
|
|||
|
MAPRECT vATrap A??? ; {sources}QuickDraw:PICTURES.a
|
|||
|
STDPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
FRAMEPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
PAINTPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
ERASEPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
INVERTPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
FILLPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
FILLCPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
CALLPOLY vIndirect $2054, $017c, A7 ; {sources}QuickDraw:POLYGONS.a
|
|||
|
OPENPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
CLOSEPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
KILLPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
OFFSETPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
MAPPOLY vATrap A??? ; {sources}QuickDraw:POLYGONS.a
|
|||
|
FRPOLY vIndirect $2054, $0180, A7 ; {sources}QuickDraw:POLYGONS.a
|
|||
|
PUTLINE vATrap A??? ; {sources}QuickDraw:PUTLINE.a
|
|||
|
PUTOVAL vATrap A??? ; {sources}QuickDraw:PUTOVAL.a
|
|||
|
PUTRGN vATrap A??? ; {sources}QuickDraw:PUTRGN.a
|
|||
|
UPDATEPALETTE vIndirect $2054, $0184, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
ACTIVATEPALETTE vIndirect $2054, $0188, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
PMALLOCATE vIndirect $2054, $018c, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CHECKALLDEVICECLUTS vIndirect $2054, $0190, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CHECKFORPROCESSMGR vIndirect $2054, $0194, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
PMGREXIT vIndirect $2054, $0198, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CHECKFORJUGGLER vIndirect $2054, $019c, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
RECORDPALETTE vIndirect $2054, $01a0, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
NEWPALETTE vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
GETNEWPALETTE vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CLAIMINDEX vIndirect $2054, $01a4, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CLEARPALETTE vIndirect $2054, $01a8, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CLEARSTRAND vIndirect $2054, $01ac, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
ERASEPALETTE vIndirect $2054, $01b0, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CORRELATE vIndirect $2054, $01b4, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
DISPOSEAPPPALETTES vIndirect $2054, $01b8, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
DEVSETENTRIES vIndirect $2054, $01bc, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
DISPOSEPALETTE vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
GETCLUT vIndirect $2054, $01c0, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
SYSCOLORS vDataTable ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
INITPALETTES vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CHECKDEVICECOLORS vIndirect $2054, $01c4, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
FINDLINK vIndirect $2054, $01c8, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
ANALYZEDEV vIndirect $2054, $01cc, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
PILLAGE vIndirect $2054, $01d0, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
GIMMEINDEX vIndirect $2054, $01d4, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
REDRAWDESKTOP vIndirect $2054, $01d8, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
DIRTYSEEDS vIndirect $2054, $01dc, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
SETPALETTE vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
GETPALETTE vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
FINDINDEX vIndirect $2054, $01e0, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
ENTRY2INDEX vIndirect $2054, $01e4, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
INDEX2ENTRIES vIndirect $2054, $01e8, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
PMFORECOLOR vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
PMBACKCOLOR vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
ANIMATEENTRY vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
ANIMATEPALETTE vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
GETENTRYCOLOR vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
SCATTERDEVICES vIndirect $2054, $01ec, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
SETDEV vIndirect $2054, $01f0, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
SETENTRYCOLOR vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
GETENTRYUSAGE vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
SETENTRYUSAGE vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CTAB2PALETTE vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
PALETTE2CTAB vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CLEARONE vIndirect $2054, $01f4, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
COPYPALETTE vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
UPDATEDEVICE vIndirect $2054, $01f8, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
UPDATEDEVICES vIndirect $2054, $01fc, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
WHATPAL vIndirect $2054, $0200, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CALCDEVS vIndirect $2054, $0204, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
UNHOOKDEVICE vIndirect $2054, $0208, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
UNRESERVEDEVICES vIndirect $2054, $020c, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
ZAPLINKS vIndirect $2054, $0210, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
RESIZEPALETTE vIndirect $2054, $0214, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
RESTOREDEVICECLUT vIndirect $2054, $0218, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
NEWHILITECOLOR vIndirect $2054, $021c, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
SAVEFORE vIndirect $2054, $0220, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
SAVEBACK vIndirect $2054, $0224, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
RESTOREFORE vIndirect $2054, $0228, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
RESTOREBACK vIndirect $2054, $022c, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
RELEASELIST vIndirect $2054, $0230, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
SETDEPTH vIndirect $2054, $0234, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
HASDEPTH vIndirect $2054, $0238, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
PMGRVERSION vIndirect $2054, $023c, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
SETPALETTEUPDATES vIndirect $2054, $0240, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
GETPALETTEUPDATES vIndirect $2054, $0244, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
GETGRAY vIndirect $2054, $0248, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
CHECKCOLORS vIndirect $2054, $024c, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
PMGRDISPATCH vATrap A??? ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
GETCCURSOR vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
GETPIXPAT vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
PATSHARE vIndirect $2054, $0250, A7 ; {sources}QuickDraw:Patterns.a
|
|||
|
NEWPIXPAT vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
DISPOSCCURSOR vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
DISPOSPIXPAT vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
SETFILLPAT vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
PENPIXPAT vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
PHILPIXPAT vIndirect $2054, $0254, A7 ; {sources}QuickDraw:Patterns.a
|
|||
|
BACKPIXPAT vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
COPYPIXPAT vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
OLDPATTONEW vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
PATEXPAND vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
PATCONVERT vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
MAKESCALETBL vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
PATDITHER vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
MAKERGBPAT vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
GETCICON vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
PLOTCICON vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
DISPOSCICON vATrap A??? ; {sources}QuickDraw:Patterns.a
|
|||
|
PACK15 vATrap A??? ; {sources}QuickDraw:PictUtilities:puPackEntry.a
|
|||
|
VISRGNCHANGED vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
BITNOT vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
BITAND vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
BITXOR vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
BITOR vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
BITSHIFT vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
BITTST vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
BITSET vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
BITCLR vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
RANDOM vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
FORECOLOR vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
BACKCOLOR vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
PORTLONG vIndirect $2054, $0258, A7 ; {sources}QuickDraw:QDUtil.a
|
|||
|
COLORBIT vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
PORTWORD vIndirect $2054, $025c, A7 ; {sources}QuickDraw:QDUtil.a
|
|||
|
GETMASKTAB vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
LEFTMASK vIndirect $2054, $0260, A7 ; {sources}QuickDraw:QDUtil.a
|
|||
|
RIGHTMASK vIndirect $2054, $0264, A7 ; {sources}QuickDraw:QDUtil.a
|
|||
|
BITMASK vIndirect $2054, $0268, A7 ; {sources}QuickDraw:QDUtil.a
|
|||
|
MASKTAB vDataTable ; {sources}QuickDraw:QDUtil.a
|
|||
|
ARITHMODE vDataTable ; {sources}QuickDraw:QDUtil.a
|
|||
|
COLORMAP vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
ALPHADISPATCH vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
STREAMTOMASK vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
GETCPIXEL vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
GETPIXEL vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
TRANSLATE24TO32 vIndirect $2054, $026c, A7 ; {sources}QuickDraw:QDUtil.a
|
|||
|
ELSIETRANSLATE24TO32 vIndirect $2054, $0270, A7 ; {sources}QuickDraw:QDUtil.a
|
|||
|
STUFFHEX vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
XORSLAB vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
DRAWSLAB vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLMASK8 vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLMASK9 vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLMASK10 vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLMASK11 vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLXMASK8 vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLXMASK9 vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLXMASK10 vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLXMASK11 vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLADDOVER vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLADDPIN vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLSUBOVER vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLSUBPIN vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLMAX vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLMIN vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLAVG vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLHILITE vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLTRANSPARENT vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLABMODE vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLARITH16TAB vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SLARITH32TAB vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
FASTSLABMODE vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
COPYHANDLE vATrap A??? ; {sources}QuickDraw:QDUtil.a
|
|||
|
SORTVECTORS vIndirect $2054, $0274, A7 ; {sources}QuickDraw:QuickPolys.a
|
|||
|
PAINTVECTOR vIndirect $2054, $0278, A7 ; {sources}QuickDraw:QuickPolys.a
|
|||
|
DRAWPOLY vIndirect $2054, $027c, A7 ; {sources}QuickDraw:QuickPolys.a
|
|||
|
STDRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
STDDEVLOOP vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
PINIT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
PUSHVERB vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
FILLRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
FILLCRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
FRAMERECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
PAINTRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
ERASERECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
INVERTRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
INVALRECT vATrap
|
|||
|
CALLRECT vIndirect $2054, $0280, A7 ; {sources}QuickDraw:RECTS.a
|
|||
|
DRAWRECT vIndirect $2054, $0284, A7 ; {sources}QuickDraw:RECTS.a
|
|||
|
FRMRECT vIndirect $2054, $0288, A7 ; {sources}QuickDraw:RECTS.a
|
|||
|
SETRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
EQUALRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
EMPTYRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
OFFSETRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
INSETRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
SECTRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
RSECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
UNIONRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
PT2RECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
PTINRECT vATrap A??? ; {sources}QuickDraw:RECTS.a
|
|||
|
PUTRECT vIndirect $2054, $028c, A7 ; {sources}QuickDraw:RECTS.a
|
|||
|
STDRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
FRAMERGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
PAINTRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
ERASERGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
INVERTRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
FILLRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
FILLCRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
CALLRGN vIndirect $2054, $0290, A7 ; {sources}QuickDraw:REGIONS.a
|
|||
|
DRAWRGN vIndirect $2054, $0294, A7 ; {sources}QuickDraw:REGIONS.a
|
|||
|
FRRGN vIndirect $2054, $0298, A7 ; {sources}QuickDraw:REGIONS.a
|
|||
|
NEWRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
DISPOSERGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
OPENRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
CLOSERGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
COPYRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
SETEMPTYRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
SETRECTRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
RECTRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
OFFSETRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
INSETRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
EMPTYRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
EQUALRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
SECTRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
UNIONRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
DIFFRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
XORRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
DORGNOP vIndirect $2054, $029c, A7 ; {sources}QuickDraw:REGIONS.a
|
|||
|
PTINRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
RECTINRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
TRIMRECT vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
MAPRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
BITMAPRGN vATrap A??? ; {sources}QuickDraw:REGIONS.a
|
|||
|
RGNBLT vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RARITH16TAB vDataTable ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RARITH32TAB vDataTable ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RHILITETAB vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RMASK0 vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RCMASK0 vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RCMASK3 vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RMASK8 vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RMASK11 vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RXMASK8 vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RXMASK11 vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RADDOVER vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RADDPIN vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RSUBOVER vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RSUBPIN vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RMAX vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RMIN vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RAVG vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RHILITE vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RSLOWHILITE vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RTRANSPARENT vATrap A??? ; {sources}QuickDraw:RGNBLT.a
|
|||
|
RGNOP vATrap A??? ; {sources}QuickDraw:RGNOP.a
|
|||
|
SECTSCAN vIndirect $2054, $02a0, A7 ; {sources}QuickDraw:RGNOP.a
|
|||
|
DIFFSCAN vIndirect $2054, $02a4, A7 ; {sources}QuickDraw:RGNOP.a
|
|||
|
UNIONSCAN vIndirect $2054, $02a8, A7 ; {sources}QuickDraw:RGNOP.a
|
|||
|
INSETSCAN vIndirect $2054, $02ac, A7 ; {sources}QuickDraw:RGNOP.a
|
|||
|
XORSCAN vNoVector ; {sources}QuickDraw:RGNOP.a
|
|||
|
STDRRECT vATrap A??? ; {sources}QuickDraw:RRECTS.a
|
|||
|
FRAMEROUNDRECT vATrap A??? ; {sources}QuickDraw:RRECTS.a
|
|||
|
PAINTROUNDRECT vATrap A??? ; {sources}QuickDraw:RRECTS.a
|
|||
|
ERASEROUNDRECT vATrap A??? ; {sources}QuickDraw:RRECTS.a
|
|||
|
INVERTROUNDRECT vATrap A??? ; {sources}QuickDraw:RRECTS.a
|
|||
|
FILLROUNDRECT vATrap A??? ; {sources}QuickDraw:RRECTS.a
|
|||
|
FILLCROUNDRECT vATrap A??? ; {sources}QuickDraw:RRECTS.a
|
|||
|
CALLRRECT vIndirect $2054, $02b0, A7 ; {sources}QuickDraw:RRECTS.a
|
|||
|
INITRGN vATrap A??? ; {sources}QuickDraw:SEEKRGN.a
|
|||
|
SEEKRGN vATrap A??? ; {sources}QuickDraw:SEEKRGN.a
|
|||
|
SEEKDOWN vIndirect $2054, $02b4, A7 ; {sources}QuickDraw:SEEKRGN.a
|
|||
|
SEEKUP vIndirect $2054, $02b8, A7 ; {sources}QuickDraw:SEEKRGN.a
|
|||
|
SORTPOINTS vATrap A??? ; {sources}QuickDraw:SORTPOINTS.a
|
|||
|
CULLPOINTS vATrap A??? ; {sources}QuickDraw:SORTPOINTS.a
|
|||
|
STRETCHBITS vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
NOPFGCOLORTABLE vDataTable ; {sources}QuickDraw:STRETCH.a
|
|||
|
BLITCASE vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STCOLORTAB vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STGRAYTAB vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STSEARCHTAB vDataTable ; {sources}QuickDraw:STRETCH.a
|
|||
|
ONEBITPROC vIndirect $2054, $02bc, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
STSCANLOOP vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
DONESTRETCH vIndirect $2054, $02c0, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
STNOSTACK vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STMASK0 vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STMASK1 vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STMASK2 vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STMASK3 vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STADDOVER vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STADDPIN vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STSUBOVER vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STSUBPIN vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STMAX vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STMIN vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STAVG vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STTRANSPARENT vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STHILITE vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STARITH16TAB vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
STARITH32TAB vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
SETUPSTRETCH vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
EXTBL vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
PATEXTBL vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
TABLE2 vDataTable ; {sources}QuickDraw:STRETCH.a
|
|||
|
TABLE4 vDataTable ; {sources}QuickDraw:STRETCH.a
|
|||
|
TABLE8 vDataTable ; {sources}QuickDraw:STRETCH.a
|
|||
|
SCALEINDEXEDTOINDEXED vATrap A??? ; {sources}QuickDraw:STRETCH.a
|
|||
|
DITHER32TOINDEXED vIndirect $2054, $02c4, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
DITHER16TOINDEXED vIndirect $2054, $02c8, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
DITHER32TOGRAY vIndirect $2054, $02cc, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
DITHER32TOBITMAP vIndirect $2054, $02d0, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
DITHER16TOGRAY vIndirect $2054, $02d4, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
DITHER16TOBITMAP vIndirect $2054, $02d8, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SCALE32TOINDEXED vIndirect $2054, $02dc, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SCALE32TOGRAY vIndirect $2054, $02e0, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SCALE32TOBITMAP vIndirect $2054, $02e4, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SCALE16TOGRAY vIndirect $2054, $02e8, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SCALE16TOBITMAP vIndirect $2054, $02ec, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SEARCH32TO32 vIndirect $2054, $02f0, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SEARCH32TOINDEXED vIndirect $2054, $02f4, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SEEDCFILL32 vIndirect $2054, $02f8, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
CALCCMASK32 vIndirect $2054, $02fc, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SCALE32TO16 vIndirect $2054, $0300, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SEARCH32TO16 vIndirect $2054, $0304, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SCALE16TOINDEXED vIndirect $2054, $0308, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SEARCH16TOINDEXED vIndirect $2054, $030c, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SEEDCFILL16 vIndirect $2054, $0310, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
CALCCMASK16 vIndirect $2054, $0314, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SCALE16TO32 vIndirect $2054, $0318, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SEARCH16TO32 vIndirect $2054, $031c, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
SEARCH16TO16 vIndirect $2054, $0320, A7 ; {sources}QuickDraw:STRETCH.a
|
|||
|
STDTEXT vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
REGLARSTDTEXT vIndirect $2054, $0324, A7 ; {sources}QuickDraw:TEXT.a
|
|||
|
CALLTEXT vIndirect $2054, $0328, A7 ; {sources}QuickDraw:TEXT.a
|
|||
|
TEXTFACE vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
DRAWCHAR vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
CHARWIDTH vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
TEXTFONT vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
TEXTMODE vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
TEXTSIZE vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
SPACEEXTRA vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
DRAWSTRING vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
DRAWTEXT vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
STRINGWIDTH vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
TEXTWIDTH vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
STDTXMEAS vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
MEASURETEXT vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
GETFONTINFO vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
CHAREXTRA vATrap A??? ; {sources}QuickDraw:TEXT.a
|
|||
|
QUICKERDRAW vIndirect $2054, $032c, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
SLADDOVER8 vIndirect $2054, $0330, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
SLSUBOVER8 vIndirect $2054, $0334, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
SLADDPIN8 vIndirect $2054, $0338, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
SLSUBPIN8 vIndirect $2054, $033c, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
SLMAX8 vIndirect $2054, $0340, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
SLMIN8 vIndirect $2054, $0344, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
SLAVG8 vIndirect $2054, $0348, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
RADDOVER8 vIndirect $2054, $034c, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
RSUBOVER8 vIndirect $2054, $0350, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
RADDPIN8 vIndirect $2054, $0354, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
RSUBPIN8 vIndirect $2054, $0358, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
RMAX8 vIndirect $2054, $035c, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
RMIN8 vIndirect $2054, $0360, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
RAVG8 vIndirect $2054, $0364, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
BADDOVER8 vIndirect $2054, $0368, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
BSUBOVER8 vIndirect $2054, $036c, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
BADDPIN8 vIndirect $2054, $0370, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
BSUBPIN8 vIndirect $2054, $0374, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
BMAX8 vIndirect $2054, $0378, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
BMIN8 vIndirect $2054, $037c, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
BAVG8 vIndirect $2054, $0380, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
SLTRANSPARENT8 vIndirect $2054, $0384, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
RTRANSPARENT8 vIndirect $2054, $0388, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
BTRANSPARENT8 vIndirect $2054, $038c, A7 ; {sources}QuickDraw:arith8blt.a
|
|||
|
CRSRCORE vDataTable ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
INITCRTABLE vDataTable ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
CRSRVBLTASK vIndirect $2054, $0390, A7 ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
PINRECT vATrap A??? ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
CURSORSECT vIndirect $2054, $0394, A7 ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
ERASECURSOR vIndirect $2054, $0398, A7 ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
DRAWCURSOR vIndirect $2054, $039c, A7 ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
GETMAINCRSR vIndirect $2054, $03a0, A7 ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
SETCRSRDATA vIndirect $2054, $03a4, A7 ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
ALLOCCRSR vATrap A??? ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
BLITCURSOR vIndirect $2054, $03a8, A7 ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
UNBLITCURSOR vIndirect $2054, $03ac, A7 ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
SCRNADDRESS vATrap A??? ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
SCRNSIZE vATrap A??? ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
SCRNBITMAP vATrap A??? ; {sources}QuickDraw:cCrsrCore.a
|
|||
|
SCALEBLT vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCDIRTAB1 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCDIRTAB2 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCDIRTAB4 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCDIRTAB8 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCDIRTAB16 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCDIRTAB32 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCINDTAB1 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCINDTAB2 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCINDTAB4 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCINDTAB8 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCINDTAB16 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
SCINDTAB32 vATrap A??? ; {sources}QuickDraw:scaleBlt.a
|
|||
|
XGETSEEK vIndirect $2054, $03b0, A7 ; {sources}QuickDraw:seekMask.a
|
|||
|
ALLOCRUNBUF vATrap A??? ; {sources}QuickDraw:seekMask.a
|
|||
|
GETSEEK vATrap A??? ; {sources}QuickDraw:seekMask.a
|
|||
|
GSRUNTBL vATrap A??? ; {sources}QuickDraw:seekMask.a
|
|||
|
GSEXPTBL vATrap A??? ; {sources}QuickDraw:seekMask.a
|
|||
|
GSSEEKTBL vATrap A??? ; {sources}QuickDraw:seekMask.a
|
|||
|
RXMASK10 vATrap A??? ; {sources}Objects:ROM:CQD.lib
|
|||
|
RMASK2 vATrap A??? ; {sources}Objects:ROM:CQD.lib
|
|||
|
RXMASK9 vATrap A??? ; {sources}Objects:ROM:CQD.lib
|
|||
|
RMASK1 vATrap A??? ; {sources}Objects:ROM:CQD.lib
|
|||
|
RMASK3 vATrap A??? ; {sources}Objects:ROM:CQD.lib
|
|||
|
RMASK9 vATrap A??? ; {sources}Objects:ROM:CQD.lib
|
|||
|
RMASK10 vATrap A??? ; {sources}Objects:ROM:CQD.lib
|
|||
|
SYSCOLOREND vDataTable ; {sources}Objects:ROM:CQD.lib
|
|||
|
RCMASK1 vATrap A??? ; {sources}Objects:ROM:CQD.lib
|
|||
|
FINDMODEID vIndirect $2054, $03b4, A7 ; {sources}QuickDraw:PaletteMgr.a
|
|||
|
IRECTCOMMON vIndirect $2054, $03b8, A7 ;
|
|||
|
VALIDRECT vAtrap
|
|||
|
|
|||
|
;============================== End QuickDraw Vectors
|
|||
|
|
|||
|
;============================== Resource Manager Vectors
|
|||
|
|
|||
|
RMGR vNoVector ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
INITRESOURCES vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
VSUPERLOAD vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
VNEWMAP vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
RSRCZONEINIT vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
HCREATERESFILE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
CREATERESFILE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
HOPENRESFILE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
OPENRESFILE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
ROMOPENRFPERM vIndirect $2058, $0004, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
OPENRFPERM vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
USERESFILE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
GETRESFILEATTRS vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
SETRESFILEATTRS vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
UPDATERESFILE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
VCMPFRM vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
CLOSERESFILE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
COUNT1RESOURCES vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
COUNTRESOURCES vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
GET1INDRESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
GETINDRESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
COUNT1TYPES vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
COUNTTYPES vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
GET1INDTYPE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
GETINDTYPE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
UNIQUE1ID vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
UNIQUEID vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
GET1RESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
GETRESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
GET1NAMEDRESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
GETNAMEDRESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
STDZENTRY vIndirect $2058, $0008, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
STD1ENTRY vIndirect $2058, $000c, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
VRMGRSTDEXIT vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
VCHECKLOAD vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
RRENTRY6 vIndirect $2058, $0010, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
RDDATA vIndirect $2058, $0014, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
WRDATA vIndirect $2058, $0018, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
SAVEREGS vIndirect $2058, $001c, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
SPACEAT vIndirect $2058, $0020, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
CHECKGROWAT1 vIndirect $2058, $0024, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
LOADRESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
RELEASERESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
DETACHRESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
CHANGEDRESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
WRITERESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
HOMERESFILE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
SETRESPURGE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
SETRESLOAD vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
CURRESFILE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
RESERROR vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
ADDREFERENCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
RMVEREFERENCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
GETRESATTRS vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
SETRESATTRS vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
REFHANDLE vIndirect $2058, $0028, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
GETRESINFO vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
SETRESINFO vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
ADDRESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
ADDNEWREF vIndirect $2058, $002c, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
ADDNEWREFWITHOUTUPDATE vIndirect $2058, $0030, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
RMVERESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
ADDNAME vIndirect $2058, $0034, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
SIZERESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
MAXSIZERSRC vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
RSRCMAPENTRY vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
RGETRESOURCE vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgr.a
|
|||
|
RSRCZONEPATCH vNoVector
|
|||
|
OLDRSRCZONEINIT vNoVector
|
|||
|
RESOURCEDISPATCH vATrap A??? ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
RESOLVEIDCONFLICTS vIndirect $2058, $0038, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
FINDNEWFAMILYNUMBER vIndirect $2058, $003c, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
VALIDATEFONTRESOURCEIDS vIndirect $2058, $0040, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
FINDIDINFROMTOLIST vIndirect $2058, $0044, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
NEWFROMTOENTRY vIndirect $2058, $0048, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
FONTRESOURCETYPE vIndirect $2058, $004c, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
RELEASETHEFONT vIndirect $2058, $0050, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
CLOSERESFILEUNDERSYSTEMMAP vIndirect $2058, $0054, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
OPENRESFILEUNDERSYSTEMMAP vIndirect $2058, $0058, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
ISTHISAFONTFILEINTHEFONTSFOLDER vIndirect $2058, $005c, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
INSERTMAPUNDERSYSTEMMAP vIndirect $2058, $0060, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
ISTHISASYSTEMRESOURCEMAP vIndirect $2058, $0064, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
GETPSNFROMPARALLELFCB vIndirect $2058, $0068, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
GETMAP vIndirect $2058, $006c, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
READPARTIALRESOURCE vIndirect $2058, $0070, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
WRITEPARTIALRESOURCE vIndirect $2058, $0074, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
SETRESOURCESIZE vIndirect $2058, $0078, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
MAKEOVERRIDEMAP vIndirect $2058, $007c, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
INSERTOVERRIDEMAP vIndirect $2058, $0080, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
GETOVERRIDEMAP vNoVector ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
SETSCANOVERRIDE vIndirect $2058, $0084, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
GETOVERRIDEATTRIBUTES vIndirect $2058, $0088, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
SETOVERRIDEATTRIBUTES vIndirect $2058, $008c, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
GETNEXTFOND vIndirect $2058, $0090, A7 ; {sources}Toolbox:ResourceMgr:ResourceMgrExtensions.a
|
|||
|
|
|||
|
;============================== End Resource Manager Vectors
|
|||
|
|
|||
|
;============================== SCSI Manager Vectors
|
|||
|
|
|||
|
;————— Old SCSI Manager
|
|||
|
SCSIDISPATCHCOMMON vATrap A??? ; {sources}OS:SCSIMgr:SCSILinkPatch.a
|
|||
|
SCSIBUSYPLUS vIndirect $205C, $0004, A7 ; {sources}OS:SCSIMgr:SCSILinkPatch.a
|
|||
|
SCSIBUSYOTHERS vIndirect $205C, $0008, A7 ; {sources}OS:SCSIMgr:SCSILinkPatch.a
|
|||
|
SCSIBOOTS vIndirect $205C, $000c, A7 ; {sources}OS:SCSIMgr:scsiboot.a
|
|||
|
SCSILOAD vIndirect $205C, $0010, A7 ; {sources}OS:SCSIMgr:scsiboot.a
|
|||
|
SCSI96 vNoVector ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
SCSIMGR_96 vIndirect $205C, $0014, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
UNIMPLEMENTED_96 vIndirect $205C, $0018, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
DOSCSISTAT_96 vIndirect $205C, $001c, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
DOSCSIRESET_96 vIndirect $205C, $0020, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
DOSCSIGET_96 vIndirect $205C, $0024, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
DOSCSISELECT_D96 vIndirect $205C, $0028, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
DOSCSISELATN_D96 vIndirect $205C, $002c, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
DOSCSISELECT_S96 vIndirect $205C, $0030, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
DOSCSISELATN_S96 vIndirect $205C, $0034, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
DOSCSICMD_96 vIndirect $205C, $0038, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
NEWSCSIWBLIND_96 vIndirect $205C, $003c, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
NEWSCSIWRITE_96 vIndirect $205C, $0040, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
NEWSCSIRBLIND_96 vIndirect $205C, $0044, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
NEWSCSIREAD_96 vIndirect $205C, $0048, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
DOSCSICOMPLETE_96 vIndirect $205C, $004c, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
DOSCSIMSGIN_96 vIndirect $205C, $0050, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
DOSCSIMSGOUT_96 vIndirect $205C, $0054, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
CYCLEPHASE_96 vIndirect $205C, $0058, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
SCSIPCTO32BIT vIndirect $205C, $005c, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
ERROR vIndirect $205C, $0060, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
SCSIERR_96 vIndirect $205C, $0064, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
SWAPMMU vIndirect $205C, $0068, A7 ; {sources}OS:SCSIMgr:scsimgr96.a
|
|||
|
SCSIHW vNoVector ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
DOSPINDOWN vNoVector ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
SLEEPTASK vNoVector ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
CLEARIRQ vIndirect $205C, $006c, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
DISENABLE vIndirect $205C, $0070, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
BUSERRHANDLER vIndirect $205C, $0074, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
ARB vIndirect $205C, $0078, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
SEL vIndirect $205C, $007c, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
DELAY22 vIndirect $205C, $0080, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
SCSIINTHND vIndirect $205C, $0084, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
TRANSFER vIndirect $205C, $0088, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
SLOWREAD vIndirect $205C, $008c, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
SLOWWRITE vIndirect $205C, $0090, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
VFASTWRITEOSS vIndirect $205C, $0094, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
PFASTWRITEOSS vIndirect $205C, $0098, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
PFASTWRITE vIndirect $205C, $009c, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
VFASTWRITE vIndirect $205C, $00a0, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
FASTWRITE vIndirect $205C, $00a4, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
FASTWRITEOSS vIndirect $205C, $00a8, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
VFASTREADOSS vIndirect $205C, $00ac, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
PFASTREADOSS vIndirect $205C, $00b0, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
PFASTREAD vIndirect $205C, $00b4, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
VFASTREAD vIndirect $205C, $00b8, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
FASTREAD vIndirect $205C, $00bc, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
FASTREADOSS vIndirect $205C, $00c0, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
SLOWCOMP vIndirect $205C, $00c4, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
FASTCOMP vIndirect $205C, $00c8, A7 ; {sources}OS:SCSIMgr:scsimgrhw.a
|
|||
|
SCSIHW96 vNoVector ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
INITHW_SCSI96 vNoVector ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
INTHND_SCSI96 vIndirect $205C, $00cc, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
TRANSFER_96 vIndirect $205C, $00d0, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
XFER1BYTE vIndirect $205C, $00d4, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
SLOWREAD_96 vIndirect $205C, $00d8, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
SLOWWRITE_96 vIndirect $205C, $00dc, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
FASTWRITE_96 vIndirect $205C, $00e0, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
FASTREAD_96 vIndirect $205C, $00e4, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
RESETBUS_96 vIndirect $205C, $00e8, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
WAITFORINTNOTIME vIndirect $205C, $00ec, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
HANDLESELINPROG vIndirect $205C, $00f0, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
WT4DREQORINT vIndirect $205C, $00f4, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
WAITFORSCSIINTRP vIndirect $205C, $00f8, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
FASTCOMP_96 vIndirect $205C, $00fc, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
SLOWCOMP_96 vIndirect $205C, $0100, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
BUSERRHANDLER_96 vIndirect $205C, $0104, A7 ; {sources}OS:SCSIMgr:scsimgrhw96.a
|
|||
|
SCSIINIT vNoVector ; {sources}OS:SCSIMgr:scsimgrinit.a
|
|||
|
INITSCSIMGR vNoVector ; {sources}OS:SCSIMgr:scsimgrinit.a
|
|||
|
INITSCSIHW vNoVector ; {sources}OS:SCSIMgr:scsimgrinit.a
|
|||
|
SCSIINIT96 vNoVector ; {sources}OS:SCSIMgr:scsimgrinit96.a
|
|||
|
INITMGR_SCSI96 vNoVector ; {sources}OS:SCSIMgr:scsimgrinit96.a
|
|||
|
SCSISETFLAGS vIndirect $205C, $0108, A7 ; {sources}OS:SCSIMgr:scsimgrinitflags.a
|
|||
|
SCSINEW vNoVector ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
NEWSCSITRAP vATrap A??? ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
ALTBUSCALL vIndirect $205C, $010c, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
DOREQUESTIO vIndirect $205C, $0110, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
DOKILLIO vIndirect $205C, $0114, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
DOBUSINFO vIndirect $205C, $0118, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
RESETBUS vIndirect $205C, $011c, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
ENDEQUEUE vIndirect $205C, $0120, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
LOGERROR vIndirect $205C, $0124, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
CLEARSTATE vIndirect $205C, $0128, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
CLEARBUS vIndirect $205C, $012c, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MESSAGE vIndirect $205C, $0130, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
PREFLIGHT vIndirect $205C, $0134, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
SETUP vIndirect $205C, $0138, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
FIND vIndirect $205C, $013c, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
SETTIMER vIndirect $205C, $0140, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
TIMETASK vIndirect $205C, $0144, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
SCSIDT vIndirect $205C, $0148, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
COMMAND vIndirect $205C, $014c, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
STATUSPHASE vIndirect $205C, $0150, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGIN vIndirect $205C, $0154, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGINVALIDIN vIndirect $205C, $0158, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGIDENTIFYIN vIndirect $205C, $015c, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGCMDCOMPLETE vIndirect $205C, $0160, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGSAVEDATAPTR vIndirect $205C, $0164, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGRESTOREPTRS vIndirect $205C, $0168, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGDISCONNECT vIndirect $205C, $016c, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGMSGREJIN vIndirect $205C, $0170, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGLCCF vIndirect $205C, $0174, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGOUT vIndirect $205C, $0178, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGIDENTIFYOUT vIndirect $205C, $017c, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGBUSDEVRST vIndirect $205C, $0180, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGMSGREJOUT vIndirect $205C, $0184, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGINVALIDOUT vIndirect $205C, $0188, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGKILLIO vIndirect $205C, $018c, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
MSGNOOP vIndirect $205C, $0190, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
DATAIO vIndirect $205C, $0194, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
DATADMA vIndirect $205C, $0198, A7 ; {sources}OS:SCSIMgr:scsimgrnew.a
|
|||
|
SCSIOLD vNoVector ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
SCSIMGR vATrap A??? ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
UNIMPLEMENTED vIndirect $205C, $019c, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
DOSCSISTAT vIndirect $205C, $01a0, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
DOSCSIRESET vIndirect $205C, $01a4, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
DOSCSIGET vIndirect $205C, $01a8, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
DOSCSISELECT vIndirect $205C, $01ac, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
DOSCSISELATN vIndirect $205C, $01b0, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
DOSCSICMD vIndirect $205C, $01b4, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
NEWSCSIWBLIND vIndirect $205C, $01b8, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
NEWSCSIWRITE vIndirect $205C, $01bc, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
NEWSCSIRBLIND vIndirect $205C, $01c0, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
NEWSCSIREAD vIndirect $205C, $01c4, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
DOSCSICOMPLETE vIndirect $205C, $01c8, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
DOSCSIMSGIN vIndirect $205C, $01cc, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
DOSCSIMSGOUT vIndirect $205C, $01d0, A7 ; {sources}OS:SCSIMgr:scsimgrold.a
|
|||
|
LATELOAD vIndirect $205C, $01d4, A7 ; {sources}OS:SCSIMgr:scsiLateLoad.a
|
|||
|
|
|||
|
SCSIDISKMODE vNoVector
|
|||
|
SCSIDISKWAKEALERT vNoVector
|
|||
|
TESTFORDISKMODE vNoVector
|
|||
|
SCSICYC96 vNoVector
|
|||
|
SCSIERR_PSC vNoVector
|
|||
|
NEWSCSIRBLIND_PSC vNoVector
|
|||
|
NEWSCSIWBLIND_PSC vNoVector
|
|||
|
NEWSCSIWRITE_PSC vNoVector
|
|||
|
NEWSCSIREAD_PSC vNoVector
|
|||
|
DOSCSIMSGIN_PSC vNoVector
|
|||
|
DOSCSIGET_PSC vNoVector
|
|||
|
DOSCSIRESET_PSC vNoVector
|
|||
|
UNIMPLEMENTED_PSC vNoVector
|
|||
|
ERROR_PSC vNoVector
|
|||
|
SCSIPCTO32BIT_PSC vNoVector
|
|||
|
DOSCSIMSGOUT_PSC vNoVector
|
|||
|
DOSCSISTAT_PSC vNoVector
|
|||
|
CYCLEPHASE_PSC vNoVector
|
|||
|
DOSCSISELATN_DPSC vNoVector
|
|||
|
DOSCSISELATN_SPSC vNoVector
|
|||
|
DOSCSISELECT_DPSC vNoVector
|
|||
|
DOSCSISELECT_SPSC vNoVector
|
|||
|
DOSCSICOMPLETE_PSC vNoVector
|
|||
|
DOSCSICMD_PSC vNoVector
|
|||
|
SCSIMGR_PSC vNoVector
|
|||
|
SCSICYCHW96 vNoVector
|
|||
|
WAITFORINTNOTIME_PSC vNoVector
|
|||
|
FASTCOMP_PSC vNoVector
|
|||
|
FASTWRITE_PSC vNoVector
|
|||
|
FASTREAD_PSC vNoVector
|
|||
|
SLOWCOMP_PSC vNoVector
|
|||
|
SLOWWRITE_PSC vNoVector
|
|||
|
INTHND_SCSI_PSC vNoVector
|
|||
|
INITHW_SCSI_PSC vNoVector
|
|||
|
BUSERRHANDLER_PSC vNoVector
|
|||
|
WAITFORSCSIINTRP_PSC vNoVector
|
|||
|
RESETBUS_PSC vNoVector
|
|||
|
HANDLESELINPROGPSC vNoVector
|
|||
|
WT4DREQORINTPSC vNoVector
|
|||
|
XFER1BYTE_PSC vNoVector
|
|||
|
TRANSFER_PSC vNoVector
|
|||
|
SLOWREAD_PSC vNoVector
|
|||
|
SCSIMGRINITPSC vNoVector
|
|||
|
INITMGR_SCSI_PSC vNoVector
|
|||
|
SCSIC96INSTALL vNoVector
|
|||
|
PATCHSCSIDRIVERS vNoVector
|
|||
|
SCSIPATCHTOBLOCKIOINDRIVER vNoVector
|
|||
|
|
|||
|
;————— SCSI Manager 4.3 ; {sources}OS:SCSIMgr4pt3:≈
|
|||
|
SCSIAtomic vATrap A???
|
|||
|
|
|||
|
JmpToDrvr vIndirect $205C, $01d8, A7, hasAsyncSCSI ; BootItt.a
|
|||
|
CheckSumDrvr vIndirect $205C, $01dc, A7, hasAsyncSCSI ; BootItt.a
|
|||
|
; UNUSED vIndirect $205C, $01e0, A1, hasAsyncSCSI ; BootItt.c
|
|||
|
; UNUSED vIndirect $205C, $01e4, A1, hasAsyncSCSI ; BootItt.c
|
|||
|
; UNUSED vIndirect $205C, $01e8, A1, hasAsyncSCSI ; BootItt.c
|
|||
|
ScanDrive vIndirect $205C, $01ec, A1, hasAsyncSCSI ; BootItt.c
|
|||
|
LoadDriver vIndirect $205C, $01f0, A1, hasAsyncSCSI ; BootItt.c
|
|||
|
ScRead vIndirect $205C, $01f4, A1, hasAsyncSCSI ; BootItt.c
|
|||
|
; UNUSED vIndirect $205C, $01f8, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $01fc, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
RecordEvent vIndirect $205C, $0200, A7, hasAsyncSCSI ; Recorder.a
|
|||
|
; UNUSED vIndirect $205C, $0204, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $0208, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $020c, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $0210, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $0214, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $0218, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $021c, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $0220, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $0224, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $0228, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $022c, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $0230, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $0234, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $0238, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
; UNUSED vIndirect $205C, $023c, Ax, hasAsyncSCSI ; HALc96.a
|
|||
|
SIMRegisterHAL vIndirect $205C, $0240, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
SIMReregisterHAL vIndirect $205C, $0244, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
SIMRegisterCommon vIndirect $205C, $0248, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
EarlySwitchPhase vIndirect $205C, $024c, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
WastePhase vIndirect $205C, $0250, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
HandleInitWErr vIndirect $205C, $0254, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
HandleRejectedIdentify vIndirect $205C, $0258, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
HandleEarlyMsgIn vIndirect $205C, $025c, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
HandleNoIdentifyMsg vIndirect $205C, $0260, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
CallMachine vIndirect $205C, $0264, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
GetVirtualIDInfo vIndirect $205C, $0268, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
CheckInterrupts vIndirect $205C, $026c, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
XPTCallCompRoutine vIndirect $205C, $0270, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
SIMIntPoll vIndirect $205C, $0274, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
SetupResetPB vIndirect $205C, $0278, A1, hasAsyncSCSI ; HALc96Data.a
|
|||
|
ValidateDeviceIdent vIndirect $205C, $027c, A1, hasAsyncSCSI ; HALc96HWInit.a
|
|||
|
TryToRecover vIndirect $205C, $0280, A1, hasAsyncSCSI ; HALc96Init.a
|
|||
|
XPTRegisterCommon vIndirect $205C, $0284, A1, hasAsyncSCSI ; HALc96HWInit.a
|
|||
|
NewXPTioPB vIndirect $205C, $0288, A1, hasAsyncSCSI ; HALc96PSC.a
|
|||
|
; UNUSED vIndirect $205C, $028c, Ax, hasAsyncSCSI ; HALc96DMA.a
|
|||
|
; UNUSED vIndirect $205C, $0290, Ax, hasAsyncSCSI ; HALc96DMA.a
|
|||
|
; UNUSED vIndirect $205C, $0294, Ax, hasAsyncSCSI ; HALc96DMA.a
|
|||
|
COMPRESETDEVICE vIndirect $205C, $0298, A7, hasAsyncSCSI ; HALc96DMA.a
|
|||
|
Disconnected vIndirect $205C, $029c, A1, hasAsyncSCSI ; HALc96Routines.a
|
|||
|
ciDebuggerPatch vIndirect $205C, $02a0, A7, hasAsyncSCSI ; XPT.a
|
|||
|
ReRegisterAllSIMs vIndirect $205C, $02a4, A1, hasAsyncSCSI ; XPT.c
|
|||
|
; UNUSED vIndirect $205C, $02a8, Ax, hasAsyncSCSI ; HALc96Routines.a
|
|||
|
; UNUSED vIndirect $205C, $02ac, Ax, hasAsyncSCSI ; HALc96Routines.a
|
|||
|
; UNUSED vIndirect $205C, $02b0, Ax, hasAsyncSCSI ; HALc96Routines.a
|
|||
|
; UNUSED vIndirect $205C, $02b4, Ax, hasAsyncSCSI ; HALc96Routines.a
|
|||
|
Ck4SCSIInt vIndirect $205C, $02b8, A7, hasAsyncSCSI ; HALc96Routines.a
|
|||
|
Wt4SCSIInt vIndirect $205C, $02bc, A7, hasAsyncSCSI ; InitItt.c
|
|||
|
Ck4DREQ vIndirect $205C, $02c8, A7, hasAsyncSCSI ; HALc96Routines.a
|
|||
|
; UNUSED vIndirect $205C, $02c0, Ax, hasAsyncSCSI ; HALc96Routines.a
|
|||
|
; UNUSED vIndirect $205C, $02c4, Ax, hasAsyncSCSI ; HALc96Routines.a
|
|||
|
|
|||
|
; UNUSED vIndirect $205C, $02cc, Ax, hasAsyncSCSI ;
|
|||
|
; UNUSED vIndirect $205C, $02d0, Ax, hasAsyncSCSI ;
|
|||
|
; UNUSED vIndirect $205C, $02d4, Ax, hasAsyncSCSI ;
|
|||
|
; UNUSED vIndirect $205C, $02d8, Ax, hasAsyncSCSI ;
|
|||
|
; UNUSED vIndirect $205C, $02dc, Ax, hasAsyncSCSI ;
|
|||
|
; UNUSED vIndirect $205C, $02e0, Ax, hasAsyncSCSI ; Recorder.a
|
|||
|
CallOldXPT vIndirect $205C, $02e4, A7, hasAsyncSCSI ; SCSIGlue.a
|
|||
|
; UNUSED vIndirect $205C, $02e8, Ax, hasAsyncSCSI ; SCSIGlue.a
|
|||
|
; UNUSED vIndirect $205C, $02ec, Ax, hasAsyncSCSI ; SCSIGlue.a
|
|||
|
; UNUSED vIndirect $205C, $02f0, Ax, hasAsyncSCSI ; SCSIGlue.a
|
|||
|
SIMaction vIndirect $205C, $02f4, A1, hasAsyncSCSI ; SIMCore.c
|
|||
|
NewOldCall vIndirect $205C, $02f8, A1, hasAsyncSCSI ; SIMCore.c
|
|||
|
SIMinit vIndirect $205C, $02fc, A1, hasAsyncSCSI ; SIMCore.c
|
|||
|
SIM_ISR vIndirect $205C, $0300, A1, hasAsyncSCSI ; SIMCore.c
|
|||
|
ResetSIM vIndirect $205C, $0304, A1, hasAsyncSCSI ; SIMCore.c
|
|||
|
ResetDevice vIndirect $205C, $0308, A1, hasAsyncSCSI ; SIMCore.c
|
|||
|
TerminateIO vIndirect $205C, $030c, A1, hasAsyncSCSI ; SIMCore.c
|
|||
|
AbortCommand vIndirect $205C, $0310, A1, hasAsyncSCSI ; SIMCore.c
|
|||
|
SetTempXPTg vIndirect $205C, $0314, A1, hasAsyncSCSI ; XPT.c
|
|||
|
EnQIO vIndirect $205C, $0318, A1, hasAsyncSCSI ; SIMQ.c
|
|||
|
DeQIO vIndirect $205C, $031c, A1, hasAsyncSCSI ; SIMQ.c
|
|||
|
GetNextReadyIO vIndirect $205C, $0320, A1, hasAsyncSCSI ; SIMQ.c
|
|||
|
ResetQueues vIndirect $205C, $0324, A1, hasAsyncSCSI ; SIMQ.c
|
|||
|
GetNextAutoSense vIndirect $205C, $0328, A1, hasAsyncSCSI ; SIMQ.c
|
|||
|
FindIO vIndirect $205C, $032c, A1, hasAsyncSCSI ; SIMQ.c
|
|||
|
SwitchQ vIndirect $205C, $0330, A1, hasAsyncSCSI ; SIMQ.c
|
|||
|
; UNUSED vIndirect $205C, $0334, Ax, hasAsyncSCSI ; SIMmachine.a
|
|||
|
; UNUSED vIndirect $205C, $0338, Ax, hasAsyncSCSI ; SIMmachine.a
|
|||
|
VMEnableUserCode vIndirect $205C, $033c, A7, hasAsyncSCSI ; SIMmachine.a
|
|||
|
VMDisableUserCode vIndirect $205C, $0340, A7, hasAsyncSCSI ; SIMmachine.a
|
|||
|
TheMachine vIndirect $205C, $0344, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
Reconnect vIndirect $205C, $0348, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
SwitchPhase vIndirect $205C, $034c, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
FreeMachine vIndirect $205C, $0350, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
StartMachine vIndirect $205C, $0354, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
NewIOStartMachine vIndirect $205C, $0358, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
; UNUSED vIndirect $205C, $035c, Ax, hasAsyncSCSI ; SIMmachine.c
|
|||
|
CompleteIO vIndirect $205C, $0360, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
; UNUSED vIndirect $205C, $0364, Ax, hasAsyncSCSI ; SIMmachine.c
|
|||
|
CheckErrors vIndirect $205C, $0368, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
SetupSensePB vIndirect $205C, $036c, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
COMPAUTOSENSE vIndirect $205C, $0370, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
ValidatePB vIndirect $205C, $0374, A1, hasAsyncSCSI ; SIMmachine.c
|
|||
|
StartTimer vIndirect $205C, $0378, A1, hasAsyncSCSI ; Timeout.c
|
|||
|
SIMTimerProc vIndirect $205C, $037c, A7, hasAsyncSCSI ; Timeout.c
|
|||
|
; UNUSED vIndirect $205C, $0380, Ax, hasAsyncSCSI ; XPT.a
|
|||
|
; UNUSED vIndirect $205C, $0384, Ax, hasAsyncSCSI ; XPT.a
|
|||
|
; UNUSED vIndirect $205C, $0388, Ax, hasAsyncSCSI ; XPT.a
|
|||
|
; UNUSED vIndirect $205C, $038c, Ax, hasAsyncSCSI ; XPT.a
|
|||
|
; UNUSED vIndirect $205C, $0390, Ax, hasAsyncSCSI ; XPT.a
|
|||
|
; UNUSED vIndirect $205C, $0394, Ax, hasAsyncSCSI ; XPT.c
|
|||
|
; UNUSED vIndirect $205C, $0398, Ax, hasAsyncSCSI ; XPT.c
|
|||
|
; UNUSED vIndirect $205C, $039c, Ax, hasAsyncSCSI ; XPT.c
|
|||
|
XPTRegisterBus vIndirect $205C, $03a0, A1, hasAsyncSCSI ; XPT.c
|
|||
|
XPTDeregisterBus vIndirect $205C, $03a4, A1, hasAsyncSCSI ; XPT.c
|
|||
|
XPTAction vIndirect $205C, $03a8, A1, hasAsyncSCSI ; XPT.c
|
|||
|
CallSIMaction vIndirect $205C, $03ac, A1, hasAsyncSCSI ; XPT.c
|
|||
|
SyncWait vIndirect $205C, $03b0, A1, hasAsyncSCSI ; XPT.c
|
|||
|
XPTKillXPT vIndirect $205C, $03b4, A1, hasAsyncSCSI ; XPT.c
|
|||
|
DispatchISR vIndirect $205C, $03b8, A1, hasAsyncSCSI ; XPT.c
|
|||
|
SetRefNum vIndirect $205C, $03bc, A1, hasAsyncSCSI ; XPT.c
|
|||
|
GetRefNum vIndirect $205C, $03c0, A1, hasAsyncSCSI ; XPT.c
|
|||
|
RemoveRefNum vIndirect $205C, $03c4, A1, hasAsyncSCSI ; XPT.c
|
|||
|
CallCompRoutine vIndirect $205C, $03c8, A1, hasAsyncSCSI ; XPT.c
|
|||
|
XPTReregisterBus vIndirect $205C, $03cc, A1, hasAsyncSCSI ; XPT.c
|
|||
|
SCSIXLATE vIndirect $205C, $03d0, A7, hasAsyncSCSI ; XPTSCSIXlate.a
|
|||
|
; UNUSED vIndirect $205C, $03d4, Ax, hasAsyncSCSI ;
|
|||
|
Clear vIndirect $205C, $03d8, A1, hasAsyncSCSI ; XPTfunctions.c
|
|||
|
; UNUSED vIndirect $205C, $03dc, Ax, hasAsyncSCSI ;
|
|||
|
OldSCSICall vIndirect $205C, $03e0, A1, hasAsyncSCSI ; XPToldCall.c
|
|||
|
EnumPhaseToSCSIStat vIndirect $205C, $03e4, A1, hasAsyncSCSI ; XPToldCall.c
|
|||
|
CallSIMNewOldCall vIndirect $205C, $03e8, A1, hasAsyncSCSI ; XPToldCall.c
|
|||
|
OldCallWait vIndirect $205C, $03ec, A1, hasAsyncSCSI ; XPToldCall.c
|
|||
|
getTimerPB vIndirect $205C, $03f0, A7, hasAsyncSCSI ; timeout.a
|
|||
|
|
|||
|
|
|||
|
SIMCoreRegisterHAL vNoVector
|
|||
|
FindIOFromID vNoVector
|
|||
|
|
|||
|
AttemptDriverLoad vNoVector
|
|||
|
|
|||
|
InitXPT vNoVector
|
|||
|
SetXPTg vNoVector
|
|||
|
XlateOldSCSIGlobals vNoVector
|
|||
|
Init_SCSIXlate vNoVector
|
|||
|
InitRecorder vNoVector
|
|||
|
InitItt vNoVector
|
|||
|
TestFor_SCSI96_1Exists vNoVector
|
|||
|
TestFor_SCSI96_2Exists vNoVector
|
|||
|
TestFor_PSCExists vNoVector
|
|||
|
WtForFIFOData vNoVector
|
|||
|
Init53c9xSW vNoVector
|
|||
|
OldSCSIExists vNoVector
|
|||
|
SCSITrap vNoVector
|
|||
|
getCurrentA5 vNoVector
|
|||
|
restoreCurrentA5 vNoVector
|
|||
|
InitSyncWait vNoVector
|
|||
|
RemoveSyncWait vNoVector
|
|||
|
ReconnectISR vNoVector
|
|||
|
BlockInterrupts vNoVector
|
|||
|
UnblockInterrupts vNoVector
|
|||
|
Install_ISR vNoVector
|
|||
|
OneByteRead vNoVector
|
|||
|
OneByteWrite vNoVector
|
|||
|
Xfer1Byte96 vNoVector
|
|||
|
SlowRead96 vNoVector
|
|||
|
FastRead96 vNoVector
|
|||
|
SlowWrite96 vNoVector
|
|||
|
FastWrite96 vNoVector
|
|||
|
Init53c9xHW vNoVector
|
|||
|
Initc96Asm vNoVector
|
|||
|
AsmInit53c9xHW vNoVector
|
|||
|
HALinit vNoVector
|
|||
|
GetHalInfo vNoVector
|
|||
|
HALSyncConfig vNoVector
|
|||
|
HALTeardownIO vNoVector
|
|||
|
HALAssertATN vNoVector
|
|||
|
HALResetBus vNoVector
|
|||
|
HALIntPoll vNoVector
|
|||
|
CallBusInquiry vNoVector
|
|||
|
HALaction vNoVector
|
|||
|
CallCompRoutineGlue vNoVector
|
|||
|
Ck4IgnoreCmdShOptDel vNoVector
|
|||
|
Ck4OnlyLoadFromDefault vNoVector
|
|||
|
AutoMsgIn vNoVector
|
|||
|
HandleBusInt vNoVector
|
|||
|
InitHW_SCSI96_BIOS vNoVector
|
|||
|
DoWeHaveFastSCSI vNoVector
|
|||
|
DataIn_DMA1x1 vNoVector
|
|||
|
DataOut_DMA1x1 vNoVector
|
|||
|
InitAMIC vNoVector
|
|||
|
HALc96DataBIOS vNoVector
|
|||
|
OneByteWrite_BIOS vNoVector
|
|||
|
OneByteRead_BIOS vNoVector
|
|||
|
FastWrite_96_BIOS vNoVector
|
|||
|
FastRead_96_BIOS vNoVector
|
|||
|
DeferAndWait vNoVector
|
|||
|
DataDTask vNoVector
|
|||
|
RemoveBEH96 vNoVector
|
|||
|
InstallBEH96 vNoVector
|
|||
|
CEnqueueHead vNoVector
|
|||
|
TestFor_OrwellExists vNoVector
|
|||
|
TestFor_djMEMCExists vNoVector
|
|||
|
IllegalInstr vNoVector
|
|||
|
UnimplementedATrap vNoVector
|
|||
|
VMRunning vNoVector
|
|||
|
InitXPTAsm vNoVector
|
|||
|
Ck4EjectableVolume vNoVector
|
|||
|
DummyOldCallRead vNoVector
|
|||
|
ReInitHAL vNoVector
|
|||
|
HALInitCommon vNoVector
|
|||
|
InitHW_AMIC vNoVector
|
|||
|
InitSW_AMIC vNoVector
|
|||
|
SetupIOAMIC vNoVector
|
|||
|
TeardownIOAMIC vNoVector
|
|||
|
InitHW_PSC vNoVector
|
|||
|
InitSW_PSC vNoVector
|
|||
|
SetupIOPSC vNoVector
|
|||
|
TeardownIOPSC vNoVector
|
|||
|
|
|||
|
HALc96 vDataTable ; HALc96.a
|
|||
|
HALc96Data vDataTable ; HALc96Data.a
|
|||
|
HALc96Init vDataTable ; HALc96Init.a
|
|||
|
|
|||
|
;——— Internally Dispatched Entry points
|
|||
|
DoInitiate vNoVector
|
|||
|
DoBitBucket vNoVector
|
|||
|
DoDataIn vNoVector
|
|||
|
DoDataOut vNoVector
|
|||
|
DoAcceptMsg vNoVector
|
|||
|
DoMsgIn vNoVector
|
|||
|
DoMsgOut vNoVector
|
|||
|
DoStatus vNoVector
|
|||
|
DoComplete vNoVector
|
|||
|
DoSaveDataPointer vNoVector
|
|||
|
DoModifyDataPointer vNoVector
|
|||
|
DoRestorePointers vNoVector
|
|||
|
GetReconnectInfo vNoVector
|
|||
|
GetSelectInfo vNoVector
|
|||
|
DoSelect vNoVector
|
|||
|
DoSelectWAtn vNoVector
|
|||
|
DoCommand vNoVector
|
|||
|
SetParity vNoVector
|
|||
|
SetupIONoDMA vNoVector
|
|||
|
DoReset vNoVector
|
|||
|
DoAssertATN vNoVector
|
|||
|
TeardownIONoDMA vNoVector
|
|||
|
HandleSelected vNoVector
|
|||
|
|
|||
|
;——— Internally Dispatched (Non-entry points)
|
|||
|
InitDataBuffer vNoVector
|
|||
|
InitDataTIB vNoVector
|
|||
|
InitDataSG vNoVector
|
|||
|
DoDataBuffer vNoVector
|
|||
|
DoDataTIB vNoVector
|
|||
|
DoDataSG vNoVector
|
|||
|
DataIn_DMA vNoVector
|
|||
|
DataOut_DMA vNoVector
|
|||
|
CyclePhase vNoVector
|
|||
|
BusErrHandler96 vNoVector
|
|||
|
|
|||
|
;——— Internally Vectored (Non-entry points)
|
|||
|
Wt4SelectComplete vNoVector
|
|||
|
StartPSC vNoVector ; HALc96PSC.a
|
|||
|
PausePSC vNoVector ; HALc96PSC.a
|
|||
|
Wt4PSCComplete vNoVector ; HALc96PSC.a
|
|||
|
StopPSCRead vNoVector ; HALc96PSC.a
|
|||
|
StopPSCWrite vNoVector ; HALc96PSC.a
|
|||
|
StartAMIC vNoVector ; HALc96AMIC.a
|
|||
|
Wt4AMICComplete vNoVector ; HALc96AMIC.a
|
|||
|
StopAMICRead vNoVector ; HALc96AMIC.a
|
|||
|
StopAMICWrite vNoVector ; HALc96AMIC.a
|
|||
|
DMAInitSW vNoVector ; HALc96PSC.c
|
|||
|
HALc96Routines vNoVector ; HALc96Routines.a
|
|||
|
SizeOfGlobals vNoVector ; HALc96Routines.a
|
|||
|
HAL_SingleISR vNoVector ; HALc96Routines.a
|
|||
|
InterruptLevel vNoVector ; XPT.a
|
|||
|
DEFERREDCALL vNoVector ; XPT.a
|
|||
|
InitDataStuff vNoVector
|
|||
|
TeardownIO vNoVector
|
|||
|
Init53x9xRegs vNoVector
|
|||
|
HAL_DualISR vNoVector
|
|||
|
TestFor_HMCDecoder vNoVector
|
|||
|
SetLoadFlag vNoVector
|
|||
|
SOpenDriver vNoVector
|
|||
|
HAL_NoISR vNoVector
|
|||
|
DMAInitHW vNoVector
|
|||
|
SetupIOPB vNoVector
|
|||
|
TeardownIOPB vNoVector
|
|||
|
ITTGESTALT vNoVector
|
|||
|
XPT_ISR0 vNoVector
|
|||
|
XPT_ISR1 vNoVector
|
|||
|
XPT_ISR2 vNoVector
|
|||
|
XPT_ISR3 vNoVector
|
|||
|
XPT_ISR4 vNoVector
|
|||
|
XPT_ISR5 vNoVector
|
|||
|
XPT_ISR6 vNoVector
|
|||
|
XPT_ISR7 vNoVector
|
|||
|
XPT_ISR8 vNoVector
|
|||
|
XPT_ISR9 vNoVector
|
|||
|
XPT_ISRa vNoVector
|
|||
|
XPT_ISRb vNoVector
|
|||
|
XPT_ISRc vNoVector
|
|||
|
XPT_ISRd vNoVector
|
|||
|
XPT_ISRe vNoVector
|
|||
|
XPT_ISRf vNoVector
|
|||
|
ReadInitiatorID vNoVector
|
|||
|
GetInitiatorID vNoVector
|
|||
|
|
|||
|
;——— Non-vectored but we don't want them vectored (debugging or init things)
|
|||
|
ISITT vNoVector
|
|||
|
INITSCSIBOOT vNoVector
|
|||
|
ITTBOOT vNoVector
|
|||
|
RecordError vNoVector
|
|||
|
|
|||
|
;============================== End SCSI Manager Vectors
|
|||
|
|
|||
|
;============================== Script Manager Vectors
|
|||
|
|
|||
|
GETIDENTRY vIndirect $2060, $0004, A7 ; {sources}Toolbox:ScriptMgr:DblByteCompat.a
|
|||
|
GETKANJIUSERIDINTF vIndirect $2060, $0008, A7 ; {sources}Toolbox:ScriptMgr:DblByteCompat.a
|
|||
|
PORTIONTEXT vIndirect $2060, $000c, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
NPORTIONTEXT vIndirect $2060, $0010, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
DRAWJUST vIndirect $2060, $0014, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
NDRAWJUST vIndirect $2060, $0018, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
MEASUREJUST vIndirect $2060, $001c, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
NMEASUREJUST vIndirect $2060, $0020, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
CHAR2PIXEL vIndirect $2060, $0024, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
NCHAR2PIXEL vIndirect $2060, $0028, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
PIXEL2CHAR vIndirect $2060, $002c, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
NPIXEL2CHAR vIndirect $2060, $0030, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
INITFONTANDSCALE vIndirect $2060, $0034, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
DOSWAPFONT vIndirect $2060, $0038, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
INITWEIGHT vIndirect $2060, $003c, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
CALCSPCHEXTRA vIndirect $2060, $0040, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
DOSPCHEXTRA vIndirect $2060, $0044, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
RESTORESPCHEXTRA vIndirect $2060, $0048, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
GETPORTCHEXTRA vIndirect $2060, $004c, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
GETFONTSIZE vIndirect $2060, $0050, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
SIGNFIXROUND vIndirect $2060, $0054, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
GETMEASPROC vIndirect $2060, $0058, A7 ; {sources}Toolbox:ScriptMgr:RomanNewJust.a
|
|||
|
ROMANPRINT vIndirect $2060, $005c, A7 ; {sources}Toolbox:ScriptMgr:RomanUtil.a
|
|||
|
ROMANNAME vIndirect $2060, $0060, A7 ; {sources}Toolbox:ScriptMgr:RomanUtil.a
|
|||
|
ROMANSCRIPT vIndirect $2060, $0064, A7 ; {sources}Toolbox:ScriptMgr:RomanUtil.a
|
|||
|
RGETSCRIPT vIndirect $2060, $0068, A7 ; {sources}Toolbox:ScriptMgr:RomanUtil.a
|
|||
|
RSETSCRIPT vIndirect $2060, $006c, A7 ; {sources}Toolbox:ScriptMgr:RomanUtil.a
|
|||
|
CHARBYTE vIndirect $2060, $0070, A7 ; {sources}Toolbox:ScriptMgr:RomanUtil.a
|
|||
|
TRANSLIT vIndirect $2060, $0074, A7 ; {sources}Toolbox:ScriptMgr:RomanUtil.a
|
|||
|
FINDWORD vIndirect $2060, $0078, A7 ; {sources}Toolbox:ScriptMgr:RomanUtil.a
|
|||
|
HILITETEXT vIndirect $2060, $007c, A7 ; {sources}Toolbox:ScriptMgr:RomanUtil.a
|
|||
|
VISIBLELENGTH vIndirect $2060, $0080, A7 ; {sources}Toolbox:ScriptMgr:RomanUtil.a
|
|||
|
XSCRIPTUTIL vATrap A??? ; {sources}Toolbox:ScriptMgr:ScriptMgrDispatch.a
|
|||
|
NFINDSCRIPTRUN vIndirect $2060, $0084, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrDispatch.a
|
|||
|
BITBUCKET vIndirect $2060, $0088, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrDispatch.a
|
|||
|
BITBUCKETREG vIndirect $2060, $008c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrDispatch.a
|
|||
|
FONTSCRIPT vIndirect $2060, $0090, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrDispatch.a
|
|||
|
INTLSCRIPT vIndirect $2060, $0094, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrDispatch.a
|
|||
|
FONT2SCRIPT vIndirect $2060, $0098, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrDispatch.a
|
|||
|
FONT2REALSCRIPT vIndirect $2060, $009c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrDispatch.a
|
|||
|
REALSCRIPT vIndirect $2060, $00a0, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrDispatch.a
|
|||
|
SCRIPTTORANGE vIndirect $2060, $00a4, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrDispatch.a
|
|||
|
GESTALTSCRIPTMGR vIndirect $2060, $00a8, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
GESTALTSMGRTABLE vDataTable ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
PRINTACTION vIndirect $2060, $00ac, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
FINDSCRIPTRUN vIndirect $2060, $00b0, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
PARSETABLE vIndirect $2060, $00b4, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
INITSCRIPTS vIndirect $2060, $00b8, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
KILLOLDFIXWORLDVEC vIndirect $2060, $00bc, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
REINITSCRIPTS vIndirect $2060, $00c0, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
ADDSCRIPTFONTS vIndirect $2060, $00c4, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
INITSCRIPTAPP vIndirect $2060, $00c8, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
CLEANUPSCRIPTAPP vIndirect $2060, $00cc, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
ISCMDCHAR vIndirect $2060, $00d0, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
DOKEYTRANS vIndirect $2060, $00d4, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
FINDCHARINSET vIndirect $2060, $00d8, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
STDUNLINK vIndirect $2060, $00dc, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
STDEXIT vIndirect $2060, $00e0, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
SCLWRSTRING vIndirect $2060, $00e4, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
NEWLWRSTRING vATrap A??? ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
XTESTLETTER vIndirect $2060, $00e8, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
ITESTLETTER vIndirect $2060, $00ec, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
CHARTYPE vIndirect $2060, $00f0, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
STYLEDLINEBREAK vIndirect $2060, $00f4, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrExtensions.a
|
|||
|
XNFINDWORD vIndirect $2060, $00f8, A1 ; {sources}Toolbox:ScriptMgr:ScriptMgrFindWord.c
|
|||
|
XFINDSCRIPTRUN vIndirect $2060, $00fc, A1 ; {sources}Toolbox:ScriptMgr:ScriptMgrFindWord.c
|
|||
|
CODEENTRY vDataTable ; {sources}Toolbox:ScriptMgr:ScriptMgrHeader.a
|
|||
|
VERSIONADDRESS vDataTable ; {sources}Toolbox:ScriptMgr:ScriptMgrHeader.a
|
|||
|
PATCHSTART vDataTable ; {sources}Toolbox:ScriptMgr:ScriptMgrHeader.a
|
|||
|
SMGRINITIALIZE vIndirect $2060, $0100, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrInit.a
|
|||
|
UTILTABLEBASE vDataTable ; {sources}Toolbox:ScriptMgr:ScriptMgrInit.a
|
|||
|
UTILTABLE vDataTable ; {sources}Toolbox:ScriptMgr:ScriptMgrInit.a
|
|||
|
ROMANDISPTABLE vDataTable ; {sources}Toolbox:ScriptMgr:ScriptMgrInit.a
|
|||
|
INITKEYBDMENU vIndirect $2060, $0104, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrKbdMenu.a
|
|||
|
REBUILDKEYBDMENU vIndirect $2060, $0108, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrKbdMenu.a
|
|||
|
LOCALGETINDSTRING vIndirect $2060, $010c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrKbdMenu.a
|
|||
|
KEYSCRIPT vIndirect $2060, $0110, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrKeyGetSet.a
|
|||
|
UPDATEINPUTMETHODS vIndirect $2060, $0114, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrKeyGetSet.a
|
|||
|
UTSETTEXTSERVICELANGUAGE vIndirect $2060, $0118, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrKeyGetSet.a
|
|||
|
GETENVIRONS vIndirect $2060, $011c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrKeyGetSet.a
|
|||
|
SETENVIRONS vIndirect $2060, $0120, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrKeyGetSet.a
|
|||
|
GETSCRIPT vIndirect $2060, $0124, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrKeyGetSet.a
|
|||
|
SETSCRIPT vIndirect $2060, $0128, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrKeyGetSet.a
|
|||
|
SWAPICON vIndirect $2060, $012c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrMisc.a
|
|||
|
XSWAPICON vIndirect $2060, $0130, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrMisc.a
|
|||
|
SWAPKYBD vIndirect $2060, $0134, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrMisc.a
|
|||
|
XSWAPKYBD vIndirect $2060, $0138, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrMisc.a
|
|||
|
SMGRPOSTMUNGING vIndirect $2060, $013c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrMisc.a
|
|||
|
SMGRCALCRECT vIndirect $2060, $0140, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrMisc.a
|
|||
|
SMGRINITFONTS vIndirect $2060, $0144, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrMisc.a
|
|||
|
UPDATEKEYBDMENU vIndirect $2060, $0148, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrSysMenuPatch.a
|
|||
|
SETKBDMENUINFO vIndirect $2060, $014c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrSysMenuPatch.a
|
|||
|
DISABLEKEYBOARDITEMS vIndirect $2060, $0150, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrSysMenuPatch.a
|
|||
|
ENABLEKEYBOARDITEMS vIndirect $2060, $0154, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrSysMenuPatch.a
|
|||
|
TRUNCSTRING vIndirect $2060, $0158, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrTruncRepl.a
|
|||
|
TRUNCTEXT vIndirect $2060, $015c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrTruncRepl.a
|
|||
|
REPLACETEXT vIndirect $2060, $0160, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrTruncRepl.a
|
|||
|
MONTHSTARTS vDataTable ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
LEAPSTARTS vDataTable ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
MAXVAL vDataTable ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
VALIDDATE vIndirect $2060, $0164, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
TOGGLEDATE vIndirect $2060, $0168, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
LONGDATE2SECS vIndirect $2060, $016c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
LONGSECS2DATE vIndirect $2060, $0170, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
VALIDLONG vIndirect $2060, $0174, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
BLOCK2STRING vIndirect $2060, $0178, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
MATCHSTRING vIndirect $2060, $017c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
INITDATECACHE vIndirect $2060, $0180, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
STRING2DATE vIndirect $2060, $0184, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
STRING2TIME vIndirect $2060, $0188, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilDate.a
|
|||
|
SENDCHAR0 vIndirect $2060, $018c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
SENDCHAR vIndirect $2060, $0190, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
RETRIEVECHAR vIndirect $2060, $0194, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
CHECKPARTSINTEGRITY vIndirect $2060, $0198, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
ISSUBSTRING vIndirect $2060, $019c, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
MAKEEXP vIndirect $2060, $01a0, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
XSTR2FORM vIndirect $2060, $01a4, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
TACKONEXP vIndirect $2060, $01a8, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
CHECKFORM vIndirect $2060, $01ac, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
XFORM2STR vIndirect $2060, $01b0, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
MATCHINGSUBSTRING vIndirect $2060, $01b4, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
CHECKFORDIGITS vIndirect $2060, $01b8, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
COND vIndirect $2060, $01bc, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
EXPMATCHING vIndirect $2060, $01c0, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
XFORMSTR2X vIndirect $2060, $01c4, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
CONVERTTOSTRING vIndirect $2060, $01c8, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
EXPHANDLING vIndirect $2060, $01cc, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
APPENDSYMBOL vIndirect $2060, $01d0, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
XFORMX2STR vIndirect $2060, $01d4, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilNum.a
|
|||
|
FORMATORDER vIndirect $2060, $01d8, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilText.a
|
|||
|
INTLTOKENIZE vIndirect $2060, $01dc, A7 ; {sources}Toolbox:ScriptMgr:ScriptMgrUtilText.a
|
|||
|
MAXOLDDATE vDataTable ; {sources}Objects:ROM:ScriptMgr.lib
|
|||
|
SECSINDAYX vDataTable ; {sources}Objects:ROM:ScriptMgr.lib
|
|||
|
|
|||
|
;============================== End Script Manager Vectors
|
|||
|
|
|||
|
;============================== Segment Loader Vectors
|
|||
|
|
|||
|
LOADER vNoVector ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
LOADSEG vATrap A??? ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
UNLOADSEG vATrap A??? ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
APPZONEADDR vIndirect $2064, $0004, A7 ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
FLUSHAPPLVBLS vIndirect $2064, $0008, A7 ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
CHAIN vATrap A??? ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
LAUNCH vATrap A??? ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
VSEGSTACK vATrap A??? ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
EXITTOSHELL vATrap A??? ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
VLAUNCHINIT vNoVector ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
GETAPPPARMS vATrap A??? ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
INSTALLRDRIVERS vNoVector ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
SGLDREND vDataTable ; {sources}Toolbox:SegmentLoader:SegmentLoader.a
|
|||
|
|
|||
|
;============================== End Segment Loader Vectors
|
|||
|
|
|||
|
;============================== Shutdown Manager Vectors
|
|||
|
|
|||
|
SHUTDOWN vATrap A??? ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
SHUTINSTALL vIndirect $2068, $0004, A7 ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
DODRIVERS vIndirect $2068, $0008, A7 ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
DOUNMOUNT vIndirect $2068, $000C, A7 ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
CLEARWARMSTART vIndirect $2068, $0010, A7 ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
SHUTINIT vIndirect $2068, $0014, A7 ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
FINDEDISK vIndirect $2068, $0018, A7 ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
KILLEDISK vIndirect $2068, $001C, A7 ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
DORAMDISKALERT vIndirect $2068, $0020, A7 ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
SHUTRESTART vIndirect $2068, $0024, A7 ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
SHUTPOWER vIndirect $2068, $0028, A7 ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
UPDATEEMUWARMSTART vIndirect $2068, $002C, A7 ; {sources}Toolbox:ShutDownMgr:ShutDownMgr.a
|
|||
|
|
|||
|
;============================== End Shutdown Manager Vectors
|
|||
|
|
|||
|
|
|||
|
;============================== Original SuperMario Team Names
|
|||
|
|
|||
|
MAGICNAME vIndirect $206C, $0004, A7 ; Ricardo's attempt to hide the name strings
|
|||
|
MAGIC vIndirect $206C, $0008, A7 ; can be found in {Sources}OS:MagicData.a
|
|||
|
|
|||
|
;============================== Original SuperMario Team Names
|
|||
|
|
|||
|
|
|||
|
;============================== Slot Manager Vectors
|
|||
|
SINTCORE vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
SINTINSTALL vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
SINTREMOVE vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
SLOTINT vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
PSCVIA2SLOTINT vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
DAFBVIA2SLOTINT vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
NIAGRAVIA2SLOTINT vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
VIA2SLOTINT vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
RBVSLOTINT vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
OSSSLOTINT vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
SLOTINTCOMMON vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
RUNSLOTHANDLERS vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
INITSDTBL vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
INITSPTBL vNoVector ; {sources}OS:SlotMgr:SlotInterrupts.a
|
|||
|
SLOTMANAGER vNoVector ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
SLOTEMPTY vIndirect $206C, $000c, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
READSLOTBYTE vIndirect $206C, $0010, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
READSLOTWORD vIndirect $206C, $0014, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
READSLOTLONG vIndirect $206C, $0018, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
GETCSTRING vIndirect $206C, $001c, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
GETSLOTBLOCK vIndirect $206C, $0020, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
FINDSLOTSTRUCT vIndirect $206C, $0024, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
READSLOTSTRUCT vIndirect $206C, $0028, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
READSLOTINFO vIndirect $206C, $002c, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
SLOTDISPOSPTR vIndirect $206C, $0030, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
READSLOTDRVRNAME vIndirect $206C, $0034, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
FINDDEVBASE vIndirect $206C, $0038, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
CARDCHANGED vIndirect $206C, $003c, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
SLOTEXEC vIndirect $206C, $0040, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
CALCSPOINTER vIndirect $206C, $0044, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
GETSLOTDRVR vIndirect $206C, $0048, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
GETDRIVERPATCH vIndirect $206C, $004c, A7, has2MegROMOrMore ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
GETDEVINDEX vIndirect $206C, $0050, A7, has2MegROMOrMore ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
JSRTBL vDataTable ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
READSLOTPRAM vIndirect $206C, $0054, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
PUTSLOTPRAM vIndirect $206C, $0058, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
INITSLOTPRAM vIndirect $206C, $005c, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
FINDSINFORECPTR vIndirect $206C, $0060, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
FINDSRSRCPTR vIndirect $206C, $0064, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
GETSRSRCPTR vIndirect $206C, $0068, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
PTRTOSLOT vIndirect $206C, $006c, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
READFHEADER vIndirect $206C, $0070, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
CKCARDSTAT vIndirect $206C, $0074, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
SLOTVERSION vIndirect $206C, $0078, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
NEXTSRSRC vIndirect $206C, $007c, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
GETSRSRC vIndirect $206C, $0080, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
NEXTTYPESRSRC vIndirect $206C, $0084, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
GETTYPESRSRC vIndirect $206C, $0088, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
UPDATESRT vIndirect $206C, $008c, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
INSERTSRT vIndirect $206C, $0090, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
SEARCHSRT vIndirect $206C, $0094, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
FINDSRTREC vIndirect $206C, $0098, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
DELETESRTREC vIndirect $206C, $009c, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
SLOTRSRCINFO vIndirect $206C, $00a0, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
GETSRSRCINFO vIndirect $206C, $00a4, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
SETSRSRCSTATE vIndirect $206C, $00a8, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
PNEWSRTENTRY vIndirect $206C, $00ac, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
PINITENTRY vIndirect $206C, $00b0, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
PALLOCSRTBLK vIndirect $206C, $00b4, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
GETSRTENTRY vIndirect $206C, $00b8, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
PSRTOSPBLOCK vIndirect $206C, $00bc, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
CALCSTEP vIndirect $206C, $00c0, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
OFFSETDATA vIndirect $206C, $00c4, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
READPBSIZE vIndirect $206C, $00c8, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
PREAD4BYTES vIndirect $206C, $00cc, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
PGETBOARD vIndirect $206C, $00d0, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
PBUSEXCEPTION vIndirect $206C, $00d4, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
PINSTALLBUS vIndirect $206C, $00d8, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
PRESTOREBUS vIndirect $206C, $00dc, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
P040BUSEXCEPTION vDirect ???? ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
ADDCARD vIndirect $206C, $00e0, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
REMOVECARD vIndirect $206C, $00e4, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
CHECKSLOT vIndirect $206C, $00e8, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
FINDDEVBASESLOT0 vIndirect $206C, $00ec, A7 ; {sources}OS:SlotMgr:SlotMgr.a
|
|||
|
INITJMPTBL vNoVector ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
SDMJMPTABLE vNoVector ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
STARTSDECLMGR vNoVector ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
INITSINFO vIndirect $206C, $00f0, A7 ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
VERIFYSLOT vIndirect $206C, $00f4, A7 ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
INITSRSRC vIndirect $206C, $00f8, A7 ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
INITSPRAM vIndirect $206C, $00fc, A7 ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
INITPRIMARY vIndirect $206C, $0100, A7 ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
STUBCHECKSLOT vIndirect $206C, $0104, A7 ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
STUBADDCARD vIndirect $206C, $0108, A7 ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
STUBREMOVECARD vIndirect $206C, $010c, A7 ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
SECONDARY_INIT vIndirect $206C, $0110, A7 ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
DOSECONDARYINIT vIndirect $206C, $0114, A7 ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
SECONDARYEND vNoVector ; {sources}OS:SlotMgr:SlotMgrInit.a
|
|||
|
|
|||
|
;============================== End Slot Manager Vectors
|
|||
|
|
|||
|
;============================== Sound Manager Vectors
|
|||
|
|
|||
|
AcceptInitOptions vIndirect $2070, $0004, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
AddToHead vIndirect $2070, $0008, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
CancelWaitCallback vIndirect $2070, $000c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
ClearASCInt vIndirect $2070, $0010, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
ClearStandardASCInterrupt vNoVector
|
|||
|
CloseOutputDevice vIndirect $2070, $0018, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__Comp3to1 vIndirect $2070, $001c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__Comp6to1 vIndirect $2070, $0020, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
CountMatchingBits vIndirect $2070, $0024, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
DisableASCInts vIndirect $2070, $0028, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
DisableStandardASCInterrupt vNoVector
|
|||
|
DispAddTool vIndirect $2070, $0030, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
DispFuncDisp vIndirect $2070, $0034, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
DispRemTool vNoVector
|
|||
|
DispToolAddr vNoVector
|
|||
|
DispVersion vNoVector
|
|||
|
DoNothing vNoVector
|
|||
|
DOUBLEBUFFERCOMPLETE vIndirect $2070, $0048, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
EnableASCInts vIndirect $2070, $004c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
EnableStandardASCInterrupt vNoVector
|
|||
|
__Exp1to3 vIndirect $2070, $0054, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__Exp1to6 vIndirect $2070, $0058, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
GetBuiltInDevice vIndirect $2070, $005c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
GetHardwareVolume vIndirect $2070, $0060, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
GetSoundAttributes vIndirect $2070, $0064, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
GetThisComponent vIndirect $2070, $0068, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
HGetFCBInfo vIndirect $2070, $006c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
InitSoundMgr vNoVector ; {sources}Toolbox:SoundMgr:
|
|||
|
InitSndDispatch vIndirect $2070, $0074, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
InitWaveBuffer vIndirect $2070, $0078, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
InsertInQueue vIndirect $2070, $007c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
InstallNewGlobals vIndirect $2070, $0080, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
InstallSoundIntHandler vIndirect $2070, $0084, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
IsDeadProcess vIndirect $2070, $0088, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
IsUnknownChannel vIndirect $2070, $008c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
LoadSoundInputDriver vIndirect $2070, $0090, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
MACEDispatch vIndirect $2070, $0094, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
MakeFlags vIndirect $2070, $0098, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
NEXTDOUBLEBUFFER vIndirect $2070, $009c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
NextFromQueue vIndirect $2070, $00a0, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
NEXTNOTEBUFFER vIndirect $2070, $00a4, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
NEXTWAVEBUFFER vIndirect $2070, $00a8, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
OpenOutputDevice vIndirect $2070, $00ac, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
OpenPreferenceFile vIndirect $2070, $00b0, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
PowerTable vDataTable ; {sources}Toolbox:SoundMgr:
|
|||
|
PrepChannel vIndirect $2070, $00b8, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
PrepDoubleBuffer vIndirect $2070, $00bc, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
PrepNoteBuffer vIndirect $2070, $00c0, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
PrepSoundParamBlock vIndirect $2070, $00c4, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
PrepWaveBuffer vIndirect $2070, $00c8, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
ProcessCmd vIndirect $2070, $00cc, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
ProcessNextCmd vIndirect $2070, $00d0, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
PumpSndResource vIndirect $2070, $00d4, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
QuantizeSample vNoVector
|
|||
|
SadismDispatch vIndirect $2070, $00dc, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SadismJmpTable vNoVector
|
|||
|
SamplesToBytes vNoVector
|
|||
|
ScheduleWaitCallback vIndirect $2070, $00e8, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SetChannelType vIndirect $2070, $00ec, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SetSoundHeader vIndirect $2070, $00f0, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SetTimbre vIndirect $2070, $00f4, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SetUpSifter vIndirect $2070, $00f8, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SetupSoundInterruptVectors vIndirect $2070, $00fc, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SetWaveTable vIndirect $2070, $0100, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SineTable vDataTable ; {sources}Toolbox:SoundMgr:
|
|||
|
SndManagerDispatch vIndirect $2070, $0108, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SndManagerJmpTable vNoVector ; {sources}Toolbox:SoundMgr:
|
|||
|
SOUNDCOMPLETE vIndirect $2070, $0110, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SoundDispatcher vIndirect $2070, $0114, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SoundInDispatch vIndirect $2070, $0118, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
SoundIntHandler vIndirect $2070, $011c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
StartSyncedSounds vIndirect $2070, $0120, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
TryRomBeep vIndirect $2070, $0124, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
TwelthPower vIndirect $2070, $0128, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
UnimplFunction vIndirect $2070, $012c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
WAITCOMPLETION vIndirect $2070, $0130, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__CLOSEMIXERCOMPONENT vIndirect $2070, $0134, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__DISPOSESOUNDGLOBALS vIndirect $2070, $0138, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__GETCOMPRESSIONINFO vIndirect $2070, $013c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__GETDEFAULTOUTPUTVOLUME vIndirect $2070, $0140, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__GETDEFAULTSOUNDOUTPUT vIndirect $2070, $0144, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__GETSOUNDHEADEROFFSET vIndirect $2070, $0148, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__GETSOUNDPREFERENCE vIndirect $2070, $014c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__GETSYSBEEPVOLUME vIndirect $2070, $0150, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__MAKESIFTERCHAIN vIndirect $2070, $0154, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__MulDivU vIndirect $2070, $0158, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__OPENMIXERCOMPONENT vIndirect $2070, $015c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SETDEFAULTOUTPUTVOLUME vIndirect $2070, $0160, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SETDEFAULTSOUNDOUTPUT vIndirect $2070, $0164, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SETSOUNDPREFERENCE vIndirect $2070, $0168, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SETSOUNDVOL vNoVector
|
|||
|
__SETSYSBEEPVOLUME vIndirect $2070, $0170, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDADDMODIFIER vIndirect $2070, $0174, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDAPPDEAD vIndirect $2070, $0178, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDCHANNELSTATUS vIndirect $2070, $017c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDCONTROL vIndirect $2070, $0180, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDDISPOSECHANNEL vIndirect $2070, $0184, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDDOCOMMAND vIndirect $2070, $0188, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDDOIMMEDIATE vIndirect $2070, $018c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDGETSYSBEEPSTATE vIndirect $2070, $0190, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDMANAGERSTATUS vIndirect $2070, $0194, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDNEWCHANNEL vIndirect $2070, $0198, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDPLAY vIndirect $2070, $019c, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDPLAYDOUBLEBUFFER vIndirect $2070, $01a0, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDSETSYSBEEPSTATE vIndirect $2070, $01a4, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SNDSOUNDMANAGERVERSION vIndirect $2070, $01a8, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
__SYSBEEP vIndirect $2070, $01ac, A7 ; {sources}Toolbox:SoundMgr:
|
|||
|
|
|||
|
DELTA_TABLE vDataTable ; {sources}Toolbox:SoundMgr:Tables.3.a
|
|||
|
MIN2_TABLE vDataTable ; {sources}Toolbox:SoundMgr:Tables.3.a
|
|||
|
MIN3_TABLE vDataTable ; {sources}Toolbox:SoundMgr:Tables.3.a
|
|||
|
IQUADEL2_TABLE vDataTable ; {sources}Toolbox:SoundMgr:Tables.3.a
|
|||
|
IQUADEL3_TABLE vDataTable ; {sources}Toolbox:SoundMgr:Tables.3.a
|
|||
|
|
|||
|
;============================== End Sound Manager Vectors
|
|||
|
|
|||
|
;============================== Start Manager Vectors
|
|||
|
SIZEMEMORY vNoVector ; {sources}OS:StartMgr:SizeMem.a
|
|||
|
ALLOCFAKERGNS vNoVector ; {sources}OS:StartMgr:StartAlert.a
|
|||
|
DSERRORHANDLER vNoVector ; {sources}OS:StartMgr:StartAlert.a
|
|||
|
BOOTME vNoVector ; {sources}OS:StartMgr:StartBoot.a
|
|||
|
CENTERRECT vNoVector ; {sources}OS:StartMgr:StartBoot.a
|
|||
|
MOUSEINIT vNoVector ; {sources}OS:StartMgr:StartBoot.a
|
|||
|
OPENBDRVRS vNoVector ; {sources}OS:StartMgr:StartBoot.a
|
|||
|
INSTALLMGR vNoVector ; {sources}OS:StartMgr:StartBoot.a
|
|||
|
NEWFLINEROUTINE vNoVector ; {sources}OS:StartMgr:StartBoot.a
|
|||
|
INITEVENTS vATrap A??? ; {sources}OS:StartMgr:StartBoot.a
|
|||
|
SYSERRINIT vNoVector ; {sources}OS:StartMgr:StartErr.a
|
|||
|
DEBUGGER vNoVector ; {sources}OS:StartMgr:StartErr.a
|
|||
|
DEBUGPROLOG vNoVector ; {sources}OS:StartMgr:StartErr.a
|
|||
|
TODEEPSHIT vNoVector ; {sources}OS:StartMgr:StartErr.a
|
|||
|
GENEXCPS vNoVector ; {sources}OS:StartMgr:StartErr.a
|
|||
|
IRQEXCEPTION vNoVector ; {sources}OS:StartMgr:StartErr.a
|
|||
|
NMIEXCP vNoVector ; {sources}OS:StartMgr:StartErr.a
|
|||
|
SYSTEMERROR vNoVector ; {sources}OS:StartMgr:StartErr.a
|
|||
|
SYSERR1 vNoVector ; {sources}OS:StartMgr:StartErr.a
|
|||
|
SYSERR2 vNoVector ; {sources}OS:StartMgr:StartErr.a
|
|||
|
CRITERR vNoVector ; {sources}OS:StartMgr:StartFail.a
|
|||
|
PUTICON vNoVector ; {sources}OS:StartMgr:StartFail.a
|
|||
|
STARTBOOT vNoVector ; {sources}OS:StartMgr:StartInit.a
|
|||
|
STARTINIT1 vNoVector ; {sources}OS:StartMgr:StartInit.a
|
|||
|
BOOTRETRY vNoVector ; {sources}OS:StartMgr:StartInit.a
|
|||
|
INITSCC vNoVector ; {sources}OS:StartMgr:StartInit.a
|
|||
|
OPENSDRVR vNoVector ; {sources}OS:StartMgr:StartInit.a
|
|||
|
ADDVIDDEVICE vNoVector ; {sources}OS:StartMgr:StartInit.a
|
|||
|
INITDEFGAMMA vNoVector ; {sources}OS:StartMgr:StartInit.a
|
|||
|
FINDSTARTUPDEVICE vNoVector ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
GETDEFAULTSTARTUP vATrap A??? ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
SETDEFAULTSTARTUP vATrap A??? ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
GETOSDEFAULT vATrap A??? ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
SETOSDEFAULT vATrap A??? ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
GETVIDEODEFAULT vATrap A??? ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
SETVIDEODEFAULT vATrap A??? ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
INTERNALWAIT vATrap A??? ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
LOADSLOTDRVRS vNoVector ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
HAPPYMAC vNoVector ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
PLOTICNN vNoVector ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
ERASEMYICON vNoVector ; {sources}OS:StartMgr:StartSearch.a
|
|||
|
MOD3TEST vNoVector ; {sources}OS:StartMgr:USTCritTests.a
|
|||
|
REVMOD3TEST vNoVector ; {sources}OS:StartMgr:USTCritTests.a
|
|||
|
ROMTEST vNoVector ; {sources}OS:StartMgr:USTCritTests.a
|
|||
|
STARTUPROMTEST vNoVector ; {sources}OS:StartMgr:USTCritTests.a
|
|||
|
EXTRAMTEST vNoVector ; {sources}OS:StartMgr:USTCritTests.a
|
|||
|
ADDRLINETEST vNoVector ; {sources}OS:StartMgr:USTCritTests.a
|
|||
|
DATABUSTEST vNoVector ; {sources}OS:StartMgr:USTCritTests.a
|
|||
|
DYNAMIC_BUSSIZE_TEST vNoVector ; {sources}OS:StartMgr:USTCritTests.a
|
|||
|
MOVINVTEST vNoVector ; {sources}OS:StartMgr:USTCritTests.a
|
|||
|
NOTEST vNoVector ; {sources}OS:StartMgr:USTCritTests.a
|
|||
|
USTMAINTEST vNoVector ; {sources}OS:StartMgr:USTEnvirons.a
|
|||
|
UTECMD vNoVector ; {sources}OS:StartMgr:USTEnvirons.a
|
|||
|
DIAGROMENTRY vNoVector ; {sources}OS:StartMgr:USTEnvirons.a
|
|||
|
SETUPFOREXECUTEDTM vNoVector ; {sources}OS:StartMgr:USTEnvirons.a
|
|||
|
SETSCCIOPBYPASS vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
SCCLOOPTEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
SCCREGTEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
SCCTIMERTEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
VIATEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
TESTSCSI vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
TESTASC vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
PRAMTEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
TESTRBV vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
TESTSWIM vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
FLOAT_TEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
TESTPGC vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
FMCREGTEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
FMCCACHETEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
OSSREGTEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
OSSINTTEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
RPUTEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
EGRETTEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
TESTSNDINTS vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
TESTCLUT vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
SIZEVRAM vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
TESTVRAM vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
TESTC96 vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
TESTGSCREGS vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
PGESELFTEST vNoVector ; {sources}OS:StartMgr:USTNonCritTsts.a
|
|||
|
GOTM vNoVector ; {sources}OS:StartMgr:USTPostProc.a
|
|||
|
ERROR1HANDLER vNoVector ; {sources}OS:StartMgr:USTPostProc.a
|
|||
|
ERROR2HANDLER vNoVector ; {sources}OS:StartMgr:USTPostProc.a
|
|||
|
ERROR3HANDLER vNoVector ; {sources}OS:StartMgr:USTPostProc.a
|
|||
|
ERROR4HANDLER vNoVector ; {sources}OS:StartMgr:USTPostProc.a
|
|||
|
NCERRORHANDLER vNoVector ; {sources}OS:StartMgr:USTPostProc.a
|
|||
|
RBIMGR vNoVector ; {sources}OS:StartMgr:USTPram.a
|
|||
|
COPYRAMTOPRAM vNoVector ; {sources}OS:StartMgr:USTPram.a
|
|||
|
COPYPRAMTORAM vNoVector ; {sources}OS:StartMgr:USTPram.a
|
|||
|
WRXBYTE vNoVector ; {sources}OS:StartMgr:USTPram.a
|
|||
|
RDXBYTE vNoVector ; {sources}OS:StartMgr:USTPram.a
|
|||
|
CLKWPOFF vNoVector ; {sources}OS:StartMgr:USTPram.a
|
|||
|
ELSIETMVECTORS vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
TMVECTORS vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
STARTTEST1 vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
JGETHARDWAREINFO vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
SIZEV8VRAM vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
USTINIT vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
USTGETSUBTEST vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
USTPMGRTURNON vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
USTPMGRSENDCOMMAND vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
READPRAMSIG vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
USTPMGRSENDBYTE vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
USTPMGRRECVBYTE vNoVector ; {sources}OS:StartMgr:USTStartUp.a
|
|||
|
USTTESTS vNoVector ; {sources}OS:StartMgr:USTSubtests.a
|
|||
|
USTSUBTESTS vNoVector ; {sources}OS:StartMgr:USTSubtests.a
|
|||
|
VAILTESTS vNoVector ; {sources}OS:StartMgr:USTSubtests.a
|
|||
|
TESTMANAGER vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
TMRESTART vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
TMENTRY1 vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
SETUPBASES vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
OUTCHAR vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
STARTTIMER vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
GETCHAR vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
CVTASCII vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
TM_SENDBYTE vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
TM_GETBYTE vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
TM_WAIT vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
SETVECTORTABLE vNoVector ; {sources}OS:StartMgr:USTTestMgr.a
|
|||
|
BitWalk8 vNoVector ; {sources}OS:StartMgr:UnivTestEnv:BitWalk.c
|
|||
|
BitWalk16 vNoVector ; {sources}OS:StartMgr:UnivTestEnv:BitWalk.c
|
|||
|
BitWalk32 vNoVector ; {sources}OS:StartMgr:UnivTestEnv:BitWalk.c
|
|||
|
InstallExceptionHandler vNoVector ; {sources}OS:StartMgr:UnivTestEnv:ExceptionSupport.c
|
|||
|
RemoveExceptionHandler vNoVector ; {sources}OS:StartMgr:UnivTestEnv:ExceptionSupport.c
|
|||
|
ExecuteDTM vNoVector ; {sources}OS:StartMgr:UnivTestEnv:ExecuteDTM.c
|
|||
|
ExecuteSubtest vNoVector ; {sources}OS:StartMgr:UnivTestEnv:ExecuteDTM.c
|
|||
|
GI_InitInterface vNoVector ; {sources}OS:StartMgr:UnivTestEnv:GenericInterface.c
|
|||
|
GI_ExecuteDTM vNoVector ; {sources}OS:StartMgr:UnivTestEnv:GenericInterface.c
|
|||
|
GI_GetVersion vNoVector ; {sources}OS:StartMgr:UnivTestEnv:GenericInterface.c
|
|||
|
GI_AllocPermMem vNoVector ; {sources}OS:StartMgr:UnivTestEnv:GenericInterface.c
|
|||
|
GI_AllocTempMem vNoVector ; {sources}OS:StartMgr:UnivTestEnv:GenericInterface.c
|
|||
|
GI_FreeTempMem vNoVector ; {sources}OS:StartMgr:UnivTestEnv:GenericInterface.c
|
|||
|
GI_GetCommentary vNoVector ; {sources}OS:StartMgr:UnivTestEnv:GenericInterface.c
|
|||
|
GI_GetDefaultExecutionOptions vNoVector ; {sources}OS:StartMgr:UnivTestEnv:GenericInterface.c
|
|||
|
InitHeap vNoVector ; {sources}OS:StartMgr:UnivTestEnv:Heap.c
|
|||
|
AllocPermMem vNoVector ; {sources}OS:StartMgr:UnivTestEnv:Heap.c
|
|||
|
AllocTempMem vNoVector ; {sources}OS:StartMgr:UnivTestEnv:Heap.c
|
|||
|
FreeTempMem vNoVector ; {sources}OS:StartMgr:UnivTestEnv:Heap.c
|
|||
|
CTEDoIdle vNoVector ; {sources}OS:StartMgr:UnivTestEnv:OtherSupport.c
|
|||
|
BitWalk_a_No_By_Law_register vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_BitMarch.c
|
|||
|
BitWalk_a_bit0_equals_0_register vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_BitMarch.c
|
|||
|
Read_and_Invert vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_BitMarch.c
|
|||
|
BitWalk_data_inverted_register vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_BitMarch.c
|
|||
|
Read_and_shift_left_once vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_BitMarch.c
|
|||
|
Read_and_shift_left_twice vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_BitMarch.c
|
|||
|
BitWalk_data_shifted_register vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_BitMarch.c
|
|||
|
SONIC_BitMarch vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_BitMarch.c
|
|||
|
SONIC_CAMDMA vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_CAMDMA.c
|
|||
|
SONIC_InterruptHandler vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_Interrupt.c
|
|||
|
SONIC_Loopback vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_Loopback.c
|
|||
|
Timeout vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_Test.c
|
|||
|
GetMyPhysicalAddress vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_Test.c
|
|||
|
SONIC_Init_CAMDMA_params vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_Test.c
|
|||
|
SONIC_Init_Loopback_params vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_Test.c
|
|||
|
Eclipse_SONIC_Install_Interrupt_Handler vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_Test.c
|
|||
|
ci_PDS_SONIC_Install_Interrupt_Handler vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_Test.c
|
|||
|
Eclipse_SONIC_Remove_Interrupt_Handler vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_Test.c
|
|||
|
ci_PDS_SONIC_Remove_Interrupt_Handler vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_Test.c
|
|||
|
SONIC_Test vNoVector ; {sources}OS:StartMgr:UnivTestEnv:SONIC_Test.c
|
|||
|
|
|||
|
;============================== End Start Manager Vectors
|
|||
|
|
|||
|
;============================== Text Services Manager Vectors
|
|||
|
|
|||
|
TSMDISPATCH vATrap A??? ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
XINITTSMAWAREAPPLICATION vIndirect $2078, $0004, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
xInitTSMAwareDriver vIndirect $2078, $0008, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
utaRecordDocumentID vIndirect $2078, $000c, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
utaRemoveDocumentID vIndirect $2078, $0010, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
utaUpdateAppFlagInPSNTable vIndirect $2078, $0014, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
utaUpdateDocFlagInPSNTable vIndirect $2078, $0018, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
utaTSMAwareApplicationP vIndirect $2078, $001c, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
XCLOSETSMAWAREAPPLICATION vIndirect $2078, $0020, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
utCloseAppCommon vIndirect $2078, $0024, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
UTAGETTSMAWAREDOCTABLE vIndirect $2078, $0028, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
UTAGETTSMAPPRECORDPTR vIndirect $2078, $002c, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
UTAGETAPPSUSEINPUTWINDOWFLAG vIndirect $2078, $0030, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
UTAISAPPTSMAWAREANDNOTUSINGIW vIndirect $2078, $0034, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
XINFORMTSM vIndirect $2078, $0038, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
TSMGestalt vIndirect $2078, $003c, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
TSMGRINSTALL vIndirect $2078, $0040, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
OLDJAPANESEINPUTMETHODEXISTS vIndirect $2078, $0044, A7 ; {sources}Toolbox:TextServicesMgr:TSMExtension.a
|
|||
|
utNewTSMDocument vIndirect $2078, $0048, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XNEWTSMDOCUMENT4SWM vIndirect $2078, $004c, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XNEWTSMDOCUMENT vIndirect $2078, $0050, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XDELETETSMDOCUMENT vIndirect $2078, $0054, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XDEACTIVATETSMDOCUMENT vIndirect $2078, $0058, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XACTIVATETSMDOCUMENT vIndirect $2078, $005c, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
utTSMEvent2InputMethod vIndirect $2078, $0060, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XTSMEVENTFROMSWM vIndirect $2078, $0064, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XTSMEVENT vIndirect $2078, $0068, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XTSMMENUSELECT vIndirect $2078, $006c, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XFIXTSMDOCUMENT vIndirect $2078, $0070, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XSETTSMCURSOR vIndirect $2078, $0074, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XGETSERVICELIST vIndirect $2078, $0078, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XOPENTEXTSERVICE vIndirect $2078, $007c, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XCLOSETEXTSERVICE vIndirect $2078, $0080, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
utMapInstance2Refcon vIndirect $2078, $0084, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
XSENDAETOCLIENT vIndirect $2078, $0088, A1 ; {sources}Toolbox:TextServicesMgr:TSMFunctions.c
|
|||
|
utJustDeactivateIM4Document vIndirect $2078, $008c, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utBadSandL vIndirect $2078, $0090, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utVerifyTSMDocID vIndirect $2078, $0094, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utAppendTS2Document vIndirect $2078, $0098, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utMakeRoom4SInfoHandle vIndirect $2078, $009c, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utHidePaletteAndMenu vIndirect $2078, $00a0, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utCleanUpPreviousDoc vIndirect $2078, $00a4, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utCreateSystemVersionOfMenu vIndirect $2078, $00a8, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utActivateIM4Document vIndirect $2078, $00ac, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utDeactivateIMforDocument vIndirect $2078, $00b0, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utDeleteCleanUpTSMDocument vIndirect $2078, $00b4, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utCloseIM4Document vIndirect $2078, $00b8, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utDeleteInputMethodsPreviousMenu vIndirect $2078, $00bc, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utCheckSysHeapSlop vIndirect $2078, $00c0, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utOpenIM4Document vIndirect $2078, $00c4, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utOpenActivateDefaultIM vIndirect $2078, $00c8, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utActivateThisDocsInputMethod vIndirect $2078, $00cc, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utSupportedSL vIndirect $2078, $00d0, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utScriptIsNotCCJK vIndirect $2078, $00d4, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utScriptIsCCJKAndNeedsIM vIndirect $2078, $00d8, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utInformPMgr vIndirect $2078, $00dc, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utDocNeedsInputMethod vIndirect $2078, $00e0, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utGetScriptIndex vIndirect $2078, $00e4, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utGetTSMDefaultInputMethod vIndirect $2078, $00e8, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utSLRec2CompFlag vIndirect $2078, $00ec, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utChangeToOldJIM vIndirect $2078, $00f0, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utSuspendResumeApp vIndirect $2078, $00f4, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utAddTSMResource vIndirect $2078, $00f8, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utUpdateDefaultInputMethodResource vIndirect $2078, $00fc, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utFixDocumentAndCloseSWMWindow vIndirect $2078, $0100, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utCloseSWMWindow vIndirect $2078, $0104, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utDeleteMenu vIndirect $2078, $0108, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utDeleteSysMenu vIndirect $2078, $010c, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
utSwapZone vIndirect $2078, $0110, A1 ; {sources}Toolbox:TextServicesMgr:TSMInternalUtils.c
|
|||
|
XSETDEFAULTINPUTMETHOD vIndirect $2078, $0114, A1 ; {sources}Toolbox:TextServicesMgr:TSMUtility.c
|
|||
|
XGETDEFAULTINPUTMETHOD vIndirect $2078, $0118, A1 ; {sources}Toolbox:TextServicesMgr:TSMUtility.c
|
|||
|
XSETTEXTSERVICELANGUAGE vIndirect $2078, $011c, A1 ; {sources}Toolbox:TextServicesMgr:TSMUtility.c
|
|||
|
XGETTEXTSERVICELANGUAGE vIndirect $2078, $0120, A1 ; {sources}Toolbox:TextServicesMgr:TSMUtility.c
|
|||
|
XUSEINPUTWINDOW vIndirect $2078, $0124, A1 ; {sources}Toolbox:TextServicesMgr:TSMUtility.c
|
|||
|
XNEWSERVICEWINDOW vIndirect $2078, $0128, A1 ; {sources}Toolbox:TextServicesMgr:TSMUtility.c
|
|||
|
XCLOSESERVICEWINDOW vIndirect $2078, $012c, A1 ; {sources}Toolbox:TextServicesMgr:TSMUtility.c
|
|||
|
XGETFRONTSERVICEWINDOW vIndirect $2078, $0130, A1 ; {sources}Toolbox:TextServicesMgr:TSMUtility.c
|
|||
|
XFINDSERVICEWINDOW vIndirect $2078, $0134, A1 ; {sources}Toolbox:TextServicesMgr:TSMUtility.c
|
|||
|
MISCMGR vNoVector ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgr.a
|
|||
|
GETKEYS vATrap A??? ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgr.a
|
|||
|
BUTTON vATrap A??? ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgr.a
|
|||
|
TICKCOUNT vATrap A??? ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgr.a
|
|||
|
GETMOUSE vATrap A??? ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgr.a
|
|||
|
STILLDOWN vATrap A??? ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgr.a
|
|||
|
WAITMOUSEUP vATrap A??? ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgr.a
|
|||
|
EVENTAVAIL vATrap A??? ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgr.a
|
|||
|
GETNEXTEVENT vATrap A??? ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgr.a
|
|||
|
WAITNEXTEVENT vATrap A??? ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgr.a
|
|||
|
DOSYSERRORUPDATES vATrap A??? ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgrPatches.a
|
|||
|
CLEARSYSERRORUPDATERECT vIndirect $2078, $0138, A7 ; {sources}Toolbox:ToolboxEventMgr:ToolboxEventMgrPatches.a
|
|||
|
|
|||
|
;============================== End Text Services Manager Vectors
|
|||
|
|
|||
|
;============================== TextEdit Vectors
|
|||
|
|
|||
|
TEXTEDIT vNoVector ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEINIT vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEGETTEXT vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEDISPOSE vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEXTBOX vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TESETTEXT vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TECALTEXT vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TESETSELECT vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TENEW vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TESTYLNEW vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEUPDATE vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TECLICK vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
DOFIND vIndirect $207C, $0004, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
VPIXEL2CHAR vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
DOSEARCH vIndirect $207C, $0008, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
DODRAW vIndirect $207C, $000c, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XDOERASE vIndirect $207C, $0010, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
PREPLINE vIndirect $207C, $0014, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
DOTEXT vIndirect $207C, $0018, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
DOCARET vIndirect $207C, $001c, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XCARETDISPLAY vIndirect $207C, $0020, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XGETLRPOSITION vIndirect $207C, $0024, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XGETRLPOSITION vIndirect $207C, $0028, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XONLINEEND vIndirect $207C, $002c, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XCARETINSIDERUN vIndirect $207C, $0030, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XSETDIRECTION vIndirect $207C, $0034, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XGETDIRECTION vIndirect $207C, $0038, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XGETSTYLESINORDER vIndirect $207C, $003c, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XTEGETFORMATORDER vIndirect $207C, $0040, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
DOHILITE vIndirect $207C, $0044, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XONSAMELINE vIndirect $207C, $0048, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XMEASUREWIDTH vIndirect $207C, $004c, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XMEASUREWHOLERUN vIndirect $207C, $0050, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XHILITELINEENDS vIndirect $207C, $0054, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XINVRTRECTANGLE vIndirect $207C, $0058, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XPIXELWIDTHS vIndirect $207C, $005c, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
CHKBOUNDS vIndirect $207C, $0060, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
LINERECT vIndirect $207C, $0064, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XTRIMMEASURE vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
MEASUREIT vIndirect $207C, $0068, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XGETWIDTH vIndirect $207C, $006c, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
VCHAR2PIXEL vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
RANGERECT vIndirect $207C, $0070, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
DOMEASURE vIndirect $207C, $0074, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEDISPATCH vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TECOPY vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TECUT vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEDELETE vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XGETCURSCRIPT vIndirect $207C, $0078, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XFINDWORD vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XFINDLINE vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XRECALLINES vIndirect $207C, $007c, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
HIDECARET vIndirect $207C, $0080, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEACTIVATE vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEDEACTIVATE vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEIDLE vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEPASTE vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEINSERT vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEKEY vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XTEBUFFERTEXT vIndirect $207C, $0084, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XDUMPBUFFER vIndirect $207C, $0088, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XCURSORMOVEMENT vIndirect $207C, $008c, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XTESTRUNDIRECTION vIndirect $207C, $0090, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XBUFFERCHAR vIndirect $207C, $0094, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XSETFONT2KEYBOARD vIndirect $207C, $0098, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XSETKEYBOARD2FONT vIndirect $207C, $009c, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TESETJUST vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TESCROLL vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEPINSCROLL vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TESELVIEW vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEAUTOVIEW vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
ITEFEATUREFLAG vIndirect $207C, $00a0, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
ITESETSTYLE vIndirect $207C, $00a4, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XSTYLEGUTS vIndirect $207C, $00a8, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
XCONCATRUNS vIndirect $207C, $00ac, A7 ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
TEGETOFFSET vATrap A??? ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
|
|||
|
;============================== End TextEdit Vectors
|
|||
|
|
|||
|
;============================== Time Manager Vectors
|
|||
|
|
|||
|
TIMEMGR vNoVector ; {sources}OS:TimeMgr:TimeMgr.a
|
|||
|
__RMVTIME vATrap A??? ; {sources}OS:TimeMgr:TimeMgr.a
|
|||
|
AFTERFREEZETIMEINRMVTIME vIndirect $2080, $0004, A7 ; {sources}OS:TimeMgr:TimeMgr.a
|
|||
|
__INSTIME vATrap A??? ; {sources}OS:TimeMgr:TimeMgr.a
|
|||
|
MULTANDMERGE vIndirect $2080, $0008, A7 ; {sources}OS:TimeMgr:TimeMgr.a
|
|||
|
__PRIMETIME vATrap A??? ; {sources}OS:TimeMgr:TimeMgr.a
|
|||
|
AFTERFREEZETIMEINPRIMETIME vIndirect $2080, $000c, A7 ; {sources}OS:TimeMgr:TimeMgr.a
|
|||
|
AFTERFREEZETIMEINTIMER2INT vIndirect $2080, $0010, A7 ; {sources}OS:TimeMgr:TimeMgr.a
|
|||
|
__MICROSECONDS vATrap A??? ; {sources}OS:TimeMgr:TimeMgr.a
|
|||
|
FREEZETIME vIndirect $2080, $0014, A7 ; {sources}OS:TimeMgr:TimeMgr.a
|
|||
|
INITTIMEMGR vNoVector ; {sources}OS:TimeMgr:TimeMgr.a
|
|||
|
|
|||
|
;============================== End Time Manager Vectors
|
|||
|
|
|||
|
;============================== Window Mananger Vectors
|
|||
|
|
|||
|
CHECKPROC vIndirect $2084, $0004, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
ScreenWithMostOf vIndirect $2084, $0008, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
TestContent vIndirect $2084, $000c, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
GetNewStructRect vIndirect $2084, $0010, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
CreateCheckRect vIndirect $2084, $0014, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
WindowAtPos vIndirect $2084, $0018, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
FINDFIRST vIndirect $2084, $001c, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
NextPosToCheck vIndirect $2084, $0020, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
GetNextStaggerPos vIndirect $2084, $0024, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__POSITIONWINDOW vIndirect $2084, $0028, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
GetMainScreenRect vIndirect $2084, $002c, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__AUTOPOSITIONWINDOW vIndirect $2084, $0030, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__GLOBALPORTRECT vIndirect $2084, $0034, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
IsZoomed vIndirect $2084, $0038, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__GETWINDOWSTATE vIndirect $2084, $003c, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
ISDRAGGABLE vIndirect $2084, $0040, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__SETWINDOWSTATE vIndirect $2084, $0044, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__CHECKWINDOW vIndirect $2084, $0048, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__ISLAYER vNoVector ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__WINDOWTYPE vIndirect $2084, $004c, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
NEWWINDOWCOMMON vIndirect $2084, $0050, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__NEWLAYER vIndirect $2084, $0054, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__GETCURLAYER vIndirect $2084, $0058, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
SYNCCURLAYER vNoVector ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__SETCURLAYER vIndirect $2084, $005c, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__SWAPCURLAYER vIndirect $2084, $0060, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__GETDESKPORT vIndirect $2084, $0064, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__GETSUBWINDOWS vNoVector ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__EACHWINDOW vIndirect $2084, $0068, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
PARENTSEARCH vIndirect $2084, $006c, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__GETPARENT vIndirect $2084, $0070, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__GETROOTLAYER vIndirect $2084, $0074, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
IsAncestor vIndirect $2084, $0078, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__INITLAYERS vIndirect $2084, $007c, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
DRAWWINDOWPIC vIndirect $2084, $0080, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
CALCANCESTORRGNS vIndirect $2084, $0084, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
CHECKUPDATESEARCH vIndirect $2084, $0088, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__CHECKUPDATEIN vIndirect $2084, $008c, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__CHECKUPDATE vATrap A??? ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
BEGINUPDATEOFLAYERSCHILDREN vIndirect $2084, $0090, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__CLIPABOVE vATrap A??? ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
CalcDeskPortVisRgn vIndirect $2084, $0094, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
PaintTheDesk vIndirect $2084, $0098, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
PAINTACTION vIndirect $2084, $009c, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
CalcAncestorRgnsForPaintActions vIndirect $2084, $00a0, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__PAINTONE vATrap A??? ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__PAINTBEHIND vATrap A??? ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__PAINTONEPAL vIndirect $2084, $00a4, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
UPDATEDVISRGN vIndirect $2084, $00a8, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
EMPTYVISACTION vIndirect $2084, $00ac, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
CALCVISACTION vIndirect $2084, $00b0, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__CALCVIS vATrap A??? ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__CALCVISBEHIND vATrap A??? ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__FINDWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__FRONTWINDOWIN vIndirect $2084, $00b4, A7 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__FRONTWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__ACTIVEWINDOW vIndirect $2084, $00b8, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__CLOSEWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
HIDEWINDOWACTION vIndirect $2084, $00bc, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
SHOWWINDOWACTION vIndirect $2084, $00c0, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
PRESHOWHIDE vIndirect $2084, $00c4, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
REDRAW vIndirect $2084, $00c8, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
__REDRAWALL vIndirect $2084, $00cc, A1 ; {sources}Toolbox:WindowMgr:LayerMgr.c
|
|||
|
PORTTOBITMAP vIndirect $2084, $00d0, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SETUPCOLOR vIndirect $2084, $00d4, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
NEWSTRING vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETSPTR vIndirect $2084, $00d8, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SETSTRING vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
PREVWINDOW vIndirect $2084, $00dc, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
INSERTWINDOW vIndirect $2084, $00e0, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
TWOPARMEXIT vIndirect $2084, $00e4, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
DELETEWINDOW vIndirect $2084, $00e8, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
ONEPARMEXIT vIndirect $2084, $00ec, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
WRTS1 vIndirect $2084, $00f0, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
CLIPABOVEGUTS vIndirect $2084, $00f4, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SUBSTRUCTLOOP vIndirect $2084, $00f8, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
PAINTONEGUTS vIndirect $2084, $00fc, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
PAINTODONE vIndirect $2084, $0100, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SETWPCLIP vIndirect $2084, $0104, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
TESTCLIP vIndirect $2084, $0108, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
PAINTDESK vIndirect $2084, $010c, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETNEWRGN vIndirect $2084, $0110, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SAVEOLD vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
DRAWNEW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SIXBYTEXIT vIndirect $2084, $0114, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SHOWHIDE vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SETWPORT vIndirect $2084, $0118, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
RESTOREPORT vIndirect $2084, $011c, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETWMGRPORT vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETCWMGRPORT vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
ALLOCPORT vIndirect $2084, $0120, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
ALLOCP1 vIndirect $2084, $0124, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
ALLOCP2 vIndirect $2084, $0128, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
ALLOCCPORT vIndirect $2084, $012c, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
INITWINDOWSGUTS vIndirect $2084, $0130, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
NEWCWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
NEWWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
CANCELACTIVATE vIndirect $2084, $0134, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
CLOSEWINDOWGUTS vIndirect $2084, $0138, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
MAKEDEACTIVE vIndirect $2084, $013c, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
DISPOSEWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SHOWWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
HIDEWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETWREFCON vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETWCOMMON vIndirect $2084, $0140, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SETWREFCON vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SETWCOMMON vIndirect $2084, $0144, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SETWINDOWPIC vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETWINDOWPIC vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETWTITLE vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SETWTITLE vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
REMOVECONTENT vIndirect $2084, $0148, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
DELTAPOINT vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
MOVEGUTS vIndirect $2084, $014c, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
MOVEWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SMARTMOVE vIndirect $2084, $0150, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETWVARIANT vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
CALLWINDOW vIndirect $2084, $0154, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
CALLDWINDOW vIndirect $2084, $0158, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
CALLWCALC vIndirect $2084, $015c, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
HILITEWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
CLIPVSTRUCT vIndirect $2084, $0160, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
CLIPGABOVE vIndirect $2084, $0164, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SIZEWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
TENBYTEXIT vIndirect $2084, $0168, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SIZEGUTS vIndirect $2084, $016c, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
ZOOMWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
TRACKGOAWAY vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
TRACKBOX vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
EORSYMBOL vIndirect $2084, $0170, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SELECTWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SELWIN1 vIndirect $2084, $0174, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
DOACTIVATE vIndirect $2084, $0178, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
BRINGTOFRONT vIndirect $2084, $017c, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
BTF1 vIndirect $2084, $0180, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
NEGWORDS vIndirect $2084, $0184, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SENDBEHIND vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
BEGINUPDATE vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
ENDUPDATE vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
DRAGWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
DRAGREGION vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
WMGRGRAY vDataTable ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
DRAGGRAYRGN vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
DRAGTHERGN vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
CALLDRAGHOOK vIndirect $2084, $0188, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
INVALRGN vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
IVALCOMMON vIndirect $2084, $018c, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GOEXIT1 vIndirect $2084, $0190, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
VALIDRGN vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GROWWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
TWELVEBYTEXIT vIndirect $2084, $0194, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
CALLGROW vIndirect $2084, $0198, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETPINMOUSE vIndirect $2084, $019c, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GWCALCSIZE vIndirect $2084, $01a0, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
__FINDLAYER vIndirect $2084, $01a4, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
DRAWGROWICON vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SETDESKCPAT vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SETWINCOLOR vIndirect $2084, $01a8, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
SETCTLCOLOR vIndirect $2084, $01ac, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETAUXWIN vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETAUXCTL vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
GETAUXGUTS vIndirect $2084, $01b0, A7 ; {sources}Toolbox:WindowMgr:WindowMgr.a
|
|||
|
INITWINDOWS vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
MAKEDEACTIVEGLUE vIndirect $2084, $01b4, A7 ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
CALLWINDOWGLUE vIndirect $2084, $01b8, A7 ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
CALLWINDOWCALCGLUE vIndirect $2084, $01bc, A7 ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__SELECTWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__BRINGTOFRONT vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__SENDBEHIND vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__SHOWWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
TWOBYFOUR vIndirect $2084, $01c0, A7 ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__DRAGWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__MOVEWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__ZOOMWINDOW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
FOURBYEIGHT vIndirect $2084, $01c4, A7 ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
WINDOWAT8 vIndirect $2084, $01c8, A7 ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__GETAUXWIN vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__SETWINCOLOR vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__SETCTLCOLOR vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__GETAUXCTL vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
CONTROLOWNER vIndirect $2084, $01cc, A7 ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
__DRAWNEW vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
LAYERDISPATCH vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
FASTERVALIDRECT vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
FASTERINVALRECT vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
ACTIVATEPALETTELAYERBRACKET vATrap A??? ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
GETREARWINDOW vIndirect $2084, $01d0, A7 ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
|
|||
|
;============================== End Window Manager Vectors
|
|||
|
|
|||
|
;============================== Figment Memory Manager Vectors
|
|||
|
|
|||
|
|
|||
|
HEAPDISPATCH vIndirect $2088, $0004, A7 ; Figment
|
|||
|
FIG_HSETFLAGS vIndirect $2088, $0008, A7 ; Figment
|
|||
|
FIG_HGETFLAGS vIndirect $2088, $000c, A7 ; Figment
|
|||
|
FIG_HNORSRC vIndirect $2088, $0010, A7 ; Figment
|
|||
|
FIG_HRSRC vIndirect $2088, $0014, A7 ; Figment
|
|||
|
FIG_STACKSPACETRAP vIndirect $2088, $0018, A7 ; Figment
|
|||
|
FIG_PURGESPACETRAP vIndirect $2088, $001c, A7 ; Figment
|
|||
|
FIG_MAXBLOCKTRAP vIndirect $2088, $0020, A7 ; Figment
|
|||
|
FIG_MOVEHLOW vIndirect $2088, $0024, A7 ; Figment
|
|||
|
FIG_MOVEHHI vIndirect $2088, $0028, A7 ; Figment
|
|||
|
FIG_SETGROWZONE vIndirect $2088, $002c, A7 ; Figment
|
|||
|
FIG_HNOPURGE vIndirect $2088, $0030, A7 ; Figment
|
|||
|
FIG_HPURGE vIndirect $2088, $0034, A7 ; Figment
|
|||
|
FIG_HUNLOCK vIndirect $2088, $0038, A7 ; Figment
|
|||
|
FIG_HLOCK vIndirect $2088, $003c, A7 ; Figment
|
|||
|
FIG_EMPTYHANDLE vIndirect $2088, $0040, A7 ; Figment
|
|||
|
FIG_PURGEMEM vIndirect $2088, $0044, A7 ; Figment
|
|||
|
FIG_RESRVMEM vIndirect $2088, $0048, A7 ; Figment
|
|||
|
FIG_COMPACTMEMTRAP vIndirect $2088, $004c, A7 ; Figment
|
|||
|
FIG_MAXMEMTRAP vIndirect $2088, $0050, A7 ; Figment
|
|||
|
FIG_FREEMEM vIndirect $2088, $0054, A7 ; Figment
|
|||
|
FIG_PTRZONETRAP vIndirect $2088, $0058, A7 ; Figment
|
|||
|
FIG_SETPTRSIZETRAP vIndirect $2088, $005c, A7 ; Figment
|
|||
|
FIG_GETPTRSIZETRAP vIndirect $2088, $0060, A7 ; Figment
|
|||
|
FIG_DISPOSEPTR vIndirect $2088, $0064, A7 ; Figment
|
|||
|
FIG_NEWPTRTRAP vIndirect $2088, $0068, A7 ; Figment
|
|||
|
FIG_REALLOCHANDLETRAP vIndirect $2088, $006c, A7 ; Figment
|
|||
|
FIG_RECOVERHANDLETRAP vIndirect $2088, $0070, A7 ; Figment
|
|||
|
FIG_HANDLEZONETRAP vIndirect $2088, $0074, A7 ; Figment
|
|||
|
FIG_SETHANDLESIZETRAP vIndirect $2088, $0078, A7 ; Figment
|
|||
|
FIG___GETHANDLESIZE vIndirect $2088, $007c, A7 ; Figment
|
|||
|
FIG_DSPOSEHANDLE vIndirect $2088, $0080, A7 ; Figment
|
|||
|
FIG_NEWEMPTYHANDLETRAP vIndirect $2088, $0084, A7 ; Figment
|
|||
|
FIG_NWHANDLE vIndirect $2088, $0088, A7 ; Figment
|
|||
|
FIG_SETZONE vIndirect $2088, $008c, A7 ; Figment
|
|||
|
FIG_GETZONE vIndirect $2088, $0090, A7 ; Figment
|
|||
|
FIG_MOREMASTERS vIndirect $2088, $0094, A7 ; Figment
|
|||
|
FIG_MAXAPPLZONE vIndirect $2088, $0098, A7 ; Figment
|
|||
|
FIG_SETAPPLLIMIT vIndirect $2088, $009c, A7 ; Figment
|
|||
|
FIG_INITZONETRAP vIndirect $2088, $00a0, A7 ; Figment
|
|||
|
c_InitZone vIndirect $2088, $00a4, A7 ; Figment
|
|||
|
c_SetApplLimit vIndirect $2088, $00a8, A7 ; Figment
|
|||
|
c_MaxApplZone vIndirect $2088, $00ac, A7 ; Figment
|
|||
|
c_MoreMasters vIndirect $2088, $00b0, A7 ; Figment
|
|||
|
c_GetZone vIndirect $2088, $00b4, A7 ; Figment
|
|||
|
c_SetZone vIndirect $2088, $00b8, A7 ; Figment
|
|||
|
c_NewHandle vIndirect $2088, $00bc, A7 ; Figment
|
|||
|
c_NewEmptyHandle vIndirect $2088, $00c0, A7 ; Figment
|
|||
|
c_NewHandleHi vIndirect $2088, $00c4, A7 ; Figment
|
|||
|
c_DisposeHandle vIndirect $2088, $00c8, A7 ; Figment
|
|||
|
c_GetHandleSize vIndirect $2088, $00cc, A7 ; Figment
|
|||
|
c_SetHandleSize vIndirect $2088, $00d0, A7 ; Figment
|
|||
|
c_HandleZone vIndirect $2088, $00d4, A7 ; Figment
|
|||
|
c_RecoverHandle vIndirect $2088, $00d8, A7 ; Figment
|
|||
|
c_ReallocHandle vIndirect $2088, $00dc, A7 ; Figment
|
|||
|
c_NewPtr vIndirect $2088, $00e0, A7 ; Figment
|
|||
|
c_DisposePtr vIndirect $2088, $00e4, A7 ; Figment
|
|||
|
c_GetPtrSize vIndirect $2088, $00e8, A7 ; Figment
|
|||
|
c_SetPtrSize vIndirect $2088, $00ec, A7 ; Figment
|
|||
|
c_PtrZone vIndirect $2088, $00f0, A7 ; Figment
|
|||
|
c_FreeMem vIndirect $2088, $00f4, A7 ; Figment
|
|||
|
c_MaxMem vIndirect $2088, $00f8, A7 ; Figment
|
|||
|
c_CompactMem vIndirect $2088, $00fc, A7 ; Figment
|
|||
|
c_ReserveMem vIndirect $2088, $0100, A7 ; Figment
|
|||
|
c_PurgeMem vIndirect $2088, $0104, A7 ; Figment
|
|||
|
c_EmptyHandle vIndirect $2088, $0108, A7 ; Figment
|
|||
|
c_HLock vIndirect $2088, $010c, A7 ; Figment
|
|||
|
c_HUnlock vIndirect $2088, $0110, A7 ; Figment
|
|||
|
c_HPurge vIndirect $2088, $0114, A7 ; Figment
|
|||
|
c_HNoPurge vIndirect $2088, $0118, A7 ; Figment
|
|||
|
c_SetGrowZone vIndirect $2088, $011c, A7 ; Figment
|
|||
|
c_MoveHHi vIndirect $2088, $0120, A7 ; Figment
|
|||
|
c_MoveHLow vIndirect $2088, $0124, A7 ; Figment
|
|||
|
c_MaxBlock vIndirect $2088, $0128, A7 ; Figment
|
|||
|
c_PurgeSpace vIndirect $2088, $012c, A7 ; Figment
|
|||
|
c_StackSpace vIndirect $2088, $00130, A7 ; Figment
|
|||
|
c_HSetRBit vIndirect $2088, $0134, A7 ; Figment
|
|||
|
c_HClrRBit vIndirect $2088, $0138, A7 ; Figment
|
|||
|
c_HGetState vIndirect $2088, $013c, A7 ; Figment
|
|||
|
c_HSetState vIndirect $2088, $0140, A7 ; Figment
|
|||
|
c_GetNextBlockInHeap vIndirect $2088, $0144, A7 ; Figment
|
|||
|
c_DisposeZone vIndirect $2088, $0148, A7 ; Figment
|
|||
|
c_SetZoneCompatibilityFlags vIndirect $2088, $014c, A7 ; Figment
|
|||
|
c_GetZoneCompatibilityFlags vIndirect $2088, $0150, A7 ; Figment
|
|||
|
c_RegisterDisposeProc vIndirect $2088, $0154, A7 ; Figment
|
|||
|
GetZoneFromNilMP vIndirect $2088, $0158, A7 ; Figment
|
|||
|
WalkUpFindNewLowRemoveable vIndirect $2088, $015c, A7 ; Figment
|
|||
|
FixedBlockInRange vIndirect $2088, $0160, A7 ; Figment
|
|||
|
CompactHeap vIndirect $2088, $0164, A7 ; Figment
|
|||
|
CalcMaxBlockSize vIndirect $2088, $0168, A7 ; Figment
|
|||
|
ExtendHeapLimit vIndirect $2088, $016c, A7 ; Figment
|
|||
|
ExtendApplLimit vIndirect $2088, $0170, A7 ; Figment
|
|||
|
MakeSpaceLow vIndirect $2088, $0174, A7 ; Figment
|
|||
|
MakeSpaceHigh vIndirect $2088, $0178, A7 ; Figment
|
|||
|
ShrinkHeapLimit vIndirect $2088, $017c, A7 ; Figment
|
|||
|
NewBlock vIndirect $2088, $0180, A7 ; Figment
|
|||
|
NewBlockFast vIndirect $2088, $0184, A7 ; Figment
|
|||
|
MarkBlockAsPrivate vIndirect $2088, $0188, A7 ; Figment
|
|||
|
AllocateMoreMasters vIndirect $2088, $018c, A7 ; Figment
|
|||
|
KillBlock vIndirect $2088, $0190, A7 ; Figment
|
|||
|
SetBlockSize vIndirect $2088, $0194, A7 ; Figment
|
|||
|
CalcFreeSpaceAndFindRegionTop vIndirect $2088, $0198, A7 ; Figment
|
|||
|
MoveBlockHigh vIndirect $2088, $019c, A7 ; Figment
|
|||
|
MoveBlockLow vIndirect $2088, $01a0, A7 ; Figment
|
|||
|
CalcLargestPurgeRegion vIndirect $2088, $01a4, A7 ; Figment
|
|||
|
PurgeBlock vIndirect $2088, $01a8, A7 ; Figment
|
|||
|
DoEmpty vIndirect $2088, $01ac, A7 ; Figment
|
|||
|
LocatePurgePtr vIndirect $2088, $01b0, A7 ; Figment
|
|||
|
PurgeAndMakeSpace vIndirect $2088, $01b4, A7 ; Figment
|
|||
|
PurgeAndCompactHeap vIndirect $2088, $01b8, A7 ; Figment
|
|||
|
FindHeap vIndirect $2088, $01bc, A7 ; Figment
|
|||
|
FindBlockInHeap vIndirect $2088, $01c0, A7 ; Figment
|
|||
|
IsValidBlockInHeap vIndirect $2088, $01c4, A7 ; Figment
|
|||
|
CreateNewHeap vIndirect $2088, $01c8, A7 ; Figment
|
|||
|
MoveHeapHeaderHigh vIndirect $2088, $01cc, A7 ; Figment
|
|||
|
RemoveHeap vIndirect $2088, $01d0, A7 ; Figment
|
|||
|
GrowHeap vIndirect $2088, $01d4, A7 ; Figment
|
|||
|
ShrinkHeap vIndirect $2088, $01d8, A7 ; Figment
|
|||
|
CLEARBYTES vIndirect $2088, $01dc, A7 ; Figment
|
|||
|
FillBytes vIndirect $2088, $01e0, A7 ; Figment
|
|||
|
c_InitProcessMgrHeap vIndirect $2088, $01e4, A7 ; Figment
|
|||
|
c_ShrinkSysHeap vIndirect $2088, $01e8, A7 ; Figment
|
|||
|
c_LowerProcessMgrZoneBottom vIndirect $2088, $01ec, A7 ; Figment
|
|||
|
c_ShrinkProcessMgrZone vIndirect $2088, $01f0, A7 ; Figment
|
|||
|
c_ExtendSystemZone vIndirect $2088, $01f4, A7 ; Figment
|
|||
|
c_ReclaimSpaceIfSysHeapLow vIndirect $2088, $01f8, A7 ; Figment
|
|||
|
c_StraddleBlockSize vIndirect $2088, $01fc, A7 ; Figment
|
|||
|
c_ProcessMgrMaxBlock vIndirect $2088, $0200, A7 ; Figment
|
|||
|
c_GetProcessMgrLoFreeBytes vIndirect $2088, $0204, A7 ; Figment
|
|||
|
c_GetSystemHiFreeBytes vIndirect $2088, $0208, A7 ; Figment
|
|||
|
GetSystemHiPurgeBytes vIndirect $2088, $020c, A7 ; Figment
|
|||
|
FIG_VIAZPOSTINIT vIndirect $2088, $0210, A7 ; Figment
|
|||
|
FIG_VIAZINIT vIndirect $2088, $0214, A7 ; Figment
|
|||
|
FIG_INITAPPLZONE vIndirect $2088, $0218, A7 ; Figment
|
|||
|
FIG_SETAPPLBASE vIndirect $2088, $021c, A7 ; Figment
|
|||
|
FIG___STRIPADDRESS vIndirect $2088, $0220, A7 ; Figment
|
|||
|
MOVEBYTES020 vIndirect $2088, $0224, A7 ; Figment
|
|||
|
MOVEBYTES040 vIndirect $2088, $0228, A7 ; Figment
|
|||
|
INITQTMEMORY vIndirect $2088, $022c, A7 ; Figment
|
|||
|
addTrashMemoryProc vIndirect $2088, $0230, A7 ; Figment
|
|||
|
removeTrashMemoryProc vIndirect $2088, $0234, A7 ; Figment
|
|||
|
c_RegisterHandleTrashNotification vIndirect $2088, $0238, A7 ; Figment
|
|||
|
c_UnregisterHandleTrashNotification vIndirect $2088, $023c, A7 ; Figment
|
|||
|
c_TrashZone vIndirect $2088, $0240, A7 ; Figment
|
|||
|
c_TrashProcess vIndirect $2088, $0244, A7 ; Figment
|
|||
|
c_TrashMemoryArea vIndirect $2088, $0248, A7 ; Figment
|
|||
|
c_NewHandleSystemSafe vIndirect $2088, $024c, A7 ; Figment
|
|||
|
c_NewPtrSystemSafe vIndirect $2088, $0250, A7 ; Figment
|
|||
|
c_EnoughSystemHeapSlop vIndirect $2088, $0254, A7 ; Figment
|
|||
|
OLD_INITMEMMGR vIndirect $2088, $0258, A7 ; Figment
|
|||
|
OLD_INITMEMVECT vIndirect $2088, $025c, A7 ; Figment
|
|||
|
OLD_AFTERBOOTSETAPPLBASE vIndirect $2088, $0260, A7 ; Figment
|
|||
|
|
|||
|
;============================== End Figment Memory Manager Vectors
|
|||
|
|
|||
|
;
|
|||
|
; The following list of entrypoints are not currently vectorized.
|
|||
|
; Some of them are new since we created the vector table, and
|
|||
|
; others were mistakenly deleted by someone trying to stop them
|
|||
|
; from being vectorized. Even if we don't want to vectorize a
|
|||
|
; routine, we still need put it in the table so that we can identify
|
|||
|
; new routines.
|
|||
|
;
|
|||
|
INITGESTALT vNoVector ; {sources}OS:Gestalt:GestaltFunction.a
|
|||
|
TEGLOBALINIT vNoVector ; {sources}Toolbox:TextEdit:TextEdit.a
|
|||
|
INITFASTERINVALS vNoVector ; {sources}Toolbox:WindowMgr:WindowMgrExtensions.a
|
|||
|
INSTALLBASSCOMMON vNoVector ; {sources}Toolbox:FontMgr:BassExtensions.a
|
|||
|
FORCEINITFONTSCALL vNoVector ; {sources}Toolbox:FontMgr:BassExtensions.a
|
|||
|
|
|||
|
|
|||
|
MYROM vNoVector ; Boot Code that should not be vectorized
|
|||
|
CHECKFOREGRET vNoVector ; because vectors are patched way after this
|
|||
|
WDCBSWOS vNoVector ; code is executed (boot time)
|
|||
|
ROMLOC vNoVector
|
|||
|
PMSPSWOS vNoVector
|
|||
|
DISPOFF vNoVector
|
|||
|
CRITICAL vNoVector
|
|||
|
LOADSLOTDRIVERS vNoVector
|
|||
|
CHECKPASSWORD vNoVector ; Boot time password
|
|||
|
CHECKFORROMDISK vNoVector
|
|||
|
ADJUSTBARRIER vNoVector
|
|||
|
OPTIMIZEPACKS vNoVector
|
|||
|
VMSECONDARYINITIALIZATION vNoVector
|
|||
|
SLOTMGRSECONDARYINITIALIZATIONII vNoVector
|
|||
|
COLORQDSECONDARYINITIALIZATION vNoVector
|
|||
|
ROM_EM vNoVector ; Extensions Manager in ROM, executes on boot
|
|||
|
ShowExtensions vNoVector
|
|||
|
EM_cdev vNoVector
|
|||
|
HasINIT vNoVector
|
|||
|
ReadFiles vNoVector
|
|||
|
AddFolder vNoVector
|
|||
|
Add7Folders vNoVector
|
|||
|
Sort vNoVector
|
|||
|
SaveInfo vNoVector
|
|||
|
RevertInfo vNoVector
|
|||
|
AllInfo vNoVector
|
|||
|
ErrDlg vNoVector
|
|||
|
UPDATEFILTER vNoVector
|
|||
|
myBlockMove vNoVector
|
|||
|
MyCompare vNoVector
|
|||
|
ROM_EM_OSDISPATCH vNoVector
|
|||
|
InitVec$2010 vNoVector ; Vectorization initialization routines
|
|||
|
InitVec$2014 vNoVector
|
|||
|
InitVec$2018 vNoVector
|
|||
|
InitVec$201C vNoVector
|
|||
|
InitVec$2020 vNoVector
|
|||
|
InitVec$2024 vNoVector
|
|||
|
InitVec$2028 vNoVector
|
|||
|
InitVec$202C vNoVector
|
|||
|
InitVec$2030 vNoVector
|
|||
|
InitVec$2034 vNoVector
|
|||
|
InitVec$2038 vNoVector
|
|||
|
InitVec$2040 vNoVector
|
|||
|
InitVec$2044 vNoVector
|
|||
|
InitVec$2048 vNoVector
|
|||
|
InitVec$204C vNoVector
|
|||
|
InitVec$2050 vNoVector
|
|||
|
InitVec$2054 vNoVector
|
|||
|
InitVec$2058 vNoVector
|
|||
|
InitVec$205C vNoVector
|
|||
|
InitVec$2060 vNoVector
|
|||
|
InitVec$2064 vNoVector
|
|||
|
InitVec$2068 vNoVector
|
|||
|
InitVec$206C vNoVector
|
|||
|
InitVec$2070 vNoVector
|
|||
|
InitVec$2074 vNoVector
|
|||
|
InitVec$2078 vNoVector
|
|||
|
InitVec$207C vNoVector
|
|||
|
InitVec$2080 vNoVector
|
|||
|
InitVec$2084 vNoVector
|
|||
|
VecInfo$2010 vNoVector ; Vector data tables used to build original vector tables
|
|||
|
VecInfo$2014 vNoVector
|
|||
|
VecInfo$2018 vNoVector
|
|||
|
VecInfo$201C vNoVector
|
|||
|
VecInfo$2020 vNoVector
|
|||
|
VecInfo$2024 vNoVector
|
|||
|
VecInfo$2028 vNoVector
|
|||
|
VecInfo$202C vNoVector
|
|||
|
VecInfo$2030 vNoVector
|
|||
|
VecInfo$2034 vNoVector
|
|||
|
VecInfo$2038 vNoVector
|
|||
|
VecInfo$2040 vNoVector
|
|||
|
VecInfo$2044 vNoVector
|
|||
|
VecInfo$2048 vNoVector
|
|||
|
VecInfo$204C vNoVector
|
|||
|
VecInfo$2050 vNoVector
|
|||
|
VecInfo$2054 vNoVector
|
|||
|
VecInfo$2058 vNoVector
|
|||
|
VecInfo$205C vNoVector
|
|||
|
VecInfo$2060 vNoVector
|
|||
|
VecInfo$2064 vNoVector
|
|||
|
VecInfo$2068 vNoVector
|
|||
|
VecInfo$206C vNoVector
|
|||
|
VecInfo$2070 vNoVector
|
|||
|
VecInfo$2074 vNoVector
|
|||
|
VecInfo$2078 vNoVector
|
|||
|
VecInfo$207C vNoVector
|
|||
|
VecInfo$2080 vNoVector
|
|||
|
VecInfo$2084 vNoVector
|
|||
|
InitDescriptors vNoVector
|
|||
|
INITROMVECTORS vNoVector
|
|||
|
ADBPRIMITIVES vNoVector ; More code that only executes once on boot time and
|
|||
|
QUADRAADBTABLE vNoVector ; tables used for Interrupt handlers, universal tables
|
|||
|
IsAscMac vNoVector ; and code for diagnostics
|
|||
|
INITGLOBALS vNoVector
|
|||
|
IOPADBTABLE vNoVector
|
|||
|
CUDAADBTABLE vNoVector
|
|||
|
EGRETADBTABLE vNoVector
|
|||
|
PMGRADBTABLE vNoVector
|
|||
|
VIAADBTABLE vNoVector
|
|||
|
CLOCKPRAMPRIMITIVES vNoVector
|
|||
|
CUDAREADBYTE vNoVector
|
|||
|
CUDAWRITEBYTE vNoVector
|
|||
|
NOPRAMCLOCKPRAM vNoVector
|
|||
|
CUDACLOCKPRAM vNoVector
|
|||
|
EGRETCLOCKPRAM vNoVector
|
|||
|
PMGRCLOCKPRAM vNoVector
|
|||
|
RTCCLOCKPRAM vNoVector
|
|||
|
POWERMGRPRIMITIVES vNoVector
|
|||
|
POSTUSERNMMSG vNoVector
|
|||
|
NIAGRAPMGRPRIMS vNoVector
|
|||
|
MSCPMGRPRIMS vNoVector
|
|||
|
JAWSPMGRPRIMS vNoVector
|
|||
|
PMGRPRIMLOOKUP vNoVector
|
|||
|
SNDCNTLCYCLONE vNoVector
|
|||
|
SNDCNTLLCIII vNoVector
|
|||
|
SNDCNTLSONORA vNoVector
|
|||
|
SNDCNTLBLACKBIRD vNoVector
|
|||
|
SNDCNTLDJMEMC vNoVector
|
|||
|
SNDCNTLDBLITE vNoVector
|
|||
|
SNDCNTLDARTANIAN vNoVector
|
|||
|
SNDCNTLPB170 vNoVector
|
|||
|
SNDCNTLQUADRA700 vNoVector
|
|||
|
SNDCNTLQUADRA900 vNoVector
|
|||
|
SNDCNTLMACIISI vNoVector ; This needs to be verified
|
|||
|
SNDCNTLLC vNoVector
|
|||
|
SNDCNTLCLASSICII vNoVector
|
|||
|
INITSNDNORAM vNoVector
|
|||
|
INITSNDHW vNoVector
|
|||
|
SWITCHMMU vNoVector
|
|||
|
INITDTQUEUE vNoVector
|
|||
|
DOCKINGWAKEUPDENIED vNoVector
|
|||
|
GRACEFULSHUTDOWN vNoVector
|
|||
|
DOCKINITSCC vNoVector
|
|||
|
TERROREGRET vNoVector
|
|||
|
DEBUGEXITCONT vNoVector
|
|||
|
DEBUGENTERCONT vNoVector
|
|||
|
FOUNDMATCH vNoVector
|
|||
|
MAPFOUND vNoVector
|
|||
|
CHECKNEXTMAP vNoVector
|
|||
|
PSCINTTBL vNoVector
|
|||
|
DJMEMCINTTBL vNoVector
|
|||
|
SONORAINTTBL vNoVector
|
|||
|
PRATTINTTBL vNoVector
|
|||
|
MSCINTTBL vNoVector
|
|||
|
NIAGRAINTTBL vNoVector
|
|||
|
JAWSINTTBL vNoVector
|
|||
|
QUADRA900INTTBL vNoVector
|
|||
|
QUADRA700INTTBL vNoVector
|
|||
|
RBVEGRETINTTBL vNoVector
|
|||
|
VIAINTTBL vNoVector
|
|||
|
UNKNOWNTESTS vNoVector
|
|||
|
DARTTESTS vNoVector
|
|||
|
WOMBATTESTS vNoVector
|
|||
|
CARNATIONTESTS vNoVector
|
|||
|
DBLITETESTS vNoVector
|
|||
|
MACLCTESTS vNoVector
|
|||
|
MACIISITESTS vNoVector
|
|||
|
USTCPULIST vNoVector
|
|||
|
YMCAMERGE vNoVector
|
|||
|
THECYCLONESOUNDS vNoVector
|
|||
|
POWERDOWNALL vNoVector ; Power Manager check code
|
|||
|
PORTABLECHECK vNoVector
|
|||
|
LCDSCREENCHK vNoVector
|
|||
|
GETLEVEL vNoVector
|
|||
|
BATWATCH vNoVector
|
|||
|
BATINT vNoVector
|
|||
|
%%_ROUND vNoVector ; This is from the standard libraries
|
|||
|
%%_TRUNC vNoVector ; This is from the standard libraries
|
|||
|
%INITHEAP vNoVector ; This is from the standard libraries
|
|||
|
%I_DIV4 vNoVector ; This is from the standard libraries
|
|||
|
%I_DIVMOD vNoVector ; This is from the standard libraries
|
|||
|
%I_MOD4 vNoVector ; This is from the standard libraries
|
|||
|
%I_MUL4 vNoVector ; This is from the standard libraries
|
|||
|
%I_PWRII vNoVector ; This is from the standard libraries
|
|||
|
%R_COMP vNoVector ; This is from the standard libraries
|
|||
|
%R_DBL vNoVector ; This is from the standard libraries
|
|||
|
%R_EXT vNoVector ; This is from the standard libraries
|
|||
|
%R_EXT96 vNoVector ; This is from the standard libraries
|
|||
|
%R_SGL vNoVector ; This is from the standard libraries
|
|||
|
%SGLE2 vNoVector ; This is from the standard libraries
|
|||
|
%SGLE296 vNoVector ; This is from the standard libraries
|
|||
|
%SGLF2 vNoVector ; This is from the standard libraries
|
|||
|
%SGLF296 vNoVector ; This is from the standard libraries
|
|||
|
%S_EQ vNoVector ; This is from the standard libraries
|
|||
|
%S_GE vNoVector ; This is from the standard libraries
|
|||
|
%S_GT vNoVector ; This is from the standard libraries
|
|||
|
%S_LE vNoVector ; This is from the standard libraries
|
|||
|
%S_LT vNoVector ; This is from the standard libraries
|
|||
|
%S_NE vNoVector ; This is from the standard libraries
|
|||
|
%W_E_COM vNoVector ; This is from the standard libraries
|
|||
|
%W_E_COM96 vNoVector ; This is from the standard libraries
|
|||
|
%W_E_DBL vNoVector ; This is from the standard libraries
|
|||
|
%W_E_DBL96 vNoVector ; This is from the standard libraries
|
|||
|
%W_E_EXT vNoVector ; This is from the standard libraries
|
|||
|
%W_E_EXT96 vNoVector ; This is from the standard libraries
|
|||
|
%W_E_SGL vNoVector ; This is from the standard libraries
|
|||
|
%W_E_SGL96 vNoVector ; This is from the standard libraries
|
|||
|
%W_F_COM vNoVector ; This is from the standard libraries
|
|||
|
%W_F_COM96 vNoVector ; This is from the standard libraries
|
|||
|
%W_F_DBL vNoVector ; This is from the standard libraries
|
|||
|
%W_F_DBL96 vNoVector ; This is from the standard libraries
|
|||
|
%W_F_EXT vNoVector ; This is from the standard libraries
|
|||
|
%W_F_EXT96 vNoVector ; This is from the standard libraries
|
|||
|
%W_F_SGL vNoVector ; This is from the standard libraries
|
|||
|
%W_F_SGL96 vNoVector ; This is from the standard libraries
|
|||
|
%_ADJ vNoVector ; This is from the standard libraries
|
|||
|
%_ARCTAN vNoVector ; This is from the standard libraries
|
|||
|
%_BEGIN vNoVector ; This is from the standard libraries
|
|||
|
%_C2X96 vNoVector ; This is from the standard libraries
|
|||
|
%_CAT vNoVector ; This is from the standard libraries
|
|||
|
%_COPY vNoVector ; This is from the standard libraries
|
|||
|
%_COS vNoVector ; This is from the standard libraries
|
|||
|
%_DEL vNoVector ; This is from the standard libraries
|
|||
|
%_DIFF vNoVector ; This is from the standard libraries
|
|||
|
%_DISPOSE vNoVector ; This is from the standard libraries
|
|||
|
%_END vNoVector ; This is from the standard libraries
|
|||
|
%_EXP vNoVector ; This is from the standard libraries
|
|||
|
%_FILLC vNoVector ; This is from the standard libraries
|
|||
|
%_HALT vNoVector ; This is from the standard libraries
|
|||
|
%_INIT vNoVector ; This is from the standard libraries
|
|||
|
%_INS vNoVector ; This is from the standard libraries
|
|||
|
%_INTER vNoVector ; This is from the standard libraries
|
|||
|
%_LN vNoVector ; This is from the standard libraries
|
|||
|
%_LONGNEW vNoVector ; This is from the standard libraries
|
|||
|
%_LRCHCK vNoVector ; This is from the standard libraries
|
|||
|
%_MARK vNoVector ; This is from the standard libraries
|
|||
|
%_MOVEL vNoVector ; This is from the standard libraries
|
|||
|
%_MOVER vNoVector ; This is from the standard libraries
|
|||
|
%_NEW vNoVector ; This is from the standard libraries
|
|||
|
%_NEWL vNoVector ; This is from the standard libraries
|
|||
|
%_POS vNoVector ; This is from the standard libraries
|
|||
|
%_RANGE vNoVector ; This is from the standard libraries
|
|||
|
%_RCHCK vNoVector ; This is from the standard libraries
|
|||
|
%_RDIFF vNoVector ; This is from the standard libraries
|
|||
|
%_RELSE vNoVector ; This is from the standard libraries
|
|||
|
%_ROUND96 vNoVector ; This is from the standard libraries
|
|||
|
%_SCANE vNoVector ; This is from the standard libraries
|
|||
|
%_SCANN vNoVector ; This is from the standard libraries
|
|||
|
%_SETEQ vNoVector ; This is from the standard libraries
|
|||
|
%_SETGE vNoVector ; This is from the standard libraries
|
|||
|
%_SETIORSLT vNoVector ; This is from the standard libraries
|
|||
|
%_SETLE vNoVector ; This is from the standard libraries
|
|||
|
%_SETNE vNoVector ; This is from the standard libraries
|
|||
|
%_SIN vNoVector ; This is from the standard libraries
|
|||
|
%_SING vNoVector ; This is from the standard libraries
|
|||
|
%_SRCHK vNoVector ; This is from the standard libraries
|
|||
|
%_STCHK vNoVector ; This is from the standard libraries
|
|||
|
%_TERM vNoVector ; This is from the standard libraries
|
|||
|
%_TRUNC96 vNoVector ; This is from the standard libraries
|
|||
|
%_UNION vNoVector ; This is from the standard libraries
|
|||
|
%_X2C96 vNoVector ; This is from the standard libraries
|
|||
|
%_X2STR vNoVector ; This is from the standard libraries
|
|||
|
%_X2STR96 vNoVector ; This is from the standard libraries
|
|||
|
%__MAIN vNoVector ; This is from the standard libraries
|
|||
|
A5Alloc vNoVector ; This is from the standard libraries
|
|||
|
A5Dispose vNoVector ; This is from the standard libraries
|
|||
|
A5Init vNoVector ; This is from the standard libraries
|
|||
|
A5Restore vNoVector ; This is from the standard libraries
|
|||
|
A5Setup vNoVector ; This is from the standard libraries
|
|||
|
A5Size vNoVector ; This is from the standard libraries
|
|||
|
A5Swap vNoVector ; This is from the standard libraries
|
|||
|
AFPCOMMAND vNoVector ; This is from the standard libraries
|
|||
|
ALLOCCONTIG vNoVector ; This is from the standard libraries
|
|||
|
APPENDDITL vNoVector ; This is from the standard libraries
|
|||
|
ASPABORTOS vNoVector ; This is from the standard libraries
|
|||
|
ASPCLOSEALL vNoVector ; This is from the standard libraries
|
|||
|
ASPCLOSESESSION vNoVector ; This is from the standard libraries
|
|||
|
ASPGETPARMS vNoVector ; This is from the standard libraries
|
|||
|
ASPGETSTATUS vNoVector ; This is from the standard libraries
|
|||
|
ASPOPENSESSION vNoVector ; This is from the standard libraries
|
|||
|
ASPUSERCOMMAND vNoVector ; This is from the standard libraries
|
|||
|
ASPUSERWRITE vNoVector ; This is from the standard libraries
|
|||
|
ATEVENT vNoVector ; This is from the standard libraries
|
|||
|
ATPADDRSP vNoVector ; This is from the standard libraries
|
|||
|
ATPCLOSESOCKET vNoVector ; This is from the standard libraries
|
|||
|
ATPGETREQUEST vNoVector ; This is from the standard libraries
|
|||
|
ATPKILLALLGETREQ vNoVector ; This is from the standard libraries
|
|||
|
ATPLOAD vNoVector ; This is from the standard libraries
|
|||
|
ATPOPENSOCKET vNoVector ; This is from the standard libraries
|
|||
|
ATPREFLIGHTEVENT vNoVector ; This is from the standard libraries
|
|||
|
ATPREQCANCEL vNoVector ; This is from the standard libraries
|
|||
|
ATPREQUEST vNoVector ; This is from the standard libraries
|
|||
|
ATPRESPONSE vNoVector ; This is from the standard libraries
|
|||
|
ATPRSPCANCEL vNoVector ; This is from the standard libraries
|
|||
|
ATPSNDREQUEST vNoVector ; This is from the standard libraries
|
|||
|
ATPSNDRSP vNoVector ; This is from the standard libraries
|
|||
|
ATPUNLOAD vNoVector ; This is from the standard libraries
|
|||
|
Allocator vNoVector ; This is from the standard libraries
|
|||
|
BATTERYSTATUS vNoVector ; This is from the standard libraries
|
|||
|
BITMAPTOREGIONGLUE vNoVector ; This is from the standard libraries
|
|||
|
BLOCKMOVEDATA vNoVector ; This is from the standard libraries
|
|||
|
BUILDBDS vNoVector ; This is from the standard libraries
|
|||
|
BUILDDDPWDS vNoVector ; This is from the standard libraries
|
|||
|
BUILDLAPWDS vNoVector ; This is from the standard libraries
|
|||
|
BlockClear vNoVector ; This is from the standard libraries
|
|||
|
BuildCfrgList vNoVector ; This is from the standard libraries
|
|||
|
C%_C2X96 vNoVector ; This is from the standard libraries
|
|||
|
C%_X2C96 vNoVector ; This is from the standard libraries
|
|||
|
C2PSTR vNoVector ; This is from the standard libraries
|
|||
|
C2PSTRPROC vNoVector ; This is from the standard libraries
|
|||
|
CATMOVE vNoVector ; This is from the standard libraries
|
|||
|
CFLAddLoader vNoVector ; This is from the standard libraries
|
|||
|
CFLOpenContainer vNoVector ; This is from the standard libraries
|
|||
|
CFLRemoveLoader vNoVector ; This is from the standard libraries
|
|||
|
CLASSREAL vNoVector ; This is from the standard libraries
|
|||
|
CLIP3D vNoVector ; This is from the standard libraries
|
|||
|
CLOSEDRIVER vNoVector ; This is from the standard libraries
|
|||
|
CLRAPPFILES vNoVector ; This is from the standard libraries
|
|||
|
CMABORT vNoVector ; This is from the standard libraries
|
|||
|
CMACCEPT vNoVector ; This is from the standard libraries
|
|||
|
CMACTIVATE vNoVector ; This is from the standard libraries
|
|||
|
CMADDSEARCH vNoVector ; This is from the standard libraries
|
|||
|
CMBREAK vNoVector ; This is from the standard libraries
|
|||
|
CMCHOOSE vNoVector ; This is from the standard libraries
|
|||
|
CMCLEARSEARCH vNoVector ; This is from the standard libraries
|
|||
|
CMCLOSE vNoVector ; This is from the standard libraries
|
|||
|
CMDEFAULT vNoVector ; This is from the standard libraries
|
|||
|
CMDISPOSE vNoVector ; This is from the standard libraries
|
|||
|
CMDISPOSEIOPB vNoVector ; This is from the standard libraries
|
|||
|
CMENGLISHTOINTL vNoVector ; This is from the standard libraries
|
|||
|
CMEVENT vNoVector ; This is from the standard libraries
|
|||
|
CMGETCMVERSION vNoVector ; This is from the standard libraries
|
|||
|
CMGETCONFIG vNoVector ; This is from the standard libraries
|
|||
|
CMGETCONNENVIRONS vNoVector ; This is from the standard libraries
|
|||
|
CMGETERRORSTRING vNoVector ; This is from the standard libraries
|
|||
|
CMGETPROCID vNoVector ; This is from the standard libraries
|
|||
|
CMGETREFCON vNoVector ; This is from the standard libraries
|
|||
|
CMGETTOOLNAME vNoVector ; This is from the standard libraries
|
|||
|
CMGETUSERDATA vNoVector ; This is from the standard libraries
|
|||
|
CMGETVERSION vNoVector ; This is from the standard libraries
|
|||
|
CMIDLE vNoVector ; This is from the standard libraries
|
|||
|
CMINTLTOENGLISH vNoVector ; This is from the standard libraries
|
|||
|
CMIOKILL vNoVector ; This is from the standard libraries
|
|||
|
CMLISTEN vNoVector ; This is from the standard libraries
|
|||
|
CMMENU vNoVector ; This is from the standard libraries
|
|||
|
CMNEW vNoVector ; This is from the standard libraries
|
|||
|
CMNEWIOPB vNoVector ; This is from the standard libraries
|
|||
|
CMOPEN vNoVector ; This is from the standard libraries
|
|||
|
CMPBIOKILL vNoVector ; This is from the standard libraries
|
|||
|
CMPBREAD vNoVector ; This is from the standard libraries
|
|||
|
CMPBWRITE vNoVector ; This is from the standard libraries
|
|||
|
CMPCHOOSE vNoVector ; This is from the standard libraries
|
|||
|
CMREAD vNoVector ; This is from the standard libraries
|
|||
|
CMREMOVESEARCH vNoVector ; This is from the standard libraries
|
|||
|
CMRESET vNoVector ; This is from the standard libraries
|
|||
|
CMRESUME vNoVector ; This is from the standard libraries
|
|||
|
CMSETCONFIG vNoVector ; This is from the standard libraries
|
|||
|
CMSETREFCON vNoVector ; This is from the standard libraries
|
|||
|
CMSETUPCLEANUP vNoVector ; This is from the standard libraries
|
|||
|
CMSETUPFILTER vNoVector ; This is from the standard libraries
|
|||
|
CMSETUPITEM vNoVector ; This is from the standard libraries
|
|||
|
CMSETUPPOSTFLIGHT vNoVector ; This is from the standard libraries
|
|||
|
CMSETUPPREFLIGHT vNoVector ; This is from the standard libraries
|
|||
|
CMSETUPSETUP vNoVector ; This is from the standard libraries
|
|||
|
CMSETUPXCLEANUP vNoVector ; This is from the standard libraries
|
|||
|
CMSETUSERDATA vNoVector ; This is from the standard libraries
|
|||
|
CMSTATUS vNoVector ; This is from the standard libraries
|
|||
|
CMVALIDATE vNoVector ; This is from the standard libraries
|
|||
|
CMWRITE vNoVector ; This is from the standard libraries
|
|||
|
COMPACTMEMSYS vNoVector ; This is from the standard libraries
|
|||
|
COMPARESTRING vNoVector ; This is from the standard libraries
|
|||
|
COUNTAPPFILES vNoVector ; This is from the standard libraries
|
|||
|
COUNTDITL vNoVector ; This is from the standard libraries
|
|||
|
CREATE vNoVector ; This is from the standard libraries
|
|||
|
CRMCHECKTOOL vNoVector ; This is from the standard libraries
|
|||
|
CRMCOUNTFILES vNoVector ; This is from the standard libraries
|
|||
|
CRMCREATECOMMUNICATIONS vNoVector ; This is from the standard libraries
|
|||
|
CRMDUMPRESCHAIN vNoVector ; This is from the standard libraries
|
|||
|
CRMFINDCOMMUNICATIONS vNoVector ; This is from the standard libraries
|
|||
|
CRMGET1INDRESOURCE vNoVector ; This is from the standard libraries
|
|||
|
CRMGET1NAMEDRESOURCE vNoVector ; This is from the standard libraries
|
|||
|
CRMGET1RESOURCE vNoVector ; This is from the standard libraries
|
|||
|
CRMGETCRMVERSION vNoVector ; This is from the standard libraries
|
|||
|
CRMGETHEADER vNoVector ; This is from the standard libraries
|
|||
|
CRMGETINDEX vNoVector ; This is from the standard libraries
|
|||
|
CRMGETINDFILE vNoVector ; This is from the standard libraries
|
|||
|
CRMGETINDRESOURCE vNoVector ; This is from the standard libraries
|
|||
|
CRMGETINDTOOLNAME vNoVector ; This is from the standard libraries
|
|||
|
CRMGETNAMEDRESOURCE vNoVector ; This is from the standard libraries
|
|||
|
CRMGETRESOURCE vNoVector ; This is from the standard libraries
|
|||
|
CRMGETRFCOUNT vNoVector ; This is from the standard libraries
|
|||
|
CRMGETTOOLNAMEDRESOURCE vNoVector ; This is from the standard libraries
|
|||
|
CRMGETTOOLRESOURCE vNoVector ; This is from the standard libraries
|
|||
|
CRMINSTALL vNoVector ; This is from the standard libraries
|
|||
|
CRMISDRIVEROPEN vNoVector ; This is from the standard libraries
|
|||
|
CRMLOCALTOREALID vNoVector ; This is from the standard libraries
|
|||
|
CRMOPENRFPERM vNoVector ; This is from the standard libraries
|
|||
|
CRMPARSECAPSRESOURCE vNoVector ; This is from the standard libraries
|
|||
|
CRMPARSEREFNUM vNoVector ; This is from the standard libraries
|
|||
|
CRMREALTOLOCALID vNoVector ; This is from the standard libraries
|
|||
|
CRMRELEASERESOURCE vNoVector ; This is from the standard libraries
|
|||
|
CRMRELEASERF vNoVector ; This is from the standard libraries
|
|||
|
CRMRELEASETOOLRESOURCE vNoVector ; This is from the standard libraries
|
|||
|
CRMREMOVE vNoVector ; This is from the standard libraries
|
|||
|
CRMRESERVERF vNoVector ; This is from the standard libraries
|
|||
|
CRMSEARCH vNoVector ; This is from the standard libraries
|
|||
|
CRMTOOLPOSTFLIGHT vNoVector ; This is from the standard libraries
|
|||
|
CRMTOOLPREFLIGHT vNoVector ; This is from the standard libraries
|
|||
|
CSTR2DEC vNoVector ; This is from the standard libraries
|
|||
|
CTBCHOOSE vNoVector ; This is from the standard libraries
|
|||
|
CTBDEFAULT vNoVector ; This is from the standard libraries
|
|||
|
CTBENGLISHTOINTL vNoVector ; This is from the standard libraries
|
|||
|
CTBGETCONFIG vNoVector ; This is from the standard libraries
|
|||
|
CTBGETCTBVERSION vNoVector ; This is from the standard libraries
|
|||
|
CTBGETERRORMSG vNoVector ; This is from the standard libraries
|
|||
|
CTBGETPROCID vNoVector ; This is from the standard libraries
|
|||
|
CTBGETTOOLNAME vNoVector ; This is from the standard libraries
|
|||
|
CTBGETVERSION vNoVector ; This is from the standard libraries
|
|||
|
CTBINTLTOENGLISH vNoVector ; This is from the standard libraries
|
|||
|
CTBKEYSTROKEFILTER vNoVector ; This is from the standard libraries
|
|||
|
CTBPCHOOSE vNoVector ; This is from the standard libraries
|
|||
|
CTBSETCONFIG vNoVector ; This is from the standard libraries
|
|||
|
CTBSETUPCLEANUP vNoVector ; This is from the standard libraries
|
|||
|
CTBSETUPFILTER vNoVector ; This is from the standard libraries
|
|||
|
CTBSETUPITEM vNoVector ; This is from the standard libraries
|
|||
|
CTBSETUPPOSTFLIGHT vNoVector ; This is from the standard libraries
|
|||
|
CTBSETUPPREFLIGHT vNoVector ; This is from the standard libraries
|
|||
|
CTBSETUPSETUP vNoVector ; This is from the standard libraries
|
|||
|
CTBSETUPXCLEANUP vNoVector ; This is from the standard libraries
|
|||
|
CTBVALIDATE vNoVector ; This is from the standard libraries
|
|||
|
CUSTOMNBP vNoVector ; This is from the standard libraries
|
|||
|
CheckVersion vNoVector ; This is from the standard libraries
|
|||
|
ClassOf vNoVector ; This is from the standard libraries
|
|||
|
CloseLoader vNoVector ; This is from the standard libraries
|
|||
|
ConvertTheString vNoVector ; This is from the standard libraries
|
|||
|
CountResFiles vNoVector ; This is from the standard libraries
|
|||
|
DATETOSECONDS vNoVector ; This is from the standard libraries
|
|||
|
DDPCLOSESOCKET vNoVector ; This is from the standard libraries
|
|||
|
DDPOPENSOCKET vNoVector ; This is from the standard libraries
|
|||
|
DDPRDCANCEL vNoVector ; This is from the standard libraries
|
|||
|
DDPREAD vNoVector ; This is from the standard libraries
|
|||
|
DDPWRITE vNoVector ; This is from the standard libraries
|
|||
|
DEC2STR vNoVector ; This is from the standard libraries
|
|||
|
DELETEUSERIDENTITY vNoVector ; This is from the standard libraries
|
|||
|
DIALOGCOPY vNoVector ; This is from the standard libraries
|
|||
|
DIALOGCUT vNoVector ; This is from the standard libraries
|
|||
|
DIALOGDELETE vNoVector ; This is from the standard libraries
|
|||
|
DIALOGPASTE vNoVector ; This is from the standard libraries
|
|||
|
DIBADMOUNT vNoVector ; This is from the standard libraries
|
|||
|
DIFORMAT vNoVector ; This is from the standard libraries
|
|||
|
DILOAD vNoVector ; This is from the standard libraries
|
|||
|
DIRCREATE vNoVector ; This is from the standard libraries
|
|||
|
DISABLEWUTIME vNoVector ; This is from the standard libraries
|
|||
|
DISKEJECT vNoVector ; This is from the standard libraries
|
|||
|
DIUNLOAD vNoVector ; This is from the standard libraries
|
|||
|
DIVERIFY vNoVector ; This is from the standard libraries
|
|||
|
DIZERO vNoVector ; This is from the standard libraries
|
|||
|
DLGCOPY vNoVector ; This is from the standard libraries
|
|||
|
DLGCUT vNoVector ; This is from the standard libraries
|
|||
|
DLGDELETE vNoVector ; This is from the standard libraries
|
|||
|
DLGPASTE vNoVector ; This is from the standard libraries
|
|||
|
DRIVESTATUS vNoVector ; This is from the standard libraries
|
|||
|
DeleteCfrgList vNoVector ; This is from the standard libraries
|
|||
|
DeleteClosure vNoVector ; This is from the standard libraries
|
|||
|
DoNativeDebuggerInitialization vNoVector ; This is from the standard libraries
|
|||
|
DoPrintAlert vNoVector ; This is from the standard libraries
|
|||
|
DoReadAlert vNoVector ; This is from the standard libraries
|
|||
|
EADDMULTI vNoVector ; This is from the standard libraries
|
|||
|
EATTACHPH vNoVector ; This is from the standard libraries
|
|||
|
EDELMULTI vNoVector ; This is from the standard libraries
|
|||
|
EDETACHPH vNoVector ; This is from the standard libraries
|
|||
|
EGETINFO vNoVector ; This is from the standard libraries
|
|||
|
EJECT vNoVector ; This is from the standard libraries
|
|||
|
ENVIRONS vNoVector ; This is from the standard libraries
|
|||
|
EQUALSTRING vNoVector ; This is from the standard libraries
|
|||
|
ERDCANCEL vNoVector ; This is from the standard libraries
|
|||
|
EREAD vNoVector ; This is from the standard libraries
|
|||
|
ESETGENERAL vNoVector ; This is from the standard libraries
|
|||
|
EWRITE vNoVector ; This is from the standard libraries
|
|||
|
EXIT8 vNoVector ; This is from the standard libraries
|
|||
|
EndExceptionStub vNoVector ; This is from the standard libraries
|
|||
|
EndMixedModeTrapHandler vNoVector ; This is from the standard libraries
|
|||
|
ExceptionStub vNoVector ; This is from the standard libraries
|
|||
|
F32%%R_R vNoVector ; This is from the standard libraries
|
|||
|
FLUSHDATACACHE vNoVector ; This is from the standard libraries
|
|||
|
FLUSHINSTRUCTIONCACHE vNoVector ; This is from the standard libraries
|
|||
|
FSCLOSE vNoVector ; This is from the standard libraries
|
|||
|
FSDELETE vNoVector ; This is from the standard libraries
|
|||
|
FSOPEN vNoVector ; This is from the standard libraries
|
|||
|
FSREAD vNoVector ; This is from the standard libraries
|
|||
|
FSWRITE vNoVector ; This is from the standard libraries
|
|||
|
FTABORT vNoVector ; This is from the standard libraries
|
|||
|
FTACTIVATE vNoVector ; This is from the standard libraries
|
|||
|
FTCHOOSE vNoVector ; This is from the standard libraries
|
|||
|
FTCLEANUP vNoVector ; This is from the standard libraries
|
|||
|
FTDEFAULT vNoVector ; This is from the standard libraries
|
|||
|
FTDISPOSE vNoVector ; This is from the standard libraries
|
|||
|
FTENGLISHTOINTL vNoVector ; This is from the standard libraries
|
|||
|
FTEVENT vNoVector ; This is from the standard libraries
|
|||
|
FTEXEC vNoVector ; This is from the standard libraries
|
|||
|
FTGETCONFIG vNoVector ; This is from the standard libraries
|
|||
|
FTGETERRORSTRING vNoVector ; This is from the standard libraries
|
|||
|
FTGETFTVERSION vNoVector ; This is from the standard libraries
|
|||
|
FTGETPROCID vNoVector ; This is from the standard libraries
|
|||
|
FTGETREFCON vNoVector ; This is from the standard libraries
|
|||
|
FTGETTOOLNAME vNoVector ; This is from the standard libraries
|
|||
|
FTGETUSERDATA vNoVector ; This is from the standard libraries
|
|||
|
FTGETVERSION vNoVector ; This is from the standard libraries
|
|||
|
FTINTLTOENGLISH vNoVector ; This is from the standard libraries
|
|||
|
FTMENU vNoVector ; This is from the standard libraries
|
|||
|
FTNEW vNoVector ; This is from the standard libraries
|
|||
|
FTPCHOOSE vNoVector ; This is from the standard libraries
|
|||
|
FTRECEIVE vNoVector ; This is from the standard libraries
|
|||
|
FTRESUME vNoVector ; This is from the standard libraries
|
|||
|
FTSEND vNoVector ; This is from the standard libraries
|
|||
|
FTSETCONFIG vNoVector ; This is from the standard libraries
|
|||
|
FTSETREFCON vNoVector ; This is from the standard libraries
|
|||
|
FTSETUPCLEANUP vNoVector ; This is from the standard libraries
|
|||
|
FTSETUPFILTER vNoVector ; This is from the standard libraries
|
|||
|
FTSETUPITEM vNoVector ; This is from the standard libraries
|
|||
|
FTSETUPPOSTFLIGHT vNoVector ; This is from the standard libraries
|
|||
|
FTSETUPPREFLIGHT vNoVector ; This is from the standard libraries
|
|||
|
FTSETUPSETUP vNoVector ; This is from the standard libraries
|
|||
|
FTSETUPXCLEANUP vNoVector ; This is from the standard libraries
|
|||
|
FTSETUSERDATA vNoVector ; This is from the standard libraries
|
|||
|
FTSTART vNoVector ; This is from the standard libraries
|
|||
|
FTVALIDATE vNoVector ; This is from the standard libraries
|
|||
|
FindConnectionEntry vNoVector ; This is from the standard libraries
|
|||
|
FindContextListEntry vNoVector ; This is from the standard libraries
|
|||
|
FindIDedClosureEntry vNoVector ; This is from the standard libraries
|
|||
|
FindIDedConnectionEntry vNoVector ; This is from the standard libraries
|
|||
|
FindNamedObject vNoVector ; This is from the standard libraries
|
|||
|
FindShareableInstance vNoVector ; This is from the standard libraries
|
|||
|
FirstImportsSecond vNoVector ; This is from the standard libraries
|
|||
|
FlushToExecute vNoVector ; This is from the standard libraries
|
|||
|
FragAddNotifyProc vNoVector ; This is from the standard libraries
|
|||
|
FragAddSearchProc vNoVector ; This is from the standard libraries
|
|||
|
FragCreateContext vNoVector ; This is from the standard libraries
|
|||
|
FragGetClosureInfo vNoVector ; This is from the standard libraries
|
|||
|
FragGetConnectionInfo vNoVector ; This is from the standard libraries
|
|||
|
FragGetContextInfo vNoVector ; This is from the standard libraries
|
|||
|
FragGetRegisterInfo vNoVector ; This is from the standard libraries
|
|||
|
FragGetSectionInfo vNoVector ; This is from the standard libraries
|
|||
|
FragPrepare vNoVector ; This is from the standard libraries
|
|||
|
FragPrepareAccRsrc vNoVector ; This is from the standard libraries
|
|||
|
FragRegisterMemLib vNoVector ; This is from the standard libraries
|
|||
|
FragRelease vNoVector ; This is from the standard libraries
|
|||
|
FragReloadAccRsrc vNoVector ; This is from the standard libraries
|
|||
|
FragRemoveNotifyProc vNoVector ; This is from the standard libraries
|
|||
|
FragRemoveSearchProc vNoVector ; This is from the standard libraries
|
|||
|
FragResolveSymbol vNoVector ; This is from the standard libraries
|
|||
|
Frag_CfrgPMSP vNoVector ; This is from the standard libraries
|
|||
|
Frag_ROMREG vNoVector ; This is from the standard libraries
|
|||
|
FreeContext vNoVector ; This is from the standard libraries
|
|||
|
FreeObject vNoVector ; This is from the standard libraries
|
|||
|
GESTALT vNoVector ; This is from the standard libraries
|
|||
|
GETAPPFILES vNoVector ; This is from the standard libraries
|
|||
|
GETBRIDGEADDRESS vNoVector ; This is from the standard libraries
|
|||
|
GETDATETIME vNoVector ; This is from the standard libraries
|
|||
|
GETDCTLENTRY vNoVector ; This is from the standard libraries
|
|||
|
GETDEFAULTUSER vNoVector ; This is from the standard libraries
|
|||
|
GETEOF vNoVector ; This is from the standard libraries
|
|||
|
GETFINFO vNoVector ; This is from the standard libraries
|
|||
|
GETHANDLESIZE vNoVector ; This is from the standard libraries
|
|||
|
GETINDPATTERN vNoVector ; This is from the standard libraries
|
|||
|
GETINDSTRING vNoVector ; This is from the standard libraries
|
|||
|
GETITEMSTYLE vNoVector ; This is from the standard libraries
|
|||
|
GETLOCALZONES vNoVector ; This is from the standard libraries
|
|||
|
GETMMUMODE vNoVector ; This is from the standard libraries
|
|||
|
GETMYZONE vNoVector ; This is from the standard libraries
|
|||
|
GETNODEADDRESS vNoVector ; This is from the standard libraries
|
|||
|
GETOSTRAPADDRESS vNoVector ; This is from the standard libraries
|
|||
|
GETPHYSICAL vNoVector ; This is from the standard libraries
|
|||
|
GETPORT3D vNoVector ; This is from the standard libraries
|
|||
|
GETPTRSIZE vNoVector ; This is from the standard libraries
|
|||
|
GETSOUNDVOL vNoVector ; This is from the standard libraries
|
|||
|
GETTIME vNoVector ; This is from the standard libraries
|
|||
|
GETTIMEOUT vNoVector ; This is from the standard libraries
|
|||
|
GETTOOLBOXTRAPADDRESS vNoVector ; This is from the standard libraries
|
|||
|
GETTOOLTRAPADDRESS vNoVector ; This is from the standard libraries
|
|||
|
GETVINFO vNoVector ; This is from the standard libraries
|
|||
|
GETVREFNUM vNoVector ; This is from the standard libraries
|
|||
|
GETWUTIME vNoVector ; This is from the standard libraries
|
|||
|
GETZONELIST vNoVector ; This is from the standard libraries
|
|||
|
GODI vNoVector ; This is from the standard libraries
|
|||
|
GOPACK vNoVector ; This is from the standard libraries
|
|||
|
GOPMAG vNoVector ; This is from the standard libraries
|
|||
|
GOPMAGP vNoVector ; This is from the standard libraries
|
|||
|
GRAF3D vNoVector ; This is from the standard libraries
|
|||
|
GetDetachedResourceFromFile vNoVector ; This is from the standard libraries
|
|||
|
GetFragGlobalValue vNoVector ; This is from the standard libraries
|
|||
|
GetLibName vNoVector ; This is from the standard libraries
|
|||
|
GetNativeDebuggerConfiguration vNoVector ; This is from the standard libraries
|
|||
|
GetNewContextID vNoVector ; This is from the standard libraries
|
|||
|
GoNative vNoVector ; This is from the standard libraries
|
|||
|
HANDTOHAND vNoVector ; This is from the standard libraries
|
|||
|
HCREATE vNoVector ; This is from the standard libraries
|
|||
|
HDELETE vNoVector ; This is from the standard libraries
|
|||
|
HGETFINFO vNoVector ; This is from the standard libraries
|
|||
|
HGETSTATE vNoVector ; This is from the standard libraries
|
|||
|
HGETVOL vNoVector ; This is from the standard libraries
|
|||
|
HOPEN vNoVector ; This is from the standard libraries
|
|||
|
HOPENDF vNoVector ; This is from the standard libraries
|
|||
|
HOPENRF vNoVector ; This is from the standard libraries
|
|||
|
HRENAME vNoVector ; This is from the standard libraries
|
|||
|
HRSTFLOCK vNoVector ; This is from the standard libraries
|
|||
|
HSETFINFO vNoVector ; This is from the standard libraries
|
|||
|
HSETFLOCK vNoVector ; This is from the standard libraries
|
|||
|
HSETSTATE vNoVector ; This is from the standard libraries
|
|||
|
HSETVOL vNoVector ; This is from the standard libraries
|
|||
|
Hash vNoVector ; This is from the standard libraries
|
|||
|
HashSlot vNoVector ; This is from the standard libraries
|
|||
|
IAddToList vNoVector ; This is from the standard libraries
|
|||
|
IDENTICALSTRING vNoVector ; This is from the standard libraries
|
|||
|
IDENTITY vNoVector ; This is from the standard libraries
|
|||
|
IEFACCESS vNoVector ; This is from the standard libraries
|
|||
|
IEGETENV vNoVector ; This is from the standard libraries
|
|||
|
IEIOCTL vNoVector ; This is from the standard libraries
|
|||
|
IELSEEK vNoVector ; This is from the standard libraries
|
|||
|
IEOPEN vNoVector ; This is from the standard libraries
|
|||
|
IESTANDALONE vNoVector ; This is from the standard libraries
|
|||
|
IE_exit vNoVector ; This is from the standard libraries
|
|||
|
IEatexit vNoVector ; This is from the standard libraries
|
|||
|
IEexit vNoVector ; This is from the standard libraries
|
|||
|
IEraise vNoVector ; This is from the standard libraries
|
|||
|
IEsignal vNoVector ; This is from the standard libraries
|
|||
|
IFindEntry vNoVector ; This is from the standard libraries
|
|||
|
IFindSymbol vNoVector ; This is from the standard libraries
|
|||
|
ILoadClosure vNoVector ; This is from the standard libraries
|
|||
|
IMapFile vNoVector ; This is from the standard libraries
|
|||
|
IMapRangeCOW vNoVector ; This is from the standard libraries
|
|||
|
INITCM vNoVector ; This is from the standard libraries
|
|||
|
INITCRM vNoVector ; This is from the standard libraries
|
|||
|
INITCTBUTILITIES vNoVector ; This is from the standard libraries
|
|||
|
INITFT vNoVector ; This is from the standard libraries
|
|||
|
INITGRF3D vNoVector ; This is from the standard libraries
|
|||
|
INITMANAGER vNoVector ; This is from the standard libraries
|
|||
|
INITTM vNoVector ; This is from the standard libraries
|
|||
|
IRemoveConnection vNoVector ; This is from the standard libraries
|
|||
|
IRemoveFromList vNoVector ; This is from the standard libraries
|
|||
|
IResolveAddress vNoVector ; This is from the standard libraries
|
|||
|
IReturnClosureID vNoVector ; This is from the standard libraries
|
|||
|
IReturnWorkingGroup vNoVector ; This is from the standard libraries
|
|||
|
ISATPOPEN vNoVector ; This is from the standard libraries
|
|||
|
ISMPPOPEN vNoVector ; This is from the standard libraries
|
|||
|
IUCOMPPSTRING vNoVector ; This is from the standard libraries
|
|||
|
IUCOMPSTRING vNoVector ; This is from the standard libraries
|
|||
|
IUEQUALPSTRING vNoVector ; This is from the standard libraries
|
|||
|
IUEQUALSTRING vNoVector ; This is from the standard libraries
|
|||
|
IUSTRINGORDER vNoVector ; This is from the standard libraries
|
|||
|
IUnloadClosure vNoVector ; This is from the standard libraries
|
|||
|
IUnmapRange vNoVector ; This is from the standard libraries
|
|||
|
IUserRoutine vNoVector ; This is from the standard libraries
|
|||
|
InitializeNTBs vNoVector ; This is from the standard libraries
|
|||
|
InsertAfterDependants vNoVector ; This is from the standard libraries
|
|||
|
InstallMixedModeExceptionHandler vNoVector ; This is from the standard libraries
|
|||
|
InstallNativeCodeResources vNoVector ; This is from the standard libraries
|
|||
|
InstallNativeTrapResources vNoVector ; This is from the standard libraries
|
|||
|
InstallUpdates vNoVector ; This is from the standard libraries
|
|||
|
IsAlreadyThere vNoVector ; This is from the standard libraries
|
|||
|
LACTIVATE vNoVector ; This is from the standard libraries
|
|||
|
LADDCOLUMN vNoVector ; This is from the standard libraries
|
|||
|
LADDROW vNoVector ; This is from the standard libraries
|
|||
|
LADDTOCELL vNoVector ; This is from the standard libraries
|
|||
|
LAPADDATQ vNoVector ; This is from the standard libraries
|
|||
|
LAPCLOSEPROTOCOL vNoVector ; This is from the standard libraries
|
|||
|
LAPOPENPROTOCOL vNoVector ; This is from the standard libraries
|
|||
|
LAPRDCANCEL vNoVector ; This is from the standard libraries
|
|||
|
LAPREAD vNoVector ; This is from the standard libraries
|
|||
|
LAPRMVATQ vNoVector ; This is from the standard libraries
|
|||
|
LAPWRITE vNoVector ; This is from the standard libraries
|
|||
|
LAUTOSCROLL vNoVector ; This is from the standard libraries
|
|||
|
LCELLSIZE vNoVector ; This is from the standard libraries
|
|||
|
LCLICK vNoVector ; This is from the standard libraries
|
|||
|
LCLRCELL vNoVector ; This is from the standard libraries
|
|||
|
LCreateSections vNoVector ; This is from the standard libraries
|
|||
|
LDELCOLUMN vNoVector ; This is from the standard libraries
|
|||
|
LDELROW vNoVector ; This is from the standard libraries
|
|||
|
LDISPOSE vNoVector ; This is from the standard libraries
|
|||
|
LDIVT vNoVector ; This is from the standard libraries
|
|||
|
LDIVTS vNoVector ; This is from the standard libraries
|
|||
|
LDODRAW vNoVector ; This is from the standard libraries
|
|||
|
LDRAW vNoVector ; This is from the standard libraries
|
|||
|
LFIND vNoVector ; This is from the standard libraries
|
|||
|
LGETCELL vNoVector ; This is from the standard libraries
|
|||
|
LGETSELECT vNoVector ; This is from the standard libraries
|
|||
|
LINE2D vNoVector ; This is from the standard libraries
|
|||
|
LINE3D vNoVector ; This is from the standard libraries
|
|||
|
LINETO2D vNoVector ; This is from the standard libraries
|
|||
|
LINETO3D vNoVector ; This is from the standard libraries
|
|||
|
LISTSTUFF vNoVector ; This is from the standard libraries
|
|||
|
LInstallUpdates vNoVector ; This is from the standard libraries
|
|||
|
LLASTCLICK vNoVector ; This is from the standard libraries
|
|||
|
LMODT vNoVector ; This is from the standard libraries
|
|||
|
LMODTS vNoVector ; This is from the standard libraries
|
|||
|
LNEW vNoVector ; This is from the standard libraries
|
|||
|
LNEXTCELL vNoVector ; This is from the standard libraries
|
|||
|
LOOKAT vNoVector ; This is from the standard libraries
|
|||
|
LRECT vNoVector ; This is from the standard libraries
|
|||
|
LResolvePrepare vNoVector ; This is from the standard libraries
|
|||
|
LSCROLL vNoVector ; This is from the standard libraries
|
|||
|
LSEARCH vNoVector ; This is from the standard libraries
|
|||
|
LSETCELL vNoVector ; This is from the standard libraries
|
|||
|
LSETSELECT vNoVector ; This is from the standard libraries
|
|||
|
LSIZE vNoVector ; This is from the standard libraries
|
|||
|
LUPDATE vNoVector ; This is from the standard libraries
|
|||
|
LUserInit vNoVector ; This is from the standard libraries
|
|||
|
LUserTerm vNoVector ; This is from the standard libraries
|
|||
|
LoadFailed vNoVector ; This is from the standard libraries
|
|||
|
LoadImportedObjectInfo vNoVector ; This is from the standard libraries
|
|||
|
LoadMixedModeExceptionVector vNoVector ; This is from the standard libraries
|
|||
|
LoadSectionInfo vNoVector ; This is from the standard libraries
|
|||
|
LocateObject vNoVector ; This is from the standard libraries
|
|||
|
MAXBLOCKSYS vNoVector ; This is from the standard libraries
|
|||
|
MAXMEMSYS vNoVector ; This is from the standard libraries
|
|||
|
MODEMSTATUS vNoVector ; This is from the standard libraries
|
|||
|
MOVE2D vNoVector ; This is from the standard libraries
|
|||
|
MOVE3D vNoVector ; This is from the standard libraries
|
|||
|
MOVETO2D vNoVector ; This is from the standard libraries
|
|||
|
MOVETO3D vNoVector ; This is from the standard libraries
|
|||
|
MPPCLOSE vNoVector ; This is from the standard libraries
|
|||
|
MPPOPEN vNoVector ; This is from the standard libraries
|
|||
|
MakeClosure vNoVector ; This is from the standard libraries
|
|||
|
MakeCode vNoVector ; This is from the standard libraries
|
|||
|
MakeTheLocaleString vNoVector ; This is from the standard libraries
|
|||
|
MixedModeTrapHandler vNoVector ; This is from the standard libraries
|
|||
|
MoveForward vNoVector ; This is from the standard libraries
|
|||
|
NATPASCALLS vNoVector ; This is from the standard libraries
|
|||
|
NBPCONFIRM vNoVector ; This is from the standard libraries
|
|||
|
NBPEXTRACT vNoVector ; This is from the standard libraries
|
|||
|
NBPLOAD vNoVector ; This is from the standard libraries
|
|||
|
NBPLOOKUP vNoVector ; This is from the standard libraries
|
|||
|
NBPREGISTER vNoVector ; This is from the standard libraries
|
|||
|
NBPREMOVE vNoVector ; This is from the standard libraries
|
|||
|
NBPSETENTITY vNoVector ; This is from the standard libraries
|
|||
|
NBPSETNTE vNoVector ; This is from the standard libraries
|
|||
|
NBPUNLOAD vNoVector ; This is from the standard libraries
|
|||
|
NENETCALLS vNoVector ; This is from the standard libraries
|
|||
|
NEWEMPTYHANDLESYS vNoVector ; This is from the standard libraries
|
|||
|
NEWHANDLE vNoVector ; This is from the standard libraries
|
|||
|
NEWHANDLECLEAR vNoVector ; This is from the standard libraries
|
|||
|
NEWHANDLESYS vNoVector ; This is from the standard libraries
|
|||
|
NEWHANDLESYSCLEAR vNoVector ; This is from the standard libraries
|
|||
|
NEWPTRCLEAR vNoVector ; This is from the standard libraries
|
|||
|
NEWPTRSYS vNoVector ; This is from the standard libraries
|
|||
|
NEWPTRSYSCLEAR vNoVector ; This is from the standard libraries
|
|||
|
NEXTREAL vNoVector ; This is from the standard libraries
|
|||
|
NGETTRAPADDRESS vNoVector ; This is from the standard libraries
|
|||
|
NSETTRAPADDRESS vNoVector ; This is from the standard libraries
|
|||
|
NULOOKUP vNoVector ; This is from the standard libraries
|
|||
|
NUM2COMP vNoVector ; This is from the standard libraries
|
|||
|
NUM2DOUBLE vNoVector ; This is from the standard libraries
|
|||
|
NUM2EXTENDED vNoVector ; This is from the standard libraries
|
|||
|
NUM2INTEGER vNoVector ; This is from the standard libraries
|
|||
|
NUM2LONGINT vNoVector ; This is from the standard libraries
|
|||
|
NUM2REAL vNoVector ; This is from the standard libraries
|
|||
|
NUM2STR vNoVector ; This is from the standard libraries
|
|||
|
NUMTOSTRING vNoVector ; This is from the standard libraries
|
|||
|
NUPLOOKUP vNoVector ; This is from the standard libraries
|
|||
|
NativeDebuggerSetupFailed vNoVector ; This is from the standard libraries
|
|||
|
NewClosureID vNoVector ; This is from the standard libraries
|
|||
|
NewGlobals vNoVector ; This is from the standard libraries
|
|||
|
NewInstance vNoVector ; This is from the standard libraries
|
|||
|
NewObject vNoVector ; This is from the standard libraries
|
|||
|
NotifyWorld vNoVector ; This is from the standard libraries
|
|||
|
NumSlotBits vNoVector ; This is from the standard libraries
|
|||
|
OPEN3DPORT vNoVector ; This is from the standard libraries
|
|||
|
OPENDRIVER vNoVector ; This is from the standard libraries
|
|||
|
OPENSLOT vNoVector ; This is from the standard libraries
|
|||
|
OPENXPP vNoVector ; This is from the standard libraries
|
|||
|
OSEVENTAVAIL vNoVector ; This is from the standard libraries
|
|||
|
OpenLoader vNoVector ; This is from the standard libraries
|
|||
|
P2CSTR vNoVector ; This is from the standard libraries
|
|||
|
P2CSTRPROC vNoVector ; This is from the standard libraries
|
|||
|
PADDRESPONSE vNoVector ; This is from the standard libraries
|
|||
|
PATALKCLOSEPREP vNoVector ; This is from the standard libraries
|
|||
|
PATTACHPH vNoVector ; This is from the standard libraries
|
|||
|
PBALLOCATE vNoVector ; This is from the standard libraries
|
|||
|
PBALLOCCONTIG vNoVector ; This is from the standard libraries
|
|||
|
PBCATMOVE vNoVector ; This is from the standard libraries
|
|||
|
PBCATSEARCH vNoVector ; This is from the standard libraries
|
|||
|
PBCLOSE vNoVector ; This is from the standard libraries
|
|||
|
PBCLOSEWD vNoVector ; This is from the standard libraries
|
|||
|
PBCONTROL vNoVector ; This is from the standard libraries
|
|||
|
PBCREATE vNoVector ; This is from the standard libraries
|
|||
|
PBCREATEFILEIDREF vNoVector ; This is from the standard libraries
|
|||
|
PBDELETE vNoVector ; This is from the standard libraries
|
|||
|
PBDELETEFILEIDREF vNoVector ; This is from the standard libraries
|
|||
|
PBDIRCREATE vNoVector ; This is from the standard libraries
|
|||
|
PBDTADDAPPL vNoVector ; This is from the standard libraries
|
|||
|
PBDTADDICON vNoVector ; This is from the standard libraries
|
|||
|
PBDTDELETE vNoVector ; This is from the standard libraries
|
|||
|
PBDTFLUSH vNoVector ; This is from the standard libraries
|
|||
|
PBDTGETAPPL vNoVector ; This is from the standard libraries
|
|||
|
PBDTGETCOMMENT vNoVector ; This is from the standard libraries
|
|||
|
PBDTGETICON vNoVector ; This is from the standard libraries
|
|||
|
PBDTGETICONINFO vNoVector ; This is from the standard libraries
|
|||
|
PBDTGETINFO vNoVector ; This is from the standard libraries
|
|||
|
PBDTREMOVEAPPL vNoVector ; This is from the standard libraries
|
|||
|
PBDTREMOVECOMMENT vNoVector ; This is from the standard libraries
|
|||
|
PBDTRESET vNoVector ; This is from the standard libraries
|
|||
|
PBDTSETCOMMENT vNoVector ; This is from the standard libraries
|
|||
|
PBEJECT vNoVector ; This is from the standard libraries
|
|||
|
PBEXCHANGEFILES vNoVector ; This is from the standard libraries
|
|||
|
PBFLUSHFILE vNoVector ; This is from the standard libraries
|
|||
|
PBFLUSHVOL vNoVector ; This is from the standard libraries
|
|||
|
PBGETCATINFO vNoVector ; This is from the standard libraries
|
|||
|
PBGETEOF vNoVector ; This is from the standard libraries
|
|||
|
PBGETFCBINFO vNoVector ; This is from the standard libraries
|
|||
|
PBGETFINFO vNoVector ; This is from the standard libraries
|
|||
|
PBGETFOREIGNPRIVS vNoVector ; This is from the standard libraries
|
|||
|
PBGETFPOS vNoVector ; This is from the standard libraries
|
|||
|
PBGETVINFO vNoVector ; This is from the standard libraries
|
|||
|
PBGETVOL vNoVector ; This is from the standard libraries
|
|||
|
PBGETWDINFO vNoVector ; This is from the standard libraries
|
|||
|
PBHCOPYFILE vNoVector ; This is from the standard libraries
|
|||
|
PBHCREATE vNoVector ; This is from the standard libraries
|
|||
|
PBHDELETE vNoVector ; This is from the standard libraries
|
|||
|
PBHGETDIRACCESS vNoVector ; This is from the standard libraries
|
|||
|
PBHGETFINFO vNoVector ; This is from the standard libraries
|
|||
|
PBHGETLOGININFO vNoVector ; This is from the standard libraries
|
|||
|
PBHGETVINFO vNoVector ; This is from the standard libraries
|
|||
|
PBHGETVOL vNoVector ; This is from the standard libraries
|
|||
|
PBHGETVOLPARMS vNoVector ; This is from the standard libraries
|
|||
|
PBHMAPID vNoVector ; This is from the standard libraries
|
|||
|
PBHMAPNAME vNoVector ; This is from the standard libraries
|
|||
|
PBHMOVERENAME vNoVector ; This is from the standard libraries
|
|||
|
PBHOPEN vNoVector ; This is from the standard libraries
|
|||
|
PBHOPENDENY vNoVector ; This is from the standard libraries
|
|||
|
PBHOPENDF vNoVector ; This is from the standard libraries
|
|||
|
PBHOPENRF vNoVector ; This is from the standard libraries
|
|||
|
PBHOPENRFDENY vNoVector ; This is from the standard libraries
|
|||
|
PBHRENAME vNoVector ; This is from the standard libraries
|
|||
|
PBHRSTFLOCK vNoVector ; This is from the standard libraries
|
|||
|
PBHSETDIRACCESS vNoVector ; This is from the standard libraries
|
|||
|
PBHSETFINFO vNoVector ; This is from the standard libraries
|
|||
|
PBHSETFLOCK vNoVector ; This is from the standard libraries
|
|||
|
PBHSETVOL vNoVector ; This is from the standard libraries
|
|||
|
PBKILLIO vNoVector ; This is from the standard libraries
|
|||
|
PBLOCKRANGE vNoVector ; This is from the standard libraries
|
|||
|
PBMAKEFSSPEC vNoVector ; This is from the standard libraries
|
|||
|
PBMOUNTVOL vNoVector ; This is from the standard libraries
|
|||
|
PBOFFLINE vNoVector ; This is from the standard libraries
|
|||
|
PBOPEN vNoVector ; This is from the standard libraries
|
|||
|
PBOPENDF vNoVector ; This is from the standard libraries
|
|||
|
PBOPENRF vNoVector ; This is from the standard libraries
|
|||
|
PBOPENWD vNoVector ; This is from the standard libraries
|
|||
|
PBREAD vNoVector ; This is from the standard libraries
|
|||
|
PBRENAME vNoVector ; This is from the standard libraries
|
|||
|
PBRESOLVEFILEIDREF vNoVector ; This is from the standard libraries
|
|||
|
PBRSTFLOCK vNoVector ; This is from the standard libraries
|
|||
|
PBSETCATINFO vNoVector ; This is from the standard libraries
|
|||
|
PBSETEOF vNoVector ; This is from the standard libraries
|
|||
|
PBSETFINFO vNoVector ; This is from the standard libraries
|
|||
|
PBSETFLOCK vNoVector ; This is from the standard libraries
|
|||
|
PBSETFOREIGNPRIVS vNoVector ; This is from the standard libraries
|
|||
|
PBSETFPOS vNoVector ; This is from the standard libraries
|
|||
|
PBSETFVERS vNoVector ; This is from the standard libraries
|
|||
|
PBSETVINFO vNoVector ; This is from the standard libraries
|
|||
|
PBSETVOL vNoVector ; This is from the standard libraries
|
|||
|
PBSTATUS vNoVector ; This is from the standard libraries
|
|||
|
PBUNLOCKRANGE vNoVector ; This is from the standard libraries
|
|||
|
PBUNMOUNTVOL vNoVector ; This is from the standard libraries
|
|||
|
PBWRITE vNoVector ; This is from the standard libraries
|
|||
|
PCLOSEATPSKT vNoVector ; This is from the standard libraries
|
|||
|
PCLOSESKT vNoVector ; This is from the standard libraries
|
|||
|
PCONFIRMNAME vNoVector ; This is from the standard libraries
|
|||
|
PDETACHPH vNoVector ; This is from the standard libraries
|
|||
|
PGETAPPLETALKINFO vNoVector ; This is from the standard libraries
|
|||
|
PGETREQUEST vNoVector ; This is from the standard libraries
|
|||
|
PITCH vNoVector ; This is from the standard libraries
|
|||
|
PKILLGETREQ vNoVector ; This is from the standard libraries
|
|||
|
PKILLNBP vNoVector ; This is from the standard libraries
|
|||
|
PKILLSENDREQ vNoVector ; This is from the standard libraries
|
|||
|
PLCRUNCH vNoVector ; This is from the standard libraries
|
|||
|
PLCloseContainer vNoVector ; This is from the standard libraries
|
|||
|
PLFILEPOS vNoVector ; This is from the standard libraries
|
|||
|
PLFLUSH vNoVector ; This is from the standard libraries
|
|||
|
PLFindExportInfo vNoVector ; This is from the standard libraries
|
|||
|
PLGetExportCount vNoVector ; This is from the standard libraries
|
|||
|
PLGetExportInfo vNoVector ; This is from the standard libraries
|
|||
|
PLGetImportCounts vNoVector ; This is from the standard libraries
|
|||
|
PLGetImportInfo vNoVector ; This is from the standard libraries
|
|||
|
PLGetImportLibInfo vNoVector ; This is from the standard libraries
|
|||
|
PLGetMainLocation vNoVector ; This is from the standard libraries
|
|||
|
PLGetRegionCount vNoVector ; This is from the standard libraries
|
|||
|
PLGetRegionInfo vNoVector ; This is from the standard libraries
|
|||
|
PLGetVersions vNoVector ; This is from the standard libraries
|
|||
|
PLHEAPINIT vNoVector ; This is from the standard libraries
|
|||
|
PLINITHEAP vNoVector ; This is from the standard libraries
|
|||
|
PLMemOpenContainer vNoVector ; This is from the standard libraries
|
|||
|
PLOOKUPNAME vNoVector ; This is from the standard libraries
|
|||
|
PLOpenContainer vNoVector ; This is from the standard libraries
|
|||
|
PLPOS vNoVector ; This is from the standard libraries
|
|||
|
PLPURGE vNoVector ; This is from the standard libraries
|
|||
|
PLPrepareRegion vNoVector ; This is from the standard libraries
|
|||
|
PLRENAME vNoVector ; This is from the standard libraries
|
|||
|
PLSETHEAPCHECK vNoVector ; This is from the standard libraries
|
|||
|
PLSETHEAPTYPE vNoVector ; This is from the standard libraries
|
|||
|
PLSETMERRPROC vNoVector ; This is from the standard libraries
|
|||
|
PLSETNONCONT vNoVector ; This is from the standard libraries
|
|||
|
PLSETVALIDATEPROC vNoVector ; This is from the standard libraries
|
|||
|
PLSETVBUF vNoVector ; This is from the standard libraries
|
|||
|
PLSTRCAT vNoVector ; This is from the standard libraries
|
|||
|
PLSTRCHR vNoVector ; This is from the standard libraries
|
|||
|
PLSTRCMP vNoVector ; This is from the standard libraries
|
|||
|
PLSTRCPY vNoVector ; This is from the standard libraries
|
|||
|
PLSTRLEN vNoVector ; This is from the standard libraries
|
|||
|
PLSTRNCAT vNoVector ; This is from the standard libraries
|
|||
|
PLSTRNCMP vNoVector ; This is from the standard libraries
|
|||
|
PLSTRNCPY vNoVector ; This is from the standard libraries
|
|||
|
PLSTRPBRK vNoVector ; This is from the standard libraries
|
|||
|
PLSTRRCHR vNoVector ; This is from the standard libraries
|
|||
|
PLSTRSPN vNoVector ; This is from the standard libraries
|
|||
|
PLSTRSTR vNoVector ; This is from the standard libraries
|
|||
|
PLSetImportAddress vNoVector ; This is from the standard libraries
|
|||
|
PLSetRegionAddress vNoVector ; This is from the standard libraries
|
|||
|
PNSENDREQUEST vNoVector ; This is from the standard libraries
|
|||
|
POPENATPSKT vNoVector ; This is from the standard libraries
|
|||
|
POPENSKT vNoVector ; This is from the standard libraries
|
|||
|
PPCSTART vNoVector ; This is from the standard libraries
|
|||
|
PPOSTEVENT vNoVector ; This is from the standard libraries
|
|||
|
PRCLOSE vNoVector ; This is from the standard libraries
|
|||
|
PRCLOSEDOC vNoVector ; This is from the standard libraries
|
|||
|
PRCLOSEPAGE vNoVector ; This is from the standard libraries
|
|||
|
PRCTLCALL vNoVector ; This is from the standard libraries
|
|||
|
PRDLGMAIN vNoVector ; This is from the standard libraries
|
|||
|
PRDRVRCLOSE vNoVector ; This is from the standard libraries
|
|||
|
PRDRVRDCE vNoVector ; This is from the standard libraries
|
|||
|
PRDRVROPEN vNoVector ; This is from the standard libraries
|
|||
|
PRDRVRVERS vNoVector ; This is from the standard libraries
|
|||
|
PREGISTERNAME vNoVector ; This is from the standard libraries
|
|||
|
PRELRSPCB vNoVector ; This is from the standard libraries
|
|||
|
PRELTCB vNoVector ; This is from the standard libraries
|
|||
|
PREMOVENAME vNoVector ; This is from the standard libraries
|
|||
|
PRERROR vNoVector ; This is from the standard libraries
|
|||
|
PRGENERAL vNoVector ; This is from the standard libraries
|
|||
|
PRHACK vNoVector ; This is from the standard libraries
|
|||
|
PRINTCALLS vNoVector ; This is from the standard libraries
|
|||
|
PRINTDEFAULT vNoVector ; This is from the standard libraries
|
|||
|
PRIVTRAP% vNoVector ; This is from the standard libraries
|
|||
|
PRJOBDIALOG vNoVector ; This is from the standard libraries
|
|||
|
PRJOBINIT vNoVector ; This is from the standard libraries
|
|||
|
PRJOBMERGE vNoVector ; This is from the standard libraries
|
|||
|
PRNOPURGE vNoVector ; This is from the standard libraries
|
|||
|
PROPEN vNoVector ; This is from the standard libraries
|
|||
|
PROPENDOC vNoVector ; This is from the standard libraries
|
|||
|
PROPENPAGE vNoVector ; This is from the standard libraries
|
|||
|
PRPICFILE vNoVector ; This is from the standard libraries
|
|||
|
PRPURGE vNoVector ; This is from the standard libraries
|
|||
|
PRSETERROR vNoVector ; This is from the standard libraries
|
|||
|
PRSTLDIALOG vNoVector ; This is from the standard libraries
|
|||
|
PRSTLINIT vNoVector ; This is from the standard libraries
|
|||
|
PRVALIDATE vNoVector ; This is from the standard libraries
|
|||
|
PSENDREQUEST vNoVector ; This is from the standard libraries
|
|||
|
PSENDRESPONSE vNoVector ; This is from the standard libraries
|
|||
|
PSETSELFSEND vNoVector ; This is from the standard libraries
|
|||
|
PTRTOHAND vNoVector ; This is from the standard libraries
|
|||
|
PWRITEDDP vNoVector ; This is from the standard libraries
|
|||
|
PWRITELAP vNoVector ; This is from the standard libraries
|
|||
|
P_ENTRY% vNoVector ; This is from the standard libraries
|
|||
|
P_EXIT% vNoVector ; This is from the standard libraries
|
|||
|
ParseTheLocaleString vNoVector ; This is from the standard libraries
|
|||
|
PrepareNTBs vNoVector ; This is from the standard libraries
|
|||
|
PrepareRegions vNoVector ; This is from the standard libraries
|
|||
|
RAddToWorkGroupAndIncClosureCount vNoVector ; This is from the standard libraries
|
|||
|
RBuildCfrgList vNoVector ; This is from the standard libraries
|
|||
|
RELSTRING vNoVector ; This is from the standard libraries
|
|||
|
REMOVEHDLBLOCKS vNoVector ; This is from the standard libraries
|
|||
|
REPLACEGESTALT vNoVector ; This is from the standard libraries
|
|||
|
RMakeConnection vNoVector ; This is from the standard libraries
|
|||
|
ROLL vNoVector ; This is from the standard libraries
|
|||
|
RSTFLOCK vNoVector ; This is from the standard libraries
|
|||
|
ReadAndRegisterNTBs vNoVector ; This is from the standard libraries
|
|||
|
Releasor vNoVector ; This is from the standard libraries
|
|||
|
RemoveFromClosure vNoVector ; This is from the standard libraries
|
|||
|
RemoveObsoleteNTBs vNoVector ; This is from the standard libraries
|
|||
|
ResolveImports vNoVector ; This is from the standard libraries
|
|||
|
SCALE vNoVector ; This is from the standard libraries
|
|||
|
SCREENRES vNoVector ; This is from the standard libraries
|
|||
|
SECONDSTODATE vNoVector ; This is from the standard libraries
|
|||
|
SERCLRBRK vNoVector ; This is from the standard libraries
|
|||
|
SERGETBUF vNoVector ; This is from the standard libraries
|
|||
|
SERHSHAKE vNoVector ; This is from the standard libraries
|
|||
|
SERRESET vNoVector ; This is from the standard libraries
|
|||
|
SERSETBRK vNoVector ; This is from the standard libraries
|
|||
|
SERSETBUF vNoVector ; This is from the standard libraries
|
|||
|
SERSTATUS vNoVector ; This is from the standard libraries
|
|||
|
SETCHOOSERALERT vNoVector ; This is from the standard libraries
|
|||
|
SETCLIKLOOP vNoVector ; This is from the standard libraries
|
|||
|
SETCLR vNoVector ; This is from the standard libraries
|
|||
|
SETCUREX% vNoVector ; This is from the standard libraries
|
|||
|
SETFINFO vNoVector ; This is from the standard libraries
|
|||
|
SETFLOCK vNoVector ; This is from the standard libraries
|
|||
|
SETFPOS vNoVector ; This is from the standard libraries
|
|||
|
SETOSTRAPADDRESS vNoVector ; This is from the standard libraries
|
|||
|
SETPORT3D vNoVector ; This is from the standard libraries
|
|||
|
SETPT2D vNoVector ; This is from the standard libraries
|
|||
|
SETPT3D vNoVector ; This is from the standard libraries
|
|||
|
SETSOUNDVOL vNoVector ; This is from the standard libraries
|
|||
|
SETTAGBUFFER vNoVector ; This is from the standard libraries
|
|||
|
SETTIME vNoVector ; This is from the standard libraries
|
|||
|
SETTIMEOUT vNoVector ; This is from the standard libraries
|
|||
|
SETTOOLBOXTRAPADDRESS vNoVector ; This is from the standard libraries
|
|||
|
SETTOOLTRAPADDRESS vNoVector ; This is from the standard libraries
|
|||
|
SETWORDBREAK vNoVector ; This is from the standard libraries
|
|||
|
SETWUTIME vNoVector ; This is from the standard libraries
|
|||
|
SET_ENTRY% vNoVector ; This is from the standard libraries
|
|||
|
SFGETFILE vNoVector ; This is from the standard libraries
|
|||
|
SFPGETFILE vNoVector ; This is from the standard libraries
|
|||
|
SFPPUTFILE vNoVector ; This is from the standard libraries
|
|||
|
SFPUTFILE vNoVector ; This is from the standard libraries
|
|||
|
SHORTENDITL vNoVector ; This is from the standard libraries
|
|||
|
SKEW vNoVector ; This is from the standard libraries
|
|||
|
SOUNDDONE vNoVector ; This is from the standard libraries
|
|||
|
STANDARDNBP vNoVector ; This is from the standard libraries
|
|||
|
STARTSECURESESSION vNoVector ; This is from the standard libraries
|
|||
|
STARTSOUND vNoVector ; This is from the standard libraries
|
|||
|
STARTSTUFF vNoVector ; This is from the standard libraries
|
|||
|
STDFILTERPROC vNoVector ; This is from the standard libraries
|
|||
|
STOPSOUND vNoVector ; This is from the standard libraries
|
|||
|
STR2DEC vNoVector ; This is from the standard libraries
|
|||
|
STR2NUM vNoVector ; This is from the standard libraries
|
|||
|
STRINGORDER vNoVector ; This is from the standard libraries
|
|||
|
STRINGTONUM vNoVector ; This is from the standard libraries
|
|||
|
SWAPDATACACHE vNoVector ; This is from the standard libraries
|
|||
|
SWAPINSTRUCTIONCACHE vNoVector ; This is from the standard libraries
|
|||
|
SWAPMMUMODE vNoVector ; This is from the standard libraries
|
|||
|
SearchByName vNoVector ; This is from the standard libraries
|
|||
|
SearchRegistry vNoVector ; This is from the standard libraries
|
|||
|
SetFragGlobalValue vNoVector ; This is from the standard libraries
|
|||
|
SetGNGlobalValue vNoVector ; This is from the standard libraries
|
|||
|
SetNativeDebuggerGestaltFn vNoVector ; This is from the standard libraries
|
|||
|
SetTestStubValue vNoVector ; This is from the standard libraries
|
|||
|
SetupCFM vNoVector ; This is from the standard libraries
|
|||
|
SetupGenericNativeCode vNoVector ; This is from the standard libraries
|
|||
|
SetupMixedMode vNoVector ; This is from the standard libraries
|
|||
|
SetupMixedModeTrapHandler vNoVector ; This is from the standard libraries
|
|||
|
SetupNativeDebugger vNoVector ; This is from the standard libraries
|
|||
|
SetupNativeTestStub vNoVector ; This is from the standard libraries
|
|||
|
ShareInstanceInContext vNoVector ; This is from the standard libraries
|
|||
|
SkipCount vNoVector ; This is from the standard libraries
|
|||
|
StrLen vNoVector ; This is from the standard libraries
|
|||
|
StringIn vNoVector ; This is from the standard libraries
|
|||
|
StringOut vNoVector ; This is from the standard libraries
|
|||
|
TEFROMSCRAP vNoVector ; This is from the standard libraries
|
|||
|
TEGETSCRAPLEN vNoVector ; This is from the standard libraries
|
|||
|
TEGETSCRAPLENGTH vNoVector ; This is from the standard libraries
|
|||
|
TESETSCRAPLEN vNoVector ; This is from the standard libraries
|
|||
|
TESETSCRAPLENGTH vNoVector ; This is from the standard libraries
|
|||
|
TETOSCRAP vNoVector ; This is from the standard libraries
|
|||
|
TMACTIVATE vNoVector ; This is from the standard libraries
|
|||
|
TMADDSEARCH vNoVector ; This is from the standard libraries
|
|||
|
TMCHOOSE vNoVector ; This is from the standard libraries
|
|||
|
TMCLEAR vNoVector ; This is from the standard libraries
|
|||
|
TMCLEARSEARCH vNoVector ; This is from the standard libraries
|
|||
|
TMCLICK vNoVector ; This is from the standard libraries
|
|||
|
TMCOUNTTERMKEYS vNoVector ; This is from the standard libraries
|
|||
|
TMDEFAULT vNoVector ; This is from the standard libraries
|
|||
|
TMDISPOSE vNoVector ; This is from the standard libraries
|
|||
|
TMDOTERMKEY vNoVector ; This is from the standard libraries
|
|||
|
TMENGLISHTOINTL vNoVector ; This is from the standard libraries
|
|||
|
TMEVENT vNoVector ; This is from the standard libraries
|
|||
|
TMGETCONFIG vNoVector ; This is from the standard libraries
|
|||
|
TMGETCURSOR vNoVector ; This is from the standard libraries
|
|||
|
TMGETERRORSTRING vNoVector ; This is from the standard libraries
|
|||
|
TMGETINDTERMKEY vNoVector ; This is from the standard libraries
|
|||
|
TMGETLINE vNoVector ; This is from the standard libraries
|
|||
|
TMGETPROCID vNoVector ; This is from the standard libraries
|
|||
|
TMGETREFCON vNoVector ; This is from the standard libraries
|
|||
|
TMGETSELECT vNoVector ; This is from the standard libraries
|
|||
|
TMGETTERMENVIRONS vNoVector ; This is from the standard libraries
|
|||
|
TMGETTMVERSION vNoVector ; This is from the standard libraries
|
|||
|
TMGETTOOLNAME vNoVector ; This is from the standard libraries
|
|||
|
TMGETUSERDATA vNoVector ; This is from the standard libraries
|
|||
|
TMGETVERSION vNoVector ; This is from the standard libraries
|
|||
|
TMIDLE vNoVector ; This is from the standard libraries
|
|||
|
TMINTLTOENGLISH vNoVector ; This is from the standard libraries
|
|||
|
TMKEY vNoVector ; This is from the standard libraries
|
|||
|
TMMENU vNoVector ; This is from the standard libraries
|
|||
|
TMNEW vNoVector ; This is from the standard libraries
|
|||
|
TMPAINT vNoVector ; This is from the standard libraries
|
|||
|
TMPCHOOSE vNoVector ; This is from the standard libraries
|
|||
|
TMPEEKLINE vNoVector ; This is from the standard libraries
|
|||
|
TMREMOVESEARCH vNoVector ; This is from the standard libraries
|
|||
|
TMRESET vNoVector ; This is from the standard libraries
|
|||
|
TMRESIZE vNoVector ; This is from the standard libraries
|
|||
|
TMRESUME vNoVector ; This is from the standard libraries
|
|||
|
TMSCROLL vNoVector ; This is from the standard libraries
|
|||
|
TMSETCONFIG vNoVector ; This is from the standard libraries
|
|||
|
TMSETREFCON vNoVector ; This is from the standard libraries
|
|||
|
TMSETSELECTION vNoVector ; This is from the standard libraries
|
|||
|
TMSETUPCLEANUP vNoVector ; This is from the standard libraries
|
|||
|
TMSETUPFILTER vNoVector ; This is from the standard libraries
|
|||
|
TMSETUPITEM vNoVector ; This is from the standard libraries
|
|||
|
TMSETUPPOSTFLIGHT vNoVector ; This is from the standard libraries
|
|||
|
TMSETUPPREFLIGHT vNoVector ; This is from the standard libraries
|
|||
|
TMSETUPSETUP vNoVector ; This is from the standard libraries
|
|||
|
TMSETUPXCLEANUP vNoVector ; This is from the standard libraries
|
|||
|
TMSETUSERDATA vNoVector ; This is from the standard libraries
|
|||
|
TMSTREAM vNoVector ; This is from the standard libraries
|
|||
|
TMUPDATE vNoVector ; This is from the standard libraries
|
|||
|
TMVALIDATE vNoVector ; This is from the standard libraries
|
|||
|
TRANSFORM vNoVector ; This is from the standard libraries
|
|||
|
TRANSLATE vNoVector ; This is from the standard libraries
|
|||
|
TimeStamp vNoVector ; This is from the standard libraries
|
|||
|
TransitiveClose vNoVector ; This is from the standard libraries
|
|||
|
TrapToNub vNoVector ; This is from the standard libraries
|
|||
|
ULDIVT vNoVector ; This is from the standard libraries
|
|||
|
ULDIVTS vNoVector ; This is from the standard libraries
|
|||
|
ULMODT vNoVector ; This is from the standard libraries
|
|||
|
ULMODTS vNoVector ; This is from the standard libraries
|
|||
|
ULMULT vNoVector ; This is from the standard libraries
|
|||
|
ULMULTS vNoVector ; This is from the standard libraries
|
|||
|
UNMOUNTVOL vNoVector ; This is from the standard libraries
|
|||
|
UnmapPrivateMapping vNoVector ; This is from the standard libraries
|
|||
|
UnmapSharedMapping vNoVector ; This is from the standard libraries
|
|||
|
UnshareInstance vNoVector ; This is from the standard libraries
|
|||
|
VALIDATE vNoVector ; This is from the standard libraries
|
|||
|
VIEWANGLE vNoVector ; This is from the standard libraries
|
|||
|
VIEWPORT vNoVector ; This is from the standard libraries
|
|||
|
VerifyInitBefore vNoVector ; This is from the standard libraries
|
|||
|
XLCloseContainer vNoVector ; This is from the standard libraries
|
|||
|
XLFindExportInfo vNoVector ; This is from the standard libraries
|
|||
|
XLGetExportCount vNoVector ; This is from the standard libraries
|
|||
|
XLGetExportInfo vNoVector ; This is from the standard libraries
|
|||
|
XLGetImportCounts vNoVector ; This is from the standard libraries
|
|||
|
XLGetImportInfo vNoVector ; This is from the standard libraries
|
|||
|
XLGetImportLibInfo vNoVector ; This is from the standard libraries
|
|||
|
XLGetMainLocation vNoVector ; This is from the standard libraries
|
|||
|
XLGetRegionCount vNoVector ; This is from the standard libraries
|
|||
|
XLGetRegionInfo vNoVector ; This is from the standard libraries
|
|||
|
XLGetVersions vNoVector ; This is from the standard libraries
|
|||
|
XLMemOpenContainer vNoVector ; This is from the standard libraries
|
|||
|
XLOpenContainer vNoVector ; This is from the standard libraries
|
|||
|
XLPrepareRegion vNoVector ; This is from the standard libraries
|
|||
|
XLSetImportAddress vNoVector ; This is from the standard libraries
|
|||
|
XLSetRegionAddress vNoVector ; This is from the standard libraries
|
|||
|
XPWRI vNoVector ; This is from the standard libraries
|
|||
|
XPWRY vNoVector ; This is from the standard libraries
|
|||
|
YAW vNoVector ; This is from the standard libraries
|
|||
|
_A5Init3 vNoVector ; This is from the standard libraries
|
|||
|
_GETCHAR vNoVector ; This is from the standard libraries
|
|||
|
_ICTOX vNoVector ; This is from the standard libraries
|
|||
|
_PUTBACK vNoVector ; This is from the standard libraries
|
|||
|
_RTExit vNoVector ; This is from the standard libraries
|
|||
|
_RTInit vNoVector ; This is from the standard libraries
|
|||
|
_R_C vNoVector ; This is from the standard libraries
|
|||
|
_R_I vNoVector ; This is from the standard libraries
|
|||
|
_R_LN vNoVector ; This is from the standard libraries
|
|||
|
_R_PAOC vNoVector ; This is from the standard libraries
|
|||
|
_R_REC vNoVector ; This is from the standard libraries
|
|||
|
_R_STR vNoVector ; This is from the standard libraries
|
|||
|
_SA_DeletePtr vNoVector ; This is from the standard libraries
|
|||
|
_SA_GetPID vNoVector ; This is from the standard libraries
|
|||
|
_SA_SetPtrSize vNoVector ; This is from the standard libraries
|
|||
|
_UCTOX vNoVector ; This is from the standard libraries
|
|||
|
_USTOX vNoVector ; This is from the standard libraries
|
|||
|
_UTOX vNoVector ; This is from the standard libraries
|
|||
|
_UTOX96 vNoVector ; This is from the standard libraries
|
|||
|
_W_B vNoVector ; This is from the standard libraries
|
|||
|
_W_C vNoVector ; This is from the standard libraries
|
|||
|
_W_I vNoVector ; This is from the standard libraries
|
|||
|
_W_LN vNoVector ; This is from the standard libraries
|
|||
|
_W_PAOC vNoVector ; This is from the standard libraries
|
|||
|
_W_REC vNoVector ; This is from the standard libraries
|
|||
|
_W_STR vNoVector ; This is from the standard libraries
|
|||
|
_X96TOU vNoVector ; This is from the standard libraries
|
|||
|
_X96TOUC vNoVector ; This is from the standard libraries
|
|||
|
_X96TOUS vNoVector ; This is from the standard libraries
|
|||
|
_XTOI vNoVector ; This is from the standard libraries
|
|||
|
_XTOIC vNoVector ; This is from the standard libraries
|
|||
|
_XTOIS vNoVector ; This is from the standard libraries
|
|||
|
_XTOU vNoVector ; This is from the standard libraries
|
|||
|
_XTOUC vNoVector ; This is from the standard libraries
|
|||
|
_XTOUS vNoVector ; This is from the standard libraries
|
|||
|
__BLKRD vNoVector ; This is from the standard libraries
|
|||
|
__BLKWR vNoVector ; This is from the standard libraries
|
|||
|
__BYTRD vNoVector ; This is from the standard libraries
|
|||
|
__BYTWR vNoVector ; This is from the standard libraries
|
|||
|
__CLOSE vNoVector ; This is from the standard libraries
|
|||
|
__CplusInit vNoVector ; This is from the standard libraries
|
|||
|
__EOF vNoVector ; This is from the standard libraries
|
|||
|
__EOLN vNoVector ; This is from the standard libraries
|
|||
|
__FOPEN vNoVector ; This is from the standard libraries
|
|||
|
__GET vNoVector ; This is from the standard libraries
|
|||
|
__HEAPRE vNoVector ; This is from the standard libraries
|
|||
|
__IORES vNoVector ; This is from the standard libraries
|
|||
|
__MEMAV vNoVector ; This is from the standard libraries
|
|||
|
__PAGE vNoVector ; This is from the standard libraries
|
|||
|
__PUT vNoVector ; This is from the standard libraries
|
|||
|
__ROPEN vNoVector ; This is from the standard libraries
|
|||
|
__SEEK vNoVector ; This is from the standard libraries
|
|||
|
__UPARR vNoVector ; This is from the standard libraries
|
|||
|
__XOPEN vNoVector ; This is from the standard libraries
|
|||
|
__abort vNoVector ; This is from the standard libraries
|
|||
|
__assertprint vNoVector ; This is from the standard libraries
|
|||
|
__cleanup vNoVector ; This is from the standard libraries
|
|||
|
__growFileTable vNoVector ; This is from the standard libraries
|
|||
|
__inf vNoVector ; This is from the standard libraries
|
|||
|
__setjmp vNoVector ; This is from the standard libraries
|
|||
|
_addDevHandler vNoVector ; This is from the standard libraries
|
|||
|
_badPtr vNoVector ; This is from the standard libraries
|
|||
|
_bufRead vNoVector ; This is from the standard libraries
|
|||
|
_bufsync vNoVector ; This is from the standard libraries
|
|||
|
_coClose vNoVector ; This is from the standard libraries
|
|||
|
_coExit vNoVector ; This is from the standard libraries
|
|||
|
_coFAccess vNoVector ; This is from the standard libraries
|
|||
|
_coIoctl vNoVector ; This is from the standard libraries
|
|||
|
_coRead vNoVector ; This is from the standard libraries
|
|||
|
_coWrite vNoVector ; This is from the standard libraries
|
|||
|
_coreIOExit vNoVector ; This is from the standard libraries
|
|||
|
_cvt vNoVector ; This is from the standard libraries
|
|||
|
_doprnt vNoVector ; This is from the standard libraries
|
|||
|
_doscan vNoVector ; This is from the standard libraries
|
|||
|
_exit vNoVector ; This is from the standard libraries
|
|||
|
_faccess vNoVector ; This is from the standard libraries
|
|||
|
_filbuf vNoVector ; This is from the standard libraries
|
|||
|
_findbuf vNoVector ; This is from the standard libraries
|
|||
|
_findiop vNoVector ; This is from the standard libraries
|
|||
|
_flsbuf vNoVector ; This is from the standard libraries
|
|||
|
_fsClose vNoVector ; This is from the standard libraries
|
|||
|
_fsFAccess vNoVector ; This is from the standard libraries
|
|||
|
_fsIoctl vNoVector ; This is from the standard libraries
|
|||
|
_fsRead vNoVector ; This is from the standard libraries
|
|||
|
_fsWrite vNoVector ; This is from the standard libraries
|
|||
|
_getDevHandler vNoVector ; This is from the standard libraries
|
|||
|
_getIOPort vNoVector ; This is from the standard libraries
|
|||
|
_openFIB vNoVector ; This is from the standard libraries
|
|||
|
_syClose vNoVector ; This is from the standard libraries
|
|||
|
_syFAccess vNoVector ; This is from the standard libraries
|
|||
|
_syIoctl vNoVector ; This is from the standard libraries
|
|||
|
_syRead vNoVector ; This is from the standard libraries
|
|||
|
_syWrite vNoVector ; This is from the standard libraries
|
|||
|
_uerror vNoVector ; This is from the standard libraries
|
|||
|
_wrtchk vNoVector ; This is from the standard libraries
|
|||
|
_xflsbuf vNoVector ; This is from the standard libraries
|
|||
|
abort vNoVector ; This is from the standard libraries
|
|||
|
abs vNoVector ; This is from the standard libraries
|
|||
|
access vNoVector ; This is from the standard libraries
|
|||
|
acos vNoVector ; This is from the standard libraries
|
|||
|
annuity vNoVector ; This is from the standard libraries
|
|||
|
asctime vNoVector ; This is from the standard libraries
|
|||
|
asin vNoVector ; This is from the standard libraries
|
|||
|
atan vNoVector ; This is from the standard libraries
|
|||
|
atan2 vNoVector ; This is from the standard libraries
|
|||
|
atexit vNoVector ; This is from the standard libraries
|
|||
|
atof vNoVector ; This is from the standard libraries
|
|||
|
atoi vNoVector ; This is from the standard libraries
|
|||
|
atol vNoVector ; This is from the standard libraries
|
|||
|
binhex vNoVector ; This is from the standard libraries
|
|||
|
bsearch vNoVector ; This is from the standard libraries
|
|||
|
c2pstr vNoVector ; This is from the standard libraries
|
|||
|
cabs vNoVector ; This is from the standard libraries
|
|||
|
cacos vNoVector ; This is from the standard libraries
|
|||
|
cacosh vNoVector ; This is from the standard libraries
|
|||
|
cadd vNoVector ; This is from the standard libraries
|
|||
|
calloc vNoVector ; This is from the standard libraries
|
|||
|
carg vNoVector ; This is from the standard libraries
|
|||
|
casin vNoVector ; This is from the standard libraries
|
|||
|
casinh vNoVector ; This is from the standard libraries
|
|||
|
catan vNoVector ; This is from the standard libraries
|
|||
|
catanh vNoVector ; This is from the standard libraries
|
|||
|
cconj vNoVector ; This is from the standard libraries
|
|||
|
ccos vNoVector ; This is from the standard libraries
|
|||
|
ccosh vNoVector ; This is from the standard libraries
|
|||
|
cdiv vNoVector ; This is from the standard libraries
|
|||
|
ceil vNoVector ; This is from the standard libraries
|
|||
|
cepwry vNoVector ; This is from the standard libraries
|
|||
|
cexp vNoVector ; This is from the standard libraries
|
|||
|
classcomp vNoVector ; This is from the standard libraries
|
|||
|
classdouble vNoVector ; This is from the standard libraries
|
|||
|
classextended vNoVector ; This is from the standard libraries
|
|||
|
classfloat vNoVector ; This is from the standard libraries
|
|||
|
clearbytes vNoVector ; This is from the standard libraries
|
|||
|
clearerr vNoVector ; This is from the standard libraries
|
|||
|
clog vNoVector ; This is from the standard libraries
|
|||
|
cmul vNoVector ; This is from the standard libraries
|
|||
|
compareStrings vNoVector ; This is from the standard libraries
|
|||
|
comparebytes vNoVector ; This is from the standard libraries
|
|||
|
compound vNoVector ; This is from the standard libraries
|
|||
|
copysign vNoVector ; This is from the standard libraries
|
|||
|
cos vNoVector ; This is from the standard libraries
|
|||
|
cosh vNoVector ; This is from the standard libraries
|
|||
|
creat vNoVector ; This is from the standard libraries
|
|||
|
csin vNoVector ; This is from the standard libraries
|
|||
|
csinh vNoVector ; This is from the standard libraries
|
|||
|
csqrt vNoVector ; This is from the standard libraries
|
|||
|
csquare vNoVector ; This is from the standard libraries
|
|||
|
csub vNoVector ; This is from the standard libraries
|
|||
|
ctan vNoVector ; This is from the standard libraries
|
|||
|
ctanh vNoVector ; This is from the standard libraries
|
|||
|
ctime vNoVector ; This is from the standard libraries
|
|||
|
cxpwre vNoVector ; This is from the standard libraries
|
|||
|
cxpwri vNoVector ; This is from the standard libraries
|
|||
|
cxpwry vNoVector ; This is from the standard libraries
|
|||
|
datestring vNoVector ; This is from the standard libraries
|
|||
|
debugstr vNoVector ; This is from the standard libraries
|
|||
|
dec2num vNoVector ; This is from the standard libraries
|
|||
|
difftime vNoVector ; This is from the standard libraries
|
|||
|
div vNoVector ; This is from the standard libraries
|
|||
|
dup vNoVector ; This is from the standard libraries
|
|||
|
ecvt vNoVector ; This is from the standard libraries
|
|||
|
exit vNoVector ; This is from the standard libraries
|
|||
|
exp vNoVector ; This is from the standard libraries
|
|||
|
exp1 vNoVector ; This is from the standard libraries
|
|||
|
exp2 vNoVector ; This is from the standard libraries
|
|||
|
fabs vNoVector ; This is from the standard libraries
|
|||
|
faccess vNoVector ; This is from the standard libraries
|
|||
|
fcntl vNoVector ; This is from the standard libraries
|
|||
|
fcvt vNoVector ; This is from the standard libraries
|
|||
|
fdopen vNoVector ; This is from the standard libraries
|
|||
|
feof vNoVector ; This is from the standard libraries
|
|||
|
ferror vNoVector ; This is from the standard libraries
|
|||
|
fflush vNoVector ; This is from the standard libraries
|
|||
|
fgetc vNoVector ; This is from the standard libraries
|
|||
|
fgetpos vNoVector ; This is from the standard libraries
|
|||
|
fgets vNoVector ; This is from the standard libraries
|
|||
|
finddialogitem vNoVector ; This is from the standard libraries
|
|||
|
findwindow vNoVector ; This is from the standard libraries
|
|||
|
floor vNoVector ; This is from the standard libraries
|
|||
|
flushvol vNoVector ; This is from the standard libraries
|
|||
|
fmod vNoVector ; This is from the standard libraries
|
|||
|
fopen vNoVector ; This is from the standard libraries
|
|||
|
fprintf vNoVector ; This is from the standard libraries
|
|||
|
fputc vNoVector ; This is from the standard libraries
|
|||
|
fputs vNoVector ; This is from the standard libraries
|
|||
|
fread vNoVector ; This is from the standard libraries
|
|||
|
free vNoVector ; This is from the standard libraries
|
|||
|
freopen vNoVector ; This is from the standard libraries
|
|||
|
frexp vNoVector ; This is from the standard libraries
|
|||
|
fscanf vNoVector ; This is from the standard libraries
|
|||
|
fseek vNoVector ; This is from the standard libraries
|
|||
|
fsetfileinfo vNoVector ; This is from the standard libraries
|
|||
|
fsetpos vNoVector ; This is from the standard libraries
|
|||
|
fsrename vNoVector ; This is from the standard libraries
|
|||
|
ftell vNoVector ; This is from the standard libraries
|
|||
|
fwrite vNoVector ; This is from the standard libraries
|
|||
|
getc vNoVector ; This is from the standard libraries
|
|||
|
getchar vNoVector ; This is from the standard libraries
|
|||
|
getcontroltitle vNoVector ; This is from the standard libraries
|
|||
|
getdialogitemtext vNoVector ; This is from the standard libraries
|
|||
|
getenv vNoVector ; This is from the standard libraries
|
|||
|
getenvironment vNoVector ; This is from the standard libraries
|
|||
|
gethaltvector vNoVector ; This is from the standard libraries
|
|||
|
getmenuitemtext vNoVector ; This is from the standard libraries
|
|||
|
getprecision vNoVector ; This is from the standard libraries
|
|||
|
getround vNoVector ; This is from the standard libraries
|
|||
|
gets vNoVector ; This is from the standard libraries
|
|||
|
getvol vNoVector ; This is from the standard libraries
|
|||
|
getw vNoVector ; This is from the standard libraries
|
|||
|
gmtime vNoVector ; This is from the standard libraries
|
|||
|
hypot vNoVector ; This is from the standard libraries
|
|||
|
insertmenuitem vNoVector ; This is from the standard libraries
|
|||
|
ioctl vNoVector ; This is from the standard libraries
|
|||
|
ipower vNoVector ; This is from the standard libraries
|
|||
|
isalnum vNoVector ; This is from the standard libraries
|
|||
|
isalpha vNoVector ; This is from the standard libraries
|
|||
|
isascii vNoVector ; This is from the standard libraries
|
|||
|
iscntrl vNoVector ; This is from the standard libraries
|
|||
|
isdigit vNoVector ; This is from the standard libraries
|
|||
|
isgraph vNoVector ; This is from the standard libraries
|
|||
|
islower vNoVector ; This is from the standard libraries
|
|||
|
isprint vNoVector ; This is from the standard libraries
|
|||
|
ispunct vNoVector ; This is from the standard libraries
|
|||
|
isspace vNoVector ; This is from the standard libraries
|
|||
|
isupper vNoVector ; This is from the standard libraries
|
|||
|
isxdigit vNoVector ; This is from the standard libraries
|
|||
|
iudatepstring vNoVector ; This is from the standard libraries
|
|||
|
iudatestring vNoVector ; This is from the standard libraries
|
|||
|
iuldatestring vNoVector ; This is from the standard libraries
|
|||
|
iultimestring vNoVector ; This is from the standard libraries
|
|||
|
iutimepstring vNoVector ; This is from the standard libraries
|
|||
|
iutimestring vNoVector ; This is from the standard libraries
|
|||
|
labs vNoVector ; This is from the standard libraries
|
|||
|
ldexp vNoVector ; This is from the standard libraries
|
|||
|
ldiv vNoVector ; This is from the standard libraries
|
|||
|
localeconv vNoVector ; This is from the standard libraries
|
|||
|
localtime vNoVector ; This is from the standard libraries
|
|||
|
log vNoVector ; This is from the standard libraries
|
|||
|
log1 vNoVector ; This is from the standard libraries
|
|||
|
log10 vNoVector ; This is from the standard libraries
|
|||
|
log2 vNoVector ; This is from the standard libraries
|
|||
|
logb vNoVector ; This is from the standard libraries
|
|||
|
longdatestring vNoVector ; This is from the standard libraries
|
|||
|
longjmp vNoVector ; This is from the standard libraries
|
|||
|
longtimestring vNoVector ; This is from the standard libraries
|
|||
|
lseek vNoVector ; This is from the standard libraries
|
|||
|
malloc vNoVector ; This is from the standard libraries
|
|||
|
mblen vNoVector ; This is from the standard libraries
|
|||
|
mbstowcs vNoVector ; This is from the standard libraries
|
|||
|
mbtowc vNoVector ; This is from the standard libraries
|
|||
|
memccpy vNoVector ; This is from the standard libraries
|
|||
|
memchr vNoVector ; This is from the standard libraries
|
|||
|
memcmp vNoVector ; This is from the standard libraries
|
|||
|
memcpy vNoVector ; This is from the standard libraries
|
|||
|
memmove vNoVector ; This is from the standard libraries
|
|||
|
memset vNoVector ; This is from the standard libraries
|
|||
|
mktemp vNoVector ; This is from the standard libraries
|
|||
|
mktime vNoVector ; This is from the standard libraries
|
|||
|
modf vNoVector ; This is from the standard libraries
|
|||
|
movebytes vNoVector ; This is from the standard libraries
|
|||
|
nan vNoVector ; This is from the standard libraries
|
|||
|
newcolordialog vNoVector ; This is from the standard libraries
|
|||
|
nextdouble vNoVector ; This is from the standard libraries
|
|||
|
nextextended vNoVector ; This is from the standard libraries
|
|||
|
nextfloat vNoVector ; This is from the standard libraries
|
|||
|
num2dec vNoVector ; This is from the standard libraries
|
|||
|
openrf vNoVector ; This is from the standard libraries
|
|||
|
perror vNoVector ; This is from the standard libraries
|
|||
|
pi vNoVector ; This is from the standard libraries
|
|||
|
pow vNoVector ; This is from the standard libraries
|
|||
|
printf vNoVector ; This is from the standard libraries
|
|||
|
procentry vNoVector ; This is from the standard libraries
|
|||
|
procexit vNoVector ; This is from the standard libraries
|
|||
|
putc vNoVector ; This is from the standard libraries
|
|||
|
putchar vNoVector ; This is from the standard libraries
|
|||
|
puts vNoVector ; This is from the standard libraries
|
|||
|
putw vNoVector ; This is from the standard libraries
|
|||
|
qsort vNoVector ; This is from the standard libraries
|
|||
|
raise vNoVector ; This is from the standard libraries
|
|||
|
rand vNoVector ; This is from the standard libraries
|
|||
|
randomx vNoVector ; This is from the standard libraries
|
|||
|
realloc vNoVector ; This is from the standard libraries
|
|||
|
relation vNoVector ; This is from the standard libraries
|
|||
|
remainder vNoVector ; This is from the standard libraries
|
|||
|
remove vNoVector ; This is from the standard libraries
|
|||
|
rename vNoVector ; This is from the standard libraries
|
|||
|
rewind vNoVector ; This is from the standard libraries
|
|||
|
rint vNoVector ; This is from the standard libraries
|
|||
|
scalb vNoVector ; This is from the standard libraries
|
|||
|
scanf vNoVector ; This is from the standard libraries
|
|||
|
setbuf vNoVector ; This is from the standard libraries
|
|||
|
setcontroltitle vNoVector ; This is from the standard libraries
|
|||
|
setdialogitemtext vNoVector ; This is from the standard libraries
|
|||
|
setenvironment vNoVector ; This is from the standard libraries
|
|||
|
setexception vNoVector ; This is from the standard libraries
|
|||
|
sethalt vNoVector ; This is from the standard libraries
|
|||
|
sethaltvector vNoVector ; This is from the standard libraries
|
|||
|
setlocale vNoVector ; This is from the standard libraries
|
|||
|
setmenuitemtext vNoVector ; This is from the standard libraries
|
|||
|
setprecision vNoVector ; This is from the standard libraries
|
|||
|
setround vNoVector ; This is from the standard libraries
|
|||
|
setvbuf vNoVector ; This is from the standard libraries
|
|||
|
setvol vNoVector ; This is from the standard libraries
|
|||
|
signal vNoVector ; This is from the standard libraries
|
|||
|
signnum vNoVector ; This is from the standard libraries
|
|||
|
sin vNoVector ; This is from the standard libraries
|
|||
|
sinh vNoVector ; This is from the standard libraries
|
|||
|
sprintf vNoVector ; This is from the standard libraries
|
|||
|
sqrt vNoVector ; This is from the standard libraries
|
|||
|
srand vNoVector ; This is from the standard libraries
|
|||
|
sscanf vNoVector ; This is from the standard libraries
|
|||
|
strcat vNoVector ; This is from the standard libraries
|
|||
|
strchr vNoVector ; This is from the standard libraries
|
|||
|
strcmp vNoVector ; This is from the standard libraries
|
|||
|
strcoll vNoVector ; This is from the standard libraries
|
|||
|
strcpy vNoVector ; This is from the standard libraries
|
|||
|
strcspn vNoVector ; This is from the standard libraries
|
|||
|
strerror vNoVector ; This is from the standard libraries
|
|||
|
strftime vNoVector ; This is from the standard libraries
|
|||
|
strncat vNoVector ; This is from the standard libraries
|
|||
|
strncmp vNoVector ; This is from the standard libraries
|
|||
|
strncpy vNoVector ; This is from the standard libraries
|
|||
|
strpbrk vNoVector ; This is from the standard libraries
|
|||
|
strrchr vNoVector ; This is from the standard libraries
|
|||
|
strspn vNoVector ; This is from the standard libraries
|
|||
|
strstr vNoVector ; This is from the standard libraries
|
|||
|
strtod vNoVector ; This is from the standard libraries
|
|||
|
strtok vNoVector ; This is from the standard libraries
|
|||
|
strtol vNoVector ; This is from the standard libraries
|
|||
|
strtoul vNoVector ; This is from the standard libraries
|
|||
|
strxfrm vNoVector ; This is from the standard libraries
|
|||
|
system vNoVector ; This is from the standard libraries
|
|||
|
tan vNoVector ; This is from the standard libraries
|
|||
|
tanh vNoVector ; This is from the standard libraries
|
|||
|
testexception vNoVector ; This is from the standard libraries
|
|||
|
testhalt vNoVector ; This is from the standard libraries
|
|||
|
time vNoVector ; This is from the standard libraries
|
|||
|
timestring vNoVector ; This is from the standard libraries
|
|||
|
tmpfile vNoVector ; This is from the standard libraries
|
|||
|
tmpnam vNoVector ; This is from the standard libraries
|
|||
|
toascii vNoVector ; This is from the standard libraries
|
|||
|
tohex vNoVector ; This is from the standard libraries
|
|||
|
tolower vNoVector ; This is from the standard libraries
|
|||
|
toupper vNoVector ; This is from the standard libraries
|
|||
|
ungetc vNoVector ; This is from the standard libraries
|
|||
|
unlink vNoVector ; This is from the standard libraries
|
|||
|
uprstring vNoVector ; This is from the standard libraries
|
|||
|
vfprintf vNoVector ; This is from the standard libraries
|
|||
|
vprintf vNoVector ; This is from the standard libraries
|
|||
|
vsprintf vNoVector ; This is from the standard libraries
|
|||
|
wcstombs vNoVector ; This is from the standard libraries
|
|||
|
wctomb vNoVector ; This is from the standard libraries
|
|||
|
x80tox96 vNoVector ; This is from the standard libraries
|
|||
|
x96tox80 vNoVector ; This is from the standard libraries
|
|||
|
xdivc vNoVector ; This is from the standard libraries
|
|||
|
|
|||
|
newcontrol vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
setctitle vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getctitle vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
testcontrol vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
findcontrol vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
trackcontrol vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
dragcontrol vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
opendeskacc vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
opendriver vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
newdialog vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
newcdialog vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
paramtext vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getitext vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
setitext vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
findditem vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getvinfo vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
unmountvol vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
eject vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
create vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
fsopen vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getfinfo vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
setfinfo vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
setflock vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
rstflock vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getfontname vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getfnum vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
laddtocell vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
lcellsize vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
lclick vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
lclrcell vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
ldraw vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
lfind vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
lgetcell vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
lnew vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
lrect vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
lsetcell vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
lsetselect vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
newmenu vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
appendmenu vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
menuselect vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
setitem vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getitem vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
insmenuitem vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
relstring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
iucompstring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
iuequalstring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
iuequalpstring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
identicalstring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
iucomppstring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
comparestring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
stringorder vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
iustringorder vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
stringtonum vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
dibadmount vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
dizero vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
sfputfile vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
sfpputfile vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
sfgetfile vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
sfpgetfile vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
drawstring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
stringwidth vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
ptinrect vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
pt2rect vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
pttoangle vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
ptinrgn vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
addpt vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
subpt vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
equalpt vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
stuffhex vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
stdtext vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
stdline vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
createresfile vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
openresfile vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
openrfperm vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getnamedresource vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
get1namedresource vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getresinfo vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
setresinfo vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
addresource vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getappparms vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
teclick vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getindstring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
newstring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
setstring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
shieldcursor vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
deltapoint vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
newwindow vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
newcwindow vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
setwtitle vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getwtitle vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
trackgoaway vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
dragwindow vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
growwindow vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
pinrect vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
draggrayrgn vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
trackbox vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
equalstring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
numtostring vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
fsdelete vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
p2cstr vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
clock vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
getpid vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
strlen vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
fclose vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
dec2str vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
str2dec vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
_DATAINIT vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
_DataInit vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
open vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
close vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
read vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
write vNoVector ; Code from the old C libraries, what is this doing in ROM ??????
|
|||
|
|
|||
|
|
|||
|
SetCFMEntry vNoVector
|
|||
|
ExportCFM vNoVector
|
|||
|
ILoadContext vNoVector
|
|||
|
LDisconnect vNoVector
|
|||
|
RemoveConnectionEntry vNoVector
|
|||
|
Frag_REG vNoVector
|
|||
|
Frag_PMSP vNoVector
|
|||
|
FragRegister vNoVector
|
|||
|
FragAddSearchFcn vNoVector
|
|||
|
NewSubtextID vNoVector
|
|||
|
MapFile vNoVector
|
|||
|
UnmapRange vNoVector
|
|||
|
MapRangeCOW vNoVector
|
|||
|
ORIGGETSLOTDRVR vNoVector
|
|||
|
QMINITQUEUE vNoVector
|
|||
|
RAMCACHE vNoVector
|
|||
|
PPCRemove vNoVector
|
|||
|
InitQueue vNoVector
|
|||
|
Push vNoVector
|
|||
|
Insert vNoVector
|
|||
|
TraverseQueue vNoVector
|
|||
|
getSysWDRefNum vNoVector
|
|||
|
ReQueueInformPB vNoVector
|
|||
|
PC2TBL vNoVector
|
|||
|
PC1TBL vNoVector
|
|||
|
ADBPROC vNoVector
|
|||
|
INITADB vNoVector
|
|||
|
GETRIDOFPOWERMGRINFREEZETIME vNoVector
|
|||
|
INSTALLTIMEMGRPLUSSEII vNoVector
|
|||
|
INSTALLTIMEMGRPORTABLEIICI vNoVector
|
|||
|
RMVTIMENEWFREEZETIME vNoVector
|
|||
|
PRIMETIMENEWFREEZETIME vNoVector
|
|||
|
TIMER2INTNEWFREEZETIME vNoVector
|
|||
|
GESTALTTEVERSION vNoVector
|
|||
|
DUMMY vNoVector
|
|||
|
AFTERBOOTSETAPPLBASE vNoVector
|
|||
|
CYCLONETRANSLATE24TO32 vNoVector
|
|||
|
ComponentInstanceIDToComponentInstancePointer vNoVector
|
|||
|
GetSystemThenROMRes vNoVector
|
|||
|
removeLong vNoVector
|
|||
|
NMInstall vNoVector
|
|||
|
NMRemove vNoVector
|
|||
|
SETWINDOWMGRPORT vNoVector
|
|||
|
LOADFKEYINGETNEXTEVENT vNoVector
|
|||
|
KEYPADFKEYINGETNEXTEVENT vNoVector
|
|||
|
CHECKINHIBITFKEYINGETNEXTEVENT vNoVector
|
|||
|
HLEAVAIL vNoVector
|
|||
|
GETNEXTHLE vNoVector
|
|||
|
CMGREND vNoVector
|
|||
|
CALLWINDOWDRAWGLUE vNoVector
|
|||
|
GETMENUBARDOESNOTRETURNSYSTEMMENUS vNoVector
|
|||
|
SETMENUBARADDSSYSTEMMENUS vNoVector
|
|||
|
GETDIALOGDEFAULTITEM vNoVector
|
|||
|
GETDIALOGCANCELITEM vNoVector
|
|||
|
GETDIALOGFLAGS vNoVector
|
|||
|
SETDIALOGFLAGS vNoVector
|
|||
|
FPCALLCOUNTIEXIT vNoVector
|
|||
|
FPCALLRESERRPROC vNoVector
|
|||
|
FPCALLGREGGYDONE vNoVector
|
|||
|
FPCALLGREGGYDECOMP vNoVector
|
|||
|
FPCALLGREGGYPREPARE vNoVector
|
|||
|
FPCALLDONNDECOMPRESS vNoVector
|
|||
|
FPCALLCACHEFLUSH vNoVector
|
|||
|
FPCALLROVR vNoVector
|
|||
|
FPCALLCHECKLOAD vNoVector
|
|||
|
RSTDEXIT vNoVector
|
|||
|
VRMGRSTDENTRY vNoVector
|
|||
|
INITRSRCMGR vNoVector
|
|||
|
SETDEANBITIFRESOURCEWILLBELOADED vNoVector
|
|||
|
COMPARE vNoVector
|
|||
|
HANDLEKEYBOARDMENU vNoVector
|
|||
|
ROMANSETSCRIPT vNoVector
|
|||
|
ROMANGETSCRIPT vNoVector
|
|||
|
BLOCKHEAD vNoVector
|
|||
|
SETFOREALPHA vNoVector
|
|||
|
SETBACKALPHA vNoVector
|
|||
|
GETFOREALPHA vNoVector
|
|||
|
GETBACKALPHA vNoVector
|
|||
|
GETFOREALPHAMASK vNoVector
|
|||
|
GETBACKALPHAMASK vNoVector
|
|||
|
NEWOPENPICTURE vNoVector
|
|||
|
CALCGCD vNoVector
|
|||
|
REDUCED3D4 vNoVector
|
|||
|
PUTBIGPICDATA vNoVector
|
|||
|
MAPRATIO vNoVector
|
|||
|
XDRAWPOLY vNoVector
|
|||
|
KOPYMASK vNoVector
|
|||
|
XPALETTES vNoVector
|
|||
|
FRUFRU vNoVector
|
|||
|
QDEXTEND vNoVector
|
|||
|
__SetCursorPatch vNoVector
|
|||
|
__PaintBehindPatch vNoVector
|
|||
|
__SystemMenuPatch vNoVector
|
|||
|
__HMGetBalloonPatch vNoVector
|
|||
|
__PopUpMenuSelect vNoVector
|
|||
|
utTryRemoveMenu vNoVector
|
|||
|
CHANGEMENURESULTFORINPUTMETHOD vNoVector
|
|||
|
utDeleteAppsMenu vNoVector
|
|||
|
fsg_FixVectorMul vNoVector
|
|||
|
ArithMode vNoVector
|
|||
|
JStdTxMeas vNoVector
|
|||
|
FontMgrGestalt vNoVector
|
|||
|
FREE_SPOT vNoVector
|
|||
|
INSTALLFONTGESTALT vNoVector
|
|||
|
INITZONEGLUE vNoVector
|
|||
|
PurgeSpaceSysTotal vNoVector
|
|||
|
NewTempBuffer vNoVector
|
|||
|
DisposeTempBuffer vNoVector
|
|||
|
sb_GetSysHandle vNoVector
|
|||
|
sb_GetAppHandle vNoVector
|
|||
|
sb_NewSharedHandle vNoVector
|
|||
|
PARTIALFONTZONEGROWZONEPROCEDURE vNoVector
|
|||
|
INITIALIZEPARTIALFONTS vNoVector
|
|||
|
SetCurrentFragment vNoVector
|
|||
|
Assert vNoVector
|
|||
|
AssertCharacter vNoVector
|
|||
|
AssertInteger vNoVector
|
|||
|
AssertUnsignedInteger vNoVector
|
|||
|
AssertPointer vNoVector
|
|||
|
NewZonePtr vNoVector
|
|||
|
GetZoneHandleSize vNoVector
|
|||
|
ResizeZoneHandle vNoVector
|
|||
|
MoveZoneHandleHigh vNoVector
|
|||
|
INITIALIZEDISKCACHE vNoVector
|
|||
|
DISKCACHERESOURCEMANAGERPURGEPROCEDURE vNoVector
|
|||
|
DISKCACHESHUTDOWNPROCEDURE vNoVector
|
|||
|
GetFontCacheFileSize vNoVector
|
|||
|
SetFontCacheFileSize vNoVector
|
|||
|
GetFontCacheFileStatus vNoVector
|
|||
|
SetFontCacheFileStatus vNoVector
|
|||
|
FontCacheFileExists vNoVector
|
|||
|
LoadDiskCacheMap vNoVector
|
|||
|
NEWGESTALT vNoVector
|
|||
|
PPCOPEN vNoVector
|
|||
|
PPCINFORM vNoVector
|
|||
|
PPCACCEPT vNoVector
|
|||
|
PPCREJECT vNoVector
|
|||
|
PPCWRITE vNoVector
|
|||
|
PPCREAD vNoVector
|
|||
|
PPCEND vNoVector
|
|||
|
PPCCLOSE vNoVector
|
|||
|
IPCLISTPORTS vNoVector
|
|||
|
NAN vNoVector
|
|||
|
TESTHALT vNoVector
|
|||
|
GETPRECISION vNoVector
|
|||
|
SETPRECISION vNoVector
|
|||
|
GETROUND vNoVector
|
|||
|
SETROUND vNoVector
|
|||
|
SETHALT vNoVector
|
|||
|
SETEXCEPTION vNoVector
|
|||
|
TESTEXCEPTION vNoVector
|
|||
|
COMPOUND vNoVector
|
|||
|
ANNUITY vNoVector
|
|||
|
REMAINDER vNoVector
|
|||
|
COPYSIGN vNoVector
|
|||
|
LOGB vNoVector
|
|||
|
RINT vNoVector
|
|||
|
NEXTEXTENDED vNoVector
|
|||
|
SCALB vNoVector
|
|||
|
SETENVIRONMENT vNoVector
|
|||
|
GETENVIRONMENT vNoVector
|
|||
|
PROCEXIT vNoVector
|
|||
|
PROCENTRY vNoVector
|
|||
|
NUM2DEC vNoVector
|
|||
|
DEC2NUM vNoVector
|
|||
|
RELATION vNoVector
|
|||
|
RANDOMX vNoVector
|
|||
|
NEXTDOUBLE vNoVector
|
|||
|
CLASSEXTENDED vNoVector
|
|||
|
CLASSCOMP vNoVector
|
|||
|
CLASSDOUBLE vNoVector
|
|||
|
LOG2 vNoVector
|
|||
|
TAN vNoVector
|
|||
|
EXP1 vNoVector
|
|||
|
EXP2 vNoVector
|
|||
|
LN1 vNoVector
|
|||
|
SIGNNUM vNoVector
|
|||
|
GETHALTVECTOR vNoVector
|
|||
|
SETHALTVECTOR vNoVector
|
|||
|
X96TOX80 vNoVector
|
|||
|
X80TOX96 vNoVector
|
|||
|
TJUMP vNoVector
|
|||
|
GetCTEGlobals vNoVector
|
|||
|
SIZESOUNDBUFFER vNoVector
|
|||
|
HMCMERGE vNoVector
|
|||
|
HHEADMERGE vNoVector
|
|||
|
DICTIONARYDISPATCH vNoVector
|