home *** CD-ROM | disk | FTP | other *** search
-
- * arp_lib.i created on 8.7.1991 by Acki
-
-
- _LVOPrintf EQU -228 ; Print formatted data on current output.
- _LVOFPrintf EQU -234 ; Print formatted data on file.
- _LVOPuts EQU -240 ; Print string\n on stdout.
- _LVOReadLine EQU -246 ; Get a line from stdin.
- _LVOGADS EQU -252 ; Get args using template
- _LVOAtol EQU -258 ; Convert Ascii to long int.
- _LVOEscapeString EQU -264 ; Handle escapes in string.
- _LVOCheckAbort EQU -270 ; Check for CNTRL-C
- _LVOCheckBreak EQU -276 ; Check for CNTRL c d e or f
- _LVOGetenv EQU -282 ; Get value of environment variable
- _LVOSetenv EQU -288 ; Set value of environment variable
- _LVOFileRequest EQU -294 ; Filename Requester
- _LVOCloseWindowSafely EQU -300 ; Closes shared IDCMP window w/o GURU
- _LVOCreatePort EQU -306 ; Create a message port
- _LVODeletePort EQU -312 ; Delete a message port
- _LVOSendPacket EQU -318 ; Send a dos packet
- _LVOInitStdPacket EQU -324 ; initialize a standard packet
- _LVOPathName EQU -330 ; Return Complete pathname of file/directory.
- _LVOAssign EQU -336 ; Assign a logical device name
- _LVODosAllocMem EQU -342 ; DOS compatible memory allocator
- _LVODosFreeMem EQU -348 ; DOS compatible memory free-er
- _LVOBtoCStr EQU -354 ; Copy a BCPL string to C string
- _LVOCtoBStr EQU -360 ; Copy a C string to BCPL string
- _LVOGetDevInfo EQU -366 ; Get pointer to head of DevInfo
- _LVOFreeTaskResList EQU -372 ; Free Tracked resources for this task
- _LVOArpExit EQU -378 ; Exit, freeing tracked resources.
- _LVOArpAlloc EQU -384 ; Allocate memory with tracking
- _LVOArpAllocMem EQU -390 ; Track AllocMem allocation
- _LVOArpOpen EQU -396 ; Track open files
- _LVOArpDupLock EQU -402 ; Track duped locks
- _LVOArpLock EQU -408 ; Track allocated locks
- _LVORListAlloc EQU -414 ; Like ArpAlloc for free reslist
- _LVOFindCLI EQU -420 ; Get a process given a task number
- _LVOQSort EQU -426 ; Quick Sort
-
- _LVOPatternMatch EQU -432 ; Match a string with a pattern (wildcards!)
- _LVOFindFirst EQU -438 ; Search directory w/wildcards
- _LVOFindNext EQU -444 ; Continue search w/wildcards
- _LVOFreeAnchorChain EQU -450 ; Free mem from FindFirst/Next
-
- _LVOCompareLock EQU -456 ; Compare two disk locks
-
- _LVOFindTaskResList EQU -462 ; Find resource list for this task
- _LVOCreateTaskResList EQU -468 ; Create a new nested task reslist
- _LVOFreeResList EQU -474 ; Free an un-attached reslist
- _LVOFreeTrackedItem EQU -480 ; Free a tracked item
- _LVOGetTracker EQU -486 ; Get a tracker node
-
- _LVOGetAccess EQU -492 ; Lock access to a node
- _LVOFreeAccess EQU -498 ; Allow resource to flush if lowmem
-
- _LVOFreeDAList EQU -504 ; Free a DosAllocmem list
- _LVOAddDANode EQU -510 ; Add a node to a DA list
- _LVOAddDADevs EQU -516 ; Add devices to a DA list
-
- _LVOStrcmp EQU -522 ; Compare two null-terminated strs
- _LVOStrncmp EQU -528 ; Compare up to N chars
- _LVOToupper EQU -534 ; Convert to UC
- _LVOSyncRun EQU -540 ; Run program as subroutine
- * Added V32 of arp.library
- _LVOASyncRun EQU -546 ; Run program in background
- _LVOLoadPrg EQU -552 ; As for LoadSeg(), but searches Res&Path
- _LVOPreParse EQU -558 ; Create tokenized PatternMatch string
- * V33
- _LVOStamptoStr EQU -564 ; Date stamp to string
- _LVOStrtoStamp EQU -570 ; Date string to stamp
-
- _LVOObtainResidentPrg EQU -576 ; Get a resident program
- _LVOAddResidentPrg EQU -582 ; Add it
- _LVORemResidentPrg EQU -588 ; Remove it
- _LVOUnLoadPrg EQU -594 ; Check Sum code
- _LVOLMult EQU -600 ; long mult
- _LVOLDiv EQU -606 ; long division, signed
- _LVOLMod EQU -612 ; long %
-
- _LVOCheckSumPrg EQU -618 ; Refresh checksum for resident code
- _LVOTackOn EQU -624 ; Add A1 onto directory string A0
- _LVOBaseName EQU -630 ; Get Filename from complete dir string
- _LVOReleaseResidentPrg EQU -636 ; True if code is resident and was released.
- ***
-
-
-
-
-