home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / demos / secal / inc / lvos / dos.inc < prev    next >
Encoding:
Text File  |  1996-04-30  |  4.3 KB  |  161 lines

  1. def LVOOpen = (-30);
  2. def LVOClose = (-36);
  3. def LVORead = (-42);
  4. def LVOWrite = (-48);
  5. def LVOInput = (-54);
  6. def LVOOutput = (-60);
  7. def LVOSeek = (-66);
  8. def LVODeleteFile = (-72);
  9. def LVORename = (-78);
  10. def LVOLock = (-84);
  11. def LVOUnLock = (-90);
  12. def LVODupLock = (-96);
  13. def LVOExamine = (-102);
  14. def LVOExNext = (-108);
  15. def LVOInfo = (-114);
  16. def LVOCreateDir = (-120);
  17. def LVOCurrentDir = (-126);
  18. def LVOIoErr = (-132);
  19. def LVOCreateProc = (-138);
  20. def LVOExit = (-144);
  21. def LVOLoadSeg = (-150);
  22. def LVOUnLoadSeg = (-156);
  23. def LVOdosPrivate1 = (-162);
  24. def LVOdosPrivate2 = (-168);
  25. def LVODeviceProc = (-174);
  26. def LVOSetComment = (-180);
  27. def LVOSetProtection = (-186);
  28. def LVOdosDateStamp = (-192);
  29. def LVODelay = (-198);
  30. def LVOWaitForChar = (-204);
  31. def LVOParentDir = (-210);
  32. def LVOIsInteractive = (-216);
  33. def LVOExecute = (-222);
  34. def LVOAllocDosObject = (-228);
  35. def LVOFreeDosObject = (-234);
  36. def LVODoPkt = (-240);
  37. def LVOSendPkt = (-246);
  38. def LVOWaitPkt = (-252);
  39. def LVOReplyPkt = (-258);
  40. def LVOAbortPkt = (-264);
  41. def LVOLockRecord = (-270);
  42. def LVOLockRecords = (-276);
  43. def LVOUnLockRecord = (-282);
  44. def LVOUnLockRecords = (-288);
  45. def LVOSelectInput = (-294);
  46. def LVOSelectOutput = (-300);
  47. def LVOFGetC = (-306);
  48. def LVOFPutC = (-312);
  49. def LVOUnGetC = (-318);
  50. def LVOFRead = (-324);
  51. def LVOFWrite = (-330);
  52. def LVOFGets = (-336);
  53. def LVOFPuts = (-342);
  54. def LVOVFWritef = (-348);
  55. def LVOVFPrintf = (-354);
  56. def LVOFlush = (-360);
  57. def LVOSetVBuf = (-366);
  58. def LVODupLockFromFH = (-372);
  59. def LVOOpenFromLock = (-378);
  60. def LVOParentOfFH = (-384);
  61. def LVOExamineFH = (-390);
  62. def LVOSetFileDate = (-396);
  63. def LVONameFromLock = (-402);
  64. def LVONameFromFH = (-408);
  65. def LVOSplitName = (-414);
  66. def LVOSameLock = (-420);
  67. def LVOSetMode = (-426);
  68. def LVOExAll = (-432);
  69. def LVOReadLink = (-438);
  70. def LVOMakeLink = (-444);
  71. def LVOChangeMode = (-450);
  72. def LVOSetFileSize = (-456);
  73. def LVOSetIoErr = (-462);
  74. def LVOFault = (-468);
  75. def LVOPrintFault = (-474);
  76. def LVOErrorReport = (-480);
  77. def LVOCli = (-492);
  78. def LVOCreateNewProc = (-498);
  79. def LVORunCommand = (-504);
  80. def LVOGetConsoleTask = (-510);
  81. def LVOSetConsoleTask = (-516);
  82. def LVOGetFileSysTask = (-522);
  83. def LVOSetFileSysTask = (-528);
  84. def LVOGetArgStr = (-534);
  85. def LVOSetArgStr = (-540);
  86. def LVOFindCliProc = (-546);
  87. def LVOMaxCli = (-552);
  88. def LVOSetCurrentDirName = (-558);
  89. def LVOGetCurrentDirName = (-564);
  90. def LVOSetProgramName = (-570);
  91. def LVOGetProgramName = (-576);
  92. def LVOSetPrompt = (-582);
  93. def LVOGetPrompt = (-588);
  94. def LVOSetProgramDir = (-594);
  95. def LVOGetProgramDir = (-600);
  96. def LVOSystemTagList = (-606);
  97. def LVOAssignLock = (-612);
  98. def LVOAssignLate = (-618);
  99. def LVOAssignPath = (-624);
  100. def LVOAssignAdd = (-630);
  101. def LVORemAssignList = (-636);
  102. def LVOGetDeviceProc = (-642);
  103. def LVOFreeDeviceProc = (-648);
  104. def LVOLockDosList = (-654);
  105. def LVOUnLockDosList = (-660);
  106. def LVOAttemptLockDosList = (-666);
  107. def LVORemDosEntry = (-672);
  108. def LVOAddDosEntry = (-678);
  109. def LVOFindDosEntry = (-684);
  110. def LVONextDosEntry = (-690);
  111. def LVOMakeDosEntry = (-696);
  112. def LVOFreeDosEntry = (-702);
  113. def LVOIsFileSystem = (-708);
  114. def LVOFormat = (-714);
  115. def LVORelabel = (-720);
  116. def LVOInhibit = (-726);
  117. def LVOAddBuffers = (-732);
  118. def LVOCompareDates = (-738);
  119. def LVODateToStr = (-744);
  120. def LVOStrToDate = (-750);
  121. def LVOInternalLoadSeg = (-756);
  122. def LVOInternalUnLoadSeg = (-762);
  123. def LVONewLoadSeg = (-768);
  124. def LVOAddSegment = (-774);
  125. def LVOFindSegment = (-780);
  126. def LVORemSegment = (-786);
  127. def LVOCheckSignal = (-792);
  128. def LVOReadArgs = (-798);
  129. def LVOFindArg = (-804);
  130. def LVOReadItem = (-810);
  131. def LVOStrToLong = (-816);
  132. def LVOMatchFirst = (-822);
  133. def LVOMatchNext = (-828);
  134. def LVOMatchEnd = (-834);
  135. def LVOParsePattern = (-840);
  136. def LVOMatchPattern = (-846);
  137. def LVOdosPrivate3 = (-852);
  138. def LVOFreeArgs = (-858);
  139. def LVOFilePart = (-870);
  140. def LVOPathPart = (-876);
  141. def LVOAddPart = (-882);
  142. def LVOStartNotify = (-888);
  143. def LVOEndNotify = (-894);
  144. def LVOSetVar = (-900);
  145. def LVOGetVar = (-906);
  146. def LVODeleteVar = (-912);
  147. def LVOFindVar = (-918);
  148. def LVOdosPrivate4 = (-924);
  149. def LVOCliInitNewcli = (-930);
  150. def LVOCliInitRun = (-936);
  151. def LVOWriteChars = (-942);
  152. def LVOPutStr = (-948);
  153. def LVOVPrintf = (-954);
  154. def LVOParsePatternNoCase = (-966);
  155. def LVOMatchPatternNoCase = (-972);
  156. def LVOdosPrivate5 = (-978);
  157. def LVOSameDevice = (-984);
  158. def LVOExAllEnd = (-990);
  159. def LVOSetOwner = (-996);
  160.  
  161.