home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / basic / baswiz18.zip / BASWIZ.INF < prev    next >
Text File  |  1992-08-30  |  71KB  |  3,108 lines

  1. Name: ARCCOSD
  2. Mod : ARCCOSD.OBJ
  3. Decl: DECLARE FUNCTION ArcCosD# (Nr AS DOUBLE)
  4. Type: Numeric-Double
  5. Desc: Return the inverse cosine of a number
  6.  
  7. Name: ARCCOSHD
  8. Mod : ARCCOSHD.OBJ
  9. Decl: DECLARE FUNCTION ArcCosHD# (Nr AS DOUBLE)
  10. Type: Numeric-Double
  11. Desc: Return the inverse hyperbolic cosine of a number
  12.  
  13. Name: ARCCOSHS
  14. Mod : ARCCOSHS.OBJ
  15. Decl: DECLARE FUNCTION ArcCosHS! (Nr AS SINGLE)
  16. Type: Numeric-Single
  17. Desc: Return the inverse hyperbolic cosine of a number
  18.  
  19. Name: ARCCOSS
  20. Mod : ARCCOSS.OBJ
  21. Decl: DECLARE FUNCTION ArcCosS! (Nr AS SINGLE)
  22. Type: Numeric-Single
  23. Desc: Return the inverse cosine of a number
  24.  
  25. Name: ARCSIND
  26. Mod : ARCSIND.OBJ
  27. Decl: DECLARE FUNCTION ArcSinD# (Nr AS DOUBLE)
  28. Type: Numeric-Double
  29. Desc: Return the inverse sine of a number
  30.  
  31. Name: ARCSINHD
  32. Mod : ARCSINHD.OBJ
  33. Decl: DECLARE FUNCTION ArcSinHD# (Nr AS DOUBLE)
  34. Type: Numeric-Double
  35. Desc: Return the inverse hyperbolic sine of a number
  36.  
  37. Name: ARCSINHS
  38. Mod : ARCSINHS.OBJ
  39. Decl: DECLARE FUNCTION ArcSinHS! (Nr AS SINGLE)
  40. Type: Numeric-Single
  41. Desc: Return the inverse hyperbolic sine of a number
  42.  
  43. Name: ARCSINS
  44. Mod : ARCSINS.OBJ
  45. Decl: DECLARE FUNCTION ArcSinS! (Nr AS SINGLE)
  46. Type: Numeric-Single
  47. Desc: Return the inverse sine of a number
  48.  
  49. Name: ARCTANHD
  50. Mod : ARCTANHD.OBJ
  51. Decl: DECLARE FUNCTION ArcTanHD# (Nr AS DOUBLE)
  52. Type: Numeric-Double
  53. Desc: Return the inverse hyperbolic tangent of a number
  54.  
  55. Name: ARCTANHS
  56. Mod : ARCTANHS.OBJ
  57. Decl: DECLARE FUNCTION ArcTanHS! (Nr AS SINGLE)
  58. Type: Numeric-Single
  59. Desc: Return the inverse hyperbolic tangent of a number
  60.  
  61. Name: BCDABS
  62. Mod : BCDABS.OBJ
  63. Decl: DECLARE FUNCTION BCDAbs$ (Nr AS STRING)
  64. Type: Numeric-BCD
  65. Desc: Return the absolute value of a number
  66.  
  67. Name: BCDADD
  68. Mod : BCDADD.OBJ
  69. Decl: DECLARE FUNCTION BCDAdd$ (Nr1 AS STRING, Nr2 AS STRING)
  70. Type: Numeric-BCD
  71. Desc: Add two numbers
  72.  
  73. Name: BCDCOMPARE
  74. Mod : BCDCOMP.OBJ
  75. Decl: DECLARE FUNCTION BCDCompare% (Nr1 AS STRING, Nr2 AS STRING)
  76. Type: Numeric-BCD
  77. Desc: Compare two numbers
  78.  
  79. Name: BCDCOS
  80. Mod : BCDCOS.OBJ
  81. Decl: DECLARE FUNCTION BCDCos$ (Nr AS STRING)
  82. Type: Numeric-BCD
  83. Desc: Return the cosine of a number
  84.  
  85. Name: BCDCOT
  86. Mod : BCDCOT.OBJ
  87. Decl: DECLARE FUNCTION BCDCot$ (Nr AS STRING)
  88. Type: Numeric-BCD
  89. Desc: Return the cotangent of a number
  90.  
  91. Name: BCDCSC
  92. Mod : BCDCSC.OBJ
  93. Decl: DECLARE FUNCTION BCDCsc$ (Nr AS STRING)
  94. Type: Numeric-BCD
  95. Desc: Return the cosecant of a number
  96.  
  97. Name: BCDDEG2RAD
  98. Mod : BCDD2R.OBJ
  99. Decl: DECLARE FUNCTION BCDDeg2Rad$(Nr AS STRING)
  100. Type: Numeric-BCD
  101. Desc: Convert from degrees to radians
  102.  
  103. Name: BCDDIV
  104. Mod : BCDDIV.OBJ
  105. Decl: DECLARE FUNCTION BCDDiv$ (Nr1 AS STRING, Nr2 AS STRING)
  106. Type: Numeric-BCD
  107. Desc: Divide one number by another
  108.  
  109. Name: BCDE
  110. Mod : BCDE.OBJ
  111. Decl: DECLARE FUNCTION BCDe$ ()
  112. Type: Numeric-BCD
  113. Desc: Return the exponential constant "e"
  114.  
  115. Name: BCDFACT
  116. Mod : BCDFACT.OBJ
  117. Decl: DECLARE FUNCTION BCDFact$ (NumInt AS INTEGER)
  118. Type: Numeric-BCD
  119. Desc: Return the factorial of a number
  120.  
  121. Name: BCDFORMAT
  122. Mod : BCDFORM.OBJ
  123. Decl: DECLARE FUNCTION BCDFormat$ (Nr AS STRING, HowToFormat%, RightDigits%)
  124. Type: Numeric-BCD
  125. Desc: Convert a number to a displayable string
  126.  
  127. Name: BCDFRAC
  128. Mod : BCDFRAC.OBJ
  129. Decl: DECLARE FUNCTION BCDFrac$ (Nr AS STRING)
  130. Type: Numeric-BCD
  131. Desc: Return the fractional part of a number
  132.  
  133. Name: BCDINT
  134. Mod : BCDINT.OBJ
  135. Decl: DECLARE FUNCTION BCDInt$ (Nr AS STRING)
  136. Type: Numeric-BCD
  137. Desc: Return the integer part of a number
  138.  
  139. Name: BCDMUL
  140. Mod : BCDMUL.OBJ
  141. Decl: DECLARE FUNCTION BCDMul$ (Nr1 AS STRING, Nr2 AS STRING)
  142. Type: Numeric-BCD
  143. Desc: Multiply two numbers
  144.  
  145. Name: BCDNEG
  146. Mod : BCDNEG.OBJ
  147. Decl: DECLARE FUNCTION BCDNeg$ (Nr AS STRING)
  148. Type: Numeric-BCD
  149. Desc: Negate a number
  150.  
  151. Name: BCDPI
  152. Mod : BCDPI.OBJ
  153. Decl: DECLARE FUNCTION BCDpi$ ()
  154. Type: Numeric-BCD
  155. Desc: Return the constant "pi"
  156.  
  157. Name: BCDPOWER
  158. Mod : BCDPOWER.OBJ
  159. Decl: DECLARE FUNCTION BCDPower$ (Nr AS STRING, Power AS INTEGER)
  160. Type: Numeric-BCD
  161. Desc: Raise a number to a specified power
  162.  
  163. Name: BCDRAD2DEG
  164. Mod : BCDR2D.OBJ
  165. Decl: DECLARE FUNCTION BCDRad2Deg$(Nr AS STRING)
  166. Type: Numeric-BCD
  167. Desc: Convert from radians to degrees
  168.  
  169. Name: BCDSEC
  170. Mod : BCDSEC.OBJ
  171. Decl: DECLARE FUNCTION BCDSec$ (Nr AS STRING)
  172. Type: Numeric-BCD
  173. Desc: Return the secant of a number
  174.  
  175. Name: BCDSET
  176. Mod : BCDSET.OBJ
  177. Decl: DECLARE FUNCTION BCDSet$ (NumSt$)
  178. Type: Numeric-BCD
  179. Desc: Convert a string to a number
  180.  
  181. Name: BCDSGN
  182. Mod : BCDSGN.OBJ
  183. Decl: DECLARE FUNCTION BCDSgn% (Nr AS STRING)
  184. Type: Numeric-BCD
  185. Desc: Return the signum of a number
  186.  
  187. Name: BCDSIN
  188. Mod : BCDSIN.OBJ
  189. Decl: DECLARE FUNCTION BCDSin$ (Nr AS STRING)
  190. Type: Numeric-BCD
  191. Desc: Return the sine of a number
  192.  
  193. Name: BCDSQR
  194. Mod : BCDSQR.OBJ
  195. Decl: DECLARE FUNCTION BCDSqr$ (Nr AS STRING)
  196. Type: Numeric-BCD
  197. Desc: Return the square root of a number
  198.  
  199. Name: BCDSUB
  200. Mod : BCDSUB.OBJ
  201. Decl: DECLARE FUNCTION BCDSub$ (Nr1 AS STRING, Nr2 AS STRING)
  202. Type: Numeric-BCD
  203. Desc: Subtract one number from another
  204.  
  205. Name: BCDTAN
  206. Mod : BCDTAN.OBJ
  207. Decl: DECLARE FUNCTION BCDTan$ (Nr AS STRING)
  208. Type: Numeric-BCD
  209. Desc: Return the tangent of a number
  210.  
  211. Name: CENT2FAHR
  212. Mod : CENT2FAH.OBJ
  213. Decl: DECLARE FUNCTION Cent2Fahr! (Nr AS SINGLE)
  214. Type: Numeric
  215. Desc: Convert from centigrade to Fahrenheit
  216.  
  217. Name: COSHD
  218. Mod : COSHD.OBJ
  219. Decl: DECLARE FUNCTION CosHD# (Nr AS DOUBLE)
  220. Type: Numeric-Double
  221. Desc: Return the hyperbolic cosine of a number
  222.  
  223. Name: COSHS
  224. Mod : COSHS.OBJ
  225. Decl: DECLARE FUNCTION CosHS! (Nr AS SINGLE)
  226. Type: Numeric-Single
  227. Desc: Return the hyperbolic cosine of a number
  228.  
  229. Name: COTD
  230. Mod : COTD.OBJ
  231. Decl: DECLARE FUNCTION CotD# (Nr AS DOUBLE)
  232. Type: Numeric-Double
  233. Desc: Return the cotangent of a number
  234.  
  235. Name: COTS
  236. Mod : COTS.OBJ
  237. Decl: DECLARE FUNCTION CotS! (Nr AS SINGLE)
  238. Type: Numeric-Single
  239. Desc: Return the cotangent of a number
  240.  
  241. Name: CSCD
  242. Mod : CSCD.OBJ
  243. Decl: DECLARE FUNCTION CscD# (Nr AS DOUBLE)
  244. Type: Numeric-Double
  245. Desc: Return the cosecant of a number
  246.  
  247. Name: CSCS
  248. Mod : CSCS.OBJ
  249. Decl: DECLARE FUNCTION CscS! (Nr AS SINGLE)
  250. Type: Numeric-Single
  251. Desc: Return the cosecant of a number
  252.  
  253. Name: DEG2RADD
  254. Mod : DEG2RADD.OBJ
  255. Decl: DECLARE FUNCTION Deg2RadD# (Nr AS DOUBLE)
  256. Type: Numeric-Double
  257. Desc: Convert from degrees to radians
  258.  
  259. Name: DEG2RADS
  260. Mod : DEG2RADS.OBJ
  261. Decl: DECLARE FUNCTION Deg2RadS! (Nr AS SINGLE)
  262. Type: Numeric-Single
  263. Desc: Convert from degrees to radians
  264.  
  265. Name: ED
  266. Mod : ED.OBJ
  267. Decl: DECLARE FUNCTION ED# ()
  268. Type: Numeric-Double
  269. Desc: Return the exponential constant "e"
  270.  
  271. Name: EGETBORDER
  272. Mod : EGETBORD.OBJ
  273. Decl: DECLARE FUNCTION EGetBorder% ()
  274. Type: Graphics-EGA
  275. Desc: Get the border color
  276.  
  277. Name: EGETPALETTE
  278. Mod : EGETPAL.OBJ
  279. Decl: DECLARE FUNCTION EGetPalette% (BYVAL PalReg%)
  280. Type: Graphics-EGA
  281. Desc: Get a palette setting
  282.  
  283. Name: ERFD
  284. Mod : ERFD.OBJ
  285. Decl: DECLARE FUNCTION ErfD# (Nr AS DOUBLE)
  286. Type: Numeric-Double
  287. Desc: Return the error function of a number
  288.  
  289. Name: ERFS
  290. Mod : ERFS.OBJ
  291. Decl: DECLARE FUNCTION ErfS! (Nr AS SINGLE)
  292. Type: Numeric-Single
  293. Desc: Return the error function of a number
  294.  
  295. Name: ES
  296. Mod : ES.OBJ
  297. Decl: DECLARE FUNCTION ES! ()
  298. Type: Numeric-Single
  299. Desc: Return the exponential constant "e"
  300.  
  301. Name: FACTD
  302. Mod : FACTD.OBJ
  303. Decl: DECLARE FUNCTION FactD# (Nr AS INTEGER)
  304. Type: Numeric-Double
  305. Desc: Return the factorial of a number
  306.  
  307. Name: FACTS
  308. Mod : FACTS.OBJ
  309. Decl: DECLARE FUNCTION FactS! (Nr AS INTEGER)
  310. Type: Numeric-Single
  311. Desc: Return the factorial of a number
  312.  
  313. Name: FAHR2CENT
  314. Mod : FAHR2CEN.OBJ
  315. Decl: DECLARE FUNCTION Fahr2Cent! (Nr AS SINGLE)
  316. Type: Numeric-Single
  317. Desc: Convert from Fahrenheit to centigrade
  318.  
  319. Name: FEOF
  320. Mod : FILEQ.OBJ
  321. Decl: DECLARE FUNCTION FEOF% (Handle%)
  322. Type: File
  323. Desc: See whether the end of the file has been reached
  324.  
  325. Name: FGETDATE
  326. Mod : FGETDATE.OBJ
  327. Decl: DECLARE FUNCTION FGetDate$ (BYVAL Handle%)
  328. Type: File
  329. Desc: Get the date of a file
  330.  
  331. Name: FGETERROR
  332. Mod : FGETERRO.OBJ
  333. Decl: DECLARE FUNCTION FGetError% (BYVAL Handle%)
  334. Type: File
  335. Desc: Get the error code associated with file routines
  336.  
  337. Name: FGETLOCATE
  338. Mod : FGETLOCA.OBJ
  339. Decl: DECLARE FUNCTION FGetLocate& (BYVAL Handle%)
  340. Type: File
  341. Desc: Get the location of the file read/write pointer
  342.  
  343. Name: FGETSIZE
  344. Mod : FGETSIZE.OBJ
  345. Decl: DECLARE FUNCTION FGetSize& (BYVAL Handle%)
  346. Type: File
  347. Desc: Get the size of a file
  348.  
  349. Name: FGETTIME
  350. Mod : FGETTIME.OBJ
  351. Decl: DECLARE FUNCTION FGetTime$ (BYVAL Handle%)
  352. Type: File
  353. Desc: Get the time of a file
  354.  
  355. Name: FRACABS
  356. Mod : FRACABS.OBJ
  357. Decl: DECLARE FUNCTION FracAbs$ (Nr AS STRING)
  358. Type: Numeric-Fraction
  359. Desc: Return the absolute value of a number
  360.  
  361. Name: FRACADD
  362. Mod : FRACADD.OBJ
  363. Decl: DECLARE FUNCTION FracAdd$ (Nr1 AS STRING, Nr2 AS STRING)
  364. Type: Numeric-Fraction
  365. Desc: Add two numbers
  366.  
  367. Name: FRACCOMPARE
  368. Mod : FRACCOMP.OBJ
  369. Decl: DECLARE FUNCTION FracCompare% (Nr1 AS STRING, Nr2 AS STRING)
  370. Type: Numeric-Fraction
  371. Desc: Compare two numbers
  372.  
  373. Name: FRACDIV
  374. Mod : FRACDIV.OBJ
  375. Decl: DECLARE FUNCTION FracDiv$ (Nr1 AS STRING, Nr2 AS STRING)
  376. Type: Numeric-Fraction
  377. Desc: Divide one number by another
  378.  
  379. Name: FRACFORMAT
  380. Mod : FRACFORM.OBJ
  381. Decl: DECLARE FUNCTION FracFormat$ (Nr AS STRING, HowToFormat AS INTEGER)
  382. Type: Numeric-Fraction
  383. Desc: Convert a number to formatted, displayable form
  384.  
  385. Name: FRACMUL
  386. Mod : FRACMUL.OBJ
  387. Decl: DECLARE FUNCTION FracMul$ (Nr1 AS STRING, Nr2 AS STRING)
  388. Type: Numeric-Fraction
  389. Desc: Multiply two numbers
  390.  
  391. Name: FRACNEG
  392. Mod : FRACNEG.OBJ
  393. Decl: DECLARE FUNCTION FracNeg$ (Nr AS STRING)
  394. Type: Numeric-Fraction
  395. Desc: Negate a number
  396.  
  397. Name: FRACSET
  398. Mod : FRACSET.OBJ
  399. Decl: DECLARE FUNCTION FracSet$ (NumSt$)
  400. Type: Numeric-Fraction
  401. Desc: Convert a string to a number
  402.  
  403. Name: FRACSGN
  404. Mod : FRACSGN.OBJ
  405. Decl: DECLARE FUNCTION FracSgn% (Nr AS STRING)
  406. Type: Numeric-Fraction
  407. Desc: Return the signum of a number
  408.  
  409. Name: FRACSUB
  410. Mod : FRACSUB.OBJ
  411. Decl: DECLARE FUNCTION FracSub$ (Nr1 AS STRING, Nr2 AS STRING)
  412. Type: Numeric-Fraction
  413. Desc: Subtract one number from another
  414.  
  415. Name: FREAD
  416. Mod : FREAD.OBJ
  417. Decl: DECLARE FUNCTION FRead$ (BYVAL Handle%, BYVAL Bytes%)
  418. Type: File
  419. Desc: Read a string from a file
  420.  
  421. Name: FREADLN
  422. Mod : FREADLN.OBJ
  423. Decl: DECLARE FUNCTION FReadLn$ (BYVAL Handle%)
  424. Type: File
  425. Desc: Read a <CR><LF>-terminated string from a file
  426.  
  427. Name: FSGET
  428. Mod : FARSTR.OBJ
  429. Decl: DECLARE FUNCTION FSGet$ (BYVAL Handle%)
  430. Type: FarString
  431. Desc: Get the value of a far string
  432.  
  433. Name: GCDI
  434. Mod : GCDI.OBJ
  435. Decl: DECLARE FUNCTION GCDI% (BYVAL Nr1%, BYVAL Nr2%)
  436. Type: Numeric-Integer
  437. Desc: Return the greatest common denominator of two numbers
  438.  
  439. Name: GCDL
  440. Mod : GCDL.OBJ
  441. Decl: DECLARE FUNCTION GCDL& (Nr1 AS LONG, Nr2 AS LONG)
  442. Type: Numeric-Long
  443. Desc: Return the greatest common denominator of two numbers
  444.  
  445. Name: GETBFONT
  446. Mod : BFONT.OBJ
  447. Decl: DECLARE FUNCTION GetBFont% ()
  448. Type: Graphics
  449. Desc: Return the number of the current banner font
  450.  
  451. Name: GETEMS
  452. Mod : GETEMS.OBJ
  453. Decl: DECLARE FUNCTION GetEMS% ()
  454. Type: Miscellaneous
  455. Desc: See how much expanded memory is available
  456.  
  457. Name: GN0GETPEL
  458. Mod : GN0.OBJ
  459. Decl: DECLARE FUNCTION GN0GetPel% (BYVAL X%, BYVAL Y%)
  460. Type: Graphics-VGA
  461. Desc: Get the color of a pel
  462.  
  463. Name: GN1GETPEL
  464. Mod : GN1.OBJ
  465. Decl: DECLARE FUNCTION GN1GetPel% (BYVAL X%, BYVAL Y%)
  466. Type: Graphics-VGA
  467. Desc: Get the color of a pel
  468.  
  469. Name: GN5GETPEL
  470. Mod : GN5.OBJ
  471. Decl: DECLARE FUNCTION GN5GetPel% (BYVAL X%, BYVAL Y%)
  472. Type: Graphics-SVGA
  473. Desc: Get the color of a pel
  474.  
  475. Name: GN2GETFONT
  476. Mod : GN2.OBJ
  477. Decl: DECLARE FUNCTION GN2GetFont% ()
  478. Type: Graphics-Printer
  479. Desc: Get the color of a pel
  480.  
  481. Name: GN2GETPEL
  482. Mod : GN2.OBJ
  483. Decl: DECLARE FUNCTION GN2GetPel% (BYVAL X%, BYVAL Y%)
  484. Type: Graphics-Printer
  485. Desc: Get the color of a pel
  486.  
  487. Name: GN4GETPEL
  488. Mod : GN4.OBJ
  489. Decl: DECLARE FUNCTION GN4GetPel% (BYVAL X%, BYVAL Y%)
  490. Type: Graphics-MDA
  491. Desc: Get the color of a pel
  492.  
  493. Name: GN6GETBLOCK
  494. Mod : GN6.OBJ
  495. Decl: DECLARE FUNCTION GN6GetBlock% ()
  496. Type: Dual_Monitor
  497. Desc: Get the default character used for a pel
  498.  
  499. Name: GN6GETCURSORSIZE
  500. Mod : GN6.OBJ
  501. Decl: DECLARE FUNCTION GN6GetCursorSize% ()
  502. Type: Dual_Monitor
  503. Desc: Get the current cursor size
  504.  
  505. Name: G0GETBLOCK
  506. Mod : G0.OBJ
  507. Decl: DECLARE FUNCTION G0GetBlock% ()
  508. Type: Text
  509. Desc: Get the default character used for a pel
  510.  
  511. Name: G1GETPEL
  512. Mod : G1GETPEL.OBJ
  513. Decl: DECLARE FUNCTION G1GetPel% (BYVAL X%, BYVAL Y%)
  514. Type: Graphics-CGA
  515. Desc: Get the color of a pel
  516.  
  517. Name: G2GETPEL
  518. Mod : G2GETPEL.OBJ
  519. Decl: DECLARE FUNCTION G2GetPel% (BYVAL X%, BYVAL Y%)
  520. Type: Graphics-CGA
  521. Desc: Get the color of a pel
  522.  
  523. Name: G3GETPEL
  524. Mod : G3.OBJ
  525. Decl: DECLARE FUNCTION G3GetPel% (BYVAL X%, BYVAL Y%)
  526. Type: Graphics-HGA
  527. Desc: Get the color of a pel
  528.  
  529. Name: G7GETPEL
  530. Mod : G7.OBJ
  531. Decl: DECLARE FUNCTION G7GetPel% (BYVAL X%, BYVAL Y%)
  532. Type: Graphics-EGA
  533. Desc: Get the color of a pel
  534.  
  535. Name: G8GETPEL
  536. Mod : G8.OBJ
  537. Decl: DECLARE FUNCTION G8GetPel% (BYVAL X%, BYVAL Y%)
  538. Type: Graphics-EGA
  539. Desc: Get the color of a pel
  540.  
  541. Name: G9GETPEL
  542. Mod : G9.OBJ
  543. Decl: DECLARE FUNCTION G9GetPel% (BYVAL X%, BYVAL Y%)
  544. Type: Graphics-EGA
  545. Desc: Get the color of a pel
  546.  
  547. Name: G10GETPEL
  548. Mod : G10.OBJ
  549. Decl: DECLARE FUNCTION G10GetPel% (BYVAL X%, BYVAL Y%)
  550. Type: Graphics-EGA
  551. Desc: Get the color of a pel
  552.  
  553. Name: G11GETPEL
  554. Mod : G11.OBJ
  555. Decl: DECLARE FUNCTION G11GetPel% (BYVAL X%, BYVAL Y%)
  556. Type: Graphics-VGA
  557. Desc: Get the color of a pel
  558.  
  559. Name: G12GETPEL
  560. Mod : G12.OBJ
  561. Decl: DECLARE FUNCTION G12GetPel% (BYVAL X%, BYVAL Y%)
  562. Type: Graphics-VGA
  563. Desc: Get the color of a pel
  564.  
  565. Name: G13GETPEL
  566. Mod : G13.OBJ
  567. Decl: DECLARE FUNCTION G13GetPel% (BYVAL X%, BYVAL Y%)
  568. Type: Graphics-VGA
  569. Desc: Get the color of a pel
  570.  
  571. Name: KG2POUND
  572. Mod : KG2POUND.OBJ
  573. Decl: DECLARE FUNCTION Kg2Pound! (Nr AS SINGLE)
  574. Type: Numeric-Single
  575. Desc: Convert kilograms to pounds
  576.  
  577. Name: MGETCHR
  578. Mod : MGETCHR.OBJ
  579. Decl: DECLARE FUNCTION MGetChr$ (Ptr&)
  580. Type: Memory
  581. Desc: Get the character pointed to
  582.  
  583. Name: MJOINPTR
  584. Mod : MJOINPTR.OBJ
  585. Decl: DECLARE FUNCTION MJoinPtr& (BYVAL TSeg%, BYVAL TOfs%)
  586. Type: Memory
  587. Desc: Convert an address from segment/offset notation to a pointer
  588.  
  589. Name: PID
  590. Mod : PID.OBJ
  591. Decl: DECLARE FUNCTION PiD# ()
  592. Type: Numeric-Double
  593. Desc: Return the constant "pi"
  594.  
  595. Name: PIS
  596. Mod : PIS.OBJ
  597. Decl: DECLARE FUNCTION PiS! ()
  598. Type: Numeric-Single
  599. Desc: Return the constant "pi"
  600.  
  601. Name: POUND2KG
  602. Mod : POUND2KG.OBJ
  603. Decl: DECLARE FUNCTION Pound2Kg! (Nr AS SINGLE)
  604. Type: Numeric-Single
  605. Desc: Convert from pounds to kilograms
  606.  
  607. Name: POWER2I
  608. Mod : POWER2I.OBJ
  609. Decl: DECLARE FUNCTION Power2I% (BYVAL PowerOf2 AS INTEGER)
  610. Type: Numeric-Integer
  611. Desc: Return the specified power of two
  612.  
  613. Name: POWER2L
  614. Mod : POWER2L.OBJ
  615. Decl: DECLARE FUNCTION Power2L& (BYVAL PowerOf2 AS INTEGER)
  616. Type: Numeric-Long
  617. Desc: Return the specified power of two
  618.  
  619. Name: RAD2DEGD
  620. Mod : RAD2DEGD.OBJ
  621. Decl: DECLARE FUNCTION Rad2DegD# (Nr AS DOUBLE)
  622. Type: Numeric-Double
  623. Desc: Convert from radians to degrees
  624.  
  625. Name: RAD2DEGS
  626. Mod : RAD2DEGS.OBJ
  627. Decl: DECLARE FUNCTION Rad2DegS! (Nr AS SINGLE)
  628. Type: Numeric-Double
  629. Desc: Convert from radians to degrees
  630.  
  631. Name: SECD
  632. Mod : SECD.OBJ
  633. Decl: DECLARE FUNCTION SecD# (Nr AS DOUBLE)
  634. Type: Numeric-Double
  635. Desc: Return the secant of a number
  636.  
  637. Name: SECS
  638. Mod : SECS.OBJ
  639. Decl: DECLARE FUNCTION SecS! (Nr AS SINGLE)
  640. Type: Numeric-Single
  641. Desc: Return the secant of a number
  642.  
  643. Name: SINHD
  644. Mod : SINHD.OBJ
  645. Decl: DECLARE FUNCTION SinHD# (Nr AS DOUBLE)
  646. Type: Numeric-Double
  647. Desc: Return the hyperbolic sine of a number
  648.  
  649. Name: SINHS
  650. Mod : SINHS.OBJ
  651. Decl: DECLARE FUNCTION SinHS! (Nr AS SINGLE)
  652. Type: Numeric-Single
  653. Desc: Return the hyperbolic sine of a number
  654.  
  655. Name: TANHD
  656. Mod : TANHD.OBJ
  657. Decl: DECLARE FUNCTION TanHD# (Nr AS DOUBLE)
  658. Type: Numeric-Double
  659. Desc: Return the hyperbolic tangent of a number
  660.  
  661. Name: TANHS
  662. Mod : TANHS.OBJ
  663. Decl: DECLARE FUNCTION TanHS! (Nr AS SINGLE)
  664. Type: Numeric-Single
  665. Desc: Return the hyperbolic tangent of a number
  666.  
  667. Name: TCCARRIER
  668. Mod : TCCARRIE.OBJ
  669. Decl: DECLARE FUNCTION TCCarrier% ()
  670. Type: Serial
  671. Desc: Return whether a carrier is detected
  672.  
  673. Name: TCINKEY
  674. Mod : TC.OBJ
  675. Decl: DECLARE FUNCTION TCInkey$ ()
  676. Type: Serial
  677. Desc: Retrieve an incoming character
  678.  
  679. Name: TCINSTAT
  680. Mod : TC.OBJ
  681. Decl: DECLARE FUNCTION TCInStat% ()
  682. Type: Serial
  683. Desc: See whether any characters are waiting to be retrieved
  684.  
  685. Name: TCOUTSTAT
  686. Mod : TC.OBJ
  687. Decl: DECLARE FUNCTION TCOutStat% ()
  688. Type: Serial
  689. Desc: See whether any characters are waiting to be sent
  690.  
  691. Name: WMENUPOPUP
  692. Mod : WMENUPU.OBJ
  693. Decl: DECLARE FUNCTION WMenuPopUp% (Handle%, PickList$(), HiFore%, LoFore%)
  694. Type: Window
  695. Desc: Do menu input via a pop-up window
  696.  
  697. Name: BCDGETSIZE
  698. Mod : BCDSIZE.OBJ
  699. Decl: DECLARE SUB BCDGetSize (LeftDigits AS INTEGER, RightDigits AS INTEGER)
  700. Type: Numeric-BCD
  701. Desc: Get the current numeric precision available
  702.  
  703. Name: BCDSETSIZE
  704. Mod : BCDSIZE.OBJ
  705. Decl: DECLARE SUB BCDSetSize (BYVAL LeftDigits%, BYVAL RightDigits%)
  706. Type: Numeric-BCD
  707. Desc: Set the numeric precision
  708.  
  709. Name: BFONT
  710. Mod : BFONT.OBJ
  711. Decl: DECLARE SUB BFont (BYVAL FontNr%)
  712. Type: Graphics
  713. Desc: Set the banner font desired
  714.  
  715. Name: EBLINK
  716. Mod : EBLINK.OBJ
  717. Decl: DECLARE SUB EBlink (BYVAL Blink%)
  718. Type: Graphics
  719. Desc: Switch between intense backgrounds and blinking modes
  720.  
  721. Name: EBORDER
  722. Mod : EBORDER.OBJ
  723. Decl: DECLARE SUB EBorder (BYVAL Colour%)
  724. Type: Graphics
  725. Desc: Set the border color
  726.  
  727. Name: EPALETTE
  728. Mod : EPALETTE.OBJ
  729. Decl: DECLARE SUB EPalette (BYVAL PalReg%, BYVAL Colour%)
  730. Type: Graphics
  731. Desc: Set a palette value
  732.  
  733. Name: EVALUATE
  734. Mod : EVAL.OBJ
  735. Decl: DECLARE SUB Evaluate (Expression$, Result!, ErrCode%)
  736. Type: Numeric-Single
  737. Desc: Evaluate a numeric expression
  738.  
  739. Name: FBLOCKREAD
  740. Mod : FBLOCKRE.OBJ
  741. Decl: DECLARE SUB FBlockRead (BYVAL Handle%, BYVAL Segm%, BYVAL Ofs%, BYVAL Bytes%)
  742. Type: File
  743. Desc: Read a block of data from a file
  744.  
  745. Name: FBLOCKWRITE
  746. Mod : FBLOCKWR.OBJ
  747. Decl: DECLARE SUB FBlockWrite (BYVAL Handle%, BYVAL Segm%, BYVAL Ofs%, BYVAL Bytes%)
  748. Type: File
  749. Desc: Write a block of data to a file
  750.  
  751. Name: FCLOSE
  752. Mod : FILEQ.OBJ
  753. Decl: DECLARE SUB FClose (Handle%)
  754. Type: File
  755. Desc: Close a file
  756.  
  757. Name: FDATE
  758. Mod : FILEQ.OBJ
  759. Decl: DECLARE SUB FDate (Handle%, DateSt$)
  760. Type: File
  761. Desc: Set the date of a file
  762.  
  763. Name: FDONE
  764. Mod : FILEQ.OBJ
  765. Decl: DECLARE SUB FDone ()
  766. Type: File
  767. Desc: Terminate the file-handling routines
  768.  
  769. Name: FERROR
  770. Mod : FERROR.OBJ
  771. Decl: DECLARE SUB FError (BYVAL Handle%, BYVAL ErrCode%)
  772. Type: File
  773. Desc: Set the error code associated with the file routines
  774.  
  775. Name: FFLUSH
  776. Mod : FFLUSH.OBJ
  777. Decl: DECLARE SUB FFlush (BYVAL Handle%)
  778. Type: File
  779. Desc: Flush a file to disk (force it to be updated)
  780.  
  781. Name: FINIT
  782. Mod : FILEQ.OBJ
  783. Decl: DECLARE SUB FInit (Handles%, ErrCode%)
  784. Type: File
  785. Desc: Initialize the file-handling routines
  786.  
  787. Name: FLOCATE
  788. Mod : FLOCATE.OBJ
  789. Decl: DECLARE SUB FLocate (BYVAL Handle%, Posn&)
  790. Type: File
  791. Desc: Set the location of the file read/write pointer
  792.  
  793. Name: FOPEN
  794. Mod : FILEQ.OBJ
  795. Decl: DECLARE SUB FOpen (File$, FMode$, BufferLen%, Handle%, ErrCode%)
  796. Type: File
  797. Desc: Open a file for access
  798.  
  799. Name: FSDONE
  800. Mod : FARSTRQ.OBJ
  801. Decl: DECLARE SUB FSDone ()
  802. Type: FarString
  803. Desc: Terminate the far string handler
  804.  
  805. Name: FSINIT
  806. Mod : FARSTR.OBJ
  807. Decl: DECLARE SUB FSInit (BYVAL UseEMS%)
  808. Type: FarString
  809. Desc: Initialize the far string handler
  810.  
  811. Name: FSSET
  812. Mod : FARSTRQ.OBJ
  813. Decl: DECLARE SUB FSSet (Handle%, St$)
  814. Type: FarString
  815. Desc: Assign a value to a far string
  816.  
  817. Name: FTIME
  818. Mod : FILEQ.OBJ
  819. Decl: DECLARE SUB FTime (Handle%, TimeSt$)
  820. Type: File
  821. Desc: Set the time of a file
  822.  
  823. Name: FWRITE
  824. Mod : FWRITE.OBJ
  825. Decl: DECLARE SUB FWrite (BYVAL Handle%, St$)
  826. Type: File
  827. Desc: Write a string to a file
  828.  
  829. Name: FWRITELN
  830. Mod : FWRITELN.OBJ
  831. Decl: DECLARE SUB FWriteLn (BYVAL Handle%, St$)
  832. Type: File
  833. Desc: Write a string followed by a <CR><LF> to a file
  834.  
  835. Name: GETDISPLAY
  836. Mod : GETDISP.OBJ
  837. Decl: DECLARE SUB GetDisplay (Adapter%, Mono%)
  838. Type: Miscellaneous
  839. Desc: Get the display type
  840.  
  841. Name: GN0BANNER
  842. Mod : GN0BANNE.OBJ
  843. Decl: DECLARE SUB GN0Banner (St$, X%, Y%, Xmul%, Ymul%)
  844. Type: Graphics-VGA
  845. Desc: Display text of a specified size using graphics coordinates
  846.  
  847. Name: GN0BOX
  848. Mod : GN0.OBJ
  849. Decl: DECLARE SUB GN0Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  850. Type: Graphics-VGA
  851. Desc: Draw a box
  852.  
  853. Name: GN0CLS
  854. Mod : GN0.OBJ
  855. Decl: DECLARE SUB GN0Cls ()
  856. Type: Graphics-VGA
  857. Desc: Clear the screen
  858.  
  859. Name: GN0COLOR
  860. Mod : GN0.OBJ
  861. Decl: DECLARE SUB GN0Color (BYVAL Foregnd%, BYVAL Backgnd%)
  862. Type: Graphics-VGA
  863. Desc: Set the colors
  864.  
  865. Name: GN0ELLIPSE
  866. Mod : GN0ELLIP.OBJ
  867. Decl: DECLARE SUB GN0Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  868. Type: Graphics-VGA
  869. Desc: Draw a circle or ellipse
  870.  
  871. Name: GN0GETCOLOR
  872. Mod : GN0.OBJ
  873. Decl: DECLARE SUB GN0GetColor (Foregnd%, Backgnd%)
  874. Type: Graphics-VGA
  875. Desc: Get the current colors
  876.  
  877. Name: GN0GETLOCATE
  878. Mod : GGETLOC.OBJ
  879. Decl: DECLARE SUB GN0GetLocate (Row%, Column%)
  880. Type: Graphics-VGA
  881. Desc: Get the cursor position
  882.  
  883. Name: GN0LINE
  884. Mod : GN0.OBJ
  885. Decl: DECLARE SUB GN0Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  886. Type: Graphics-VGA
  887. Desc: Draw a line
  888.  
  889. Name: GN0LOCATE
  890. Mod : GLOCATE.OBJ
  891. Decl: DECLARE SUB GN0Locate (BYVAL Row%, BYVAL Column%)
  892. Type: Graphics-VGA
  893. Desc: Set the cursor position
  894.  
  895. Name: GN0MODE
  896. Mod : GN0.OBJ
  897. Decl: DECLARE SUB GN0Mode (BYVAL ModeNr%)
  898. Type: Graphics-VGA
  899. Desc: Switch between text and graphics mode
  900.  
  901. Name: GN0PLOT
  902. Mod : GN0.OBJ
  903. Decl: DECLARE SUB GN0Plot (BYVAL X%, BYVAL Y%)
  904. Type: Graphics-VGA
  905. Desc: Draw a dot
  906.  
  907. Name: GN0POLYGON
  908. Mod : GN0POLY.OBJ
  909. Decl: DECLARE SUB GN0Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  910. Type: Graphics-VGA
  911. Desc: Draw a regular polygon
  912.  
  913. Name: GN0WRITE
  914. Mod : GN0.OBJ
  915. Decl: DECLARE SUB GN0Write (St$)
  916. Type: Graphics-VGA
  917. Desc: Display text
  918.  
  919. Name: GN0WRITELN
  920. Mod : GN0.OBJ
  921. Decl: DECLARE SUB GN0WriteLn (St$)
  922. Type: Graphics-VGA
  923. Desc: Display text followed by a <CR><LF>
  924.  
  925. Name: GN1BANNER
  926. Mod : GN1BANNE.OBJ
  927. Decl: DECLARE SUB GN1Banner (St$, X%, Y%, Xmul%, Ymul%)
  928. Type: Graphics-VGA
  929. Desc: Display text of a specified size using graphics coordinates
  930.  
  931. Name: GN1BOX
  932. Mod : GN1.OBJ
  933. Decl: DECLARE SUB GN1Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  934. Type: Graphics-VGA
  935. Desc: Draw a box
  936.  
  937. Name: GN1CLS
  938. Mod : GN1.OBJ
  939. Decl: DECLARE SUB GN1Cls ()
  940. Type: Graphics-VGA
  941. Desc: Clear the screen
  942.  
  943. Name: GN1COLOR
  944. Mod : GN1.OBJ
  945. Decl: DECLARE SUB GN1Color (BYVAL Foregnd%, BYVAL Backgnd%)
  946. Type: Graphics-VGA
  947. Desc: Set the colors
  948.  
  949. Name: GN1ELLIPSE
  950. Mod : GN1ELLIP.OBJ
  951. Decl: DECLARE SUB GN1Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  952. Type: Graphics-VGA
  953. Desc: Draw a circle or ellipse
  954.  
  955. Name: GN1GETCOLOR
  956. Mod : GN1.OBJ
  957. Decl: DECLARE SUB GN1GetColor (Foregnd%, Backgnd%)
  958. Type: Graphics-VGA
  959. Desc: Get the current colors
  960.  
  961. Name: GN1GETLOCATE
  962. Mod : GGETLOC.OBJ
  963. Decl: DECLARE SUB GN1GetLocate (Row%, Column%)
  964. Type: Graphics-VGA
  965. Desc: Get the cursor position
  966.  
  967. Name: GN1LINE
  968. Mod : GN1.OBJ
  969. Decl: DECLARE SUB GN1Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  970. Type: Graphics-VGA
  971. Desc: Draw a line
  972.  
  973. Name: GN1LOCATE
  974. Mod : GLOCATE.OBJ
  975. Decl: DECLARE SUB GN1Locate (BYVAL Row%, BYVAL Column%)
  976. Type: Graphics-VGA
  977. Desc: Set the cursor location
  978.  
  979. Name: GN1MODE
  980. Mod : GN1.OBJ
  981. Decl: DECLARE SUB GN1Mode (BYVAL ModeNr%)
  982. Type: Graphics-VGA
  983. Desc: Switch between text and graphics modes
  984.  
  985. Name: GN1PLOT
  986. Mod : GN1.OBJ
  987. Decl: DECLARE SUB GN1Plot (BYVAL X%, BYVAL Y%)
  988. Type: Graphics-VGA
  989. Desc: Draw a dot
  990.  
  991. Name: GN1POLYGON
  992. Mod : GN1POLY.OBJ
  993. Decl: DECLARE SUB GN1Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  994. Type: Graphics-VGA
  995. Desc: Draw a regular polygon
  996.  
  997. Name: GN1WRITE
  998. Mod : GN1.OBJ
  999. Decl: DECLARE SUB GN1Write (St$)
  1000. Type: Graphics-VGA
  1001. Desc: Display text
  1002.  
  1003. Name: GN1WRITELN
  1004. Mod : GN1.OBJ
  1005. Decl: DECLARE SUB GN1WriteLn (St$)
  1006. Type: Graphics-VGA
  1007. Desc: Display text followed by a <CR><LF>
  1008.  
  1009. Name: GN2BANNER
  1010. Mod : GN2BANNE.OBJ
  1011. Decl: DECLARE SUB GN2Banner (St$, X%, Y%, Xmul%, Ymul%)
  1012. Type: Graphics-Printer
  1013. Desc: Display text of a specified size using graphics coordinates
  1014.  
  1015. Name: GN2BOX
  1016. Mod : GN2.OBJ
  1017. Decl: DECLARE SUB GN2Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  1018. Type: Graphics-Printer
  1019. Desc: Draw a box
  1020.  
  1021. Name: GN2CLS
  1022. Mod : GN2.OBJ
  1023. Decl: DECLARE SUB GN2Cls ()
  1024. Type: Graphics-Printer
  1025. Desc: Clear the screen
  1026.  
  1027. Name: GN2COLOR
  1028. Mod : GN2.OBJ
  1029. Decl: DECLARE SUB GN2Color (BYVAL Foregnd%, BYVAL Backgnd%)
  1030. Type: Graphics-Printer
  1031. Desc: Set the colors
  1032.  
  1033. Name: GN2DISPLAY
  1034. Mod : GN2DISPL.OBJ
  1035. Decl: DECLARE SUB GN2Display ()
  1036. Type: Graphics-Printer
  1037. Desc: Preview printer output on the screen
  1038.  
  1039. Name: GN2ELLIPSE
  1040. Mod : GN2ELLIP.OBJ
  1041. Decl: DECLARE SUB GN2Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  1042. Type: Graphics-Printer
  1043. Desc: Draw a circle or ellipse
  1044.  
  1045. Name: GN2FONT
  1046. Mod : GN2.OBJ
  1047. Decl: DECLARE SUB GN2Font (BYVAL FontNr%)
  1048. Type: Graphics-Printer
  1049. Desc: Set the text font
  1050.  
  1051. Name: GN2GETCOLOR
  1052. Mod : GN2.OBJ
  1053. Decl: DECLARE SUB GN2GetColor (Foregnd%, Backgnd%)
  1054. Type: Graphics-Printer
  1055. Desc: Get the current colors
  1056.  
  1057. Name: GN2GETLOCATE
  1058. Mod : GN2.OBJ
  1059. Decl: DECLARE SUB GN2GetLocate (Row%, Column%)
  1060. Type: Graphics-Printer
  1061. Desc: Get the cursor position
  1062.  
  1063. Name: GN2LINE
  1064. Mod : GN2.OBJ
  1065. Decl: DECLARE SUB GN2Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  1066. Type: Graphics-Printer
  1067. Desc: Draw a line
  1068.  
  1069. Name: GN2LOCATE
  1070. Mod : GN2.OBJ
  1071. Decl: DECLARE SUB GN2Locate (BYVAL Row%, BYVAL Column%)
  1072. Type: Graphics-Printer
  1073. Desc: Set the cursor position
  1074.  
  1075. Name: GN2MODE
  1076. Mod : GN2MODE.OBJ
  1077. Decl: DECLARE SUB GN2Mode (ModeNr%)
  1078. Type: Graphics-Printer
  1079. Desc: Switch between text and graphics modes
  1080.  
  1081. Name: GN2PLOT
  1082. Mod : GN2.OBJ
  1083. Decl: DECLARE SUB GN2Plot (BYVAL X%, BYVAL Y%)
  1084. Type: Graphics-Printer
  1085. Desc: Draw a dot
  1086.  
  1087. Name: GN2POLYGON
  1088. Mod : GN2POLY.OBJ
  1089. Decl: DECLARE SUB GN2Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  1090. Type: Graphics-Printer
  1091. Desc: Draw a regular polygon
  1092.  
  1093. Name: GN2PRINT
  1094. Mod : GN2PRINT.OBJ
  1095. Decl: DECLARE SUB GN2Print (Device$)
  1096. Type: Graphics-Printer
  1097. Desc: Send the printer image to an Epson-compatible dot matrix printer
  1098.  
  1099. Name: GN2PRINTL
  1100. Mod : GN2PRINL.OBJ
  1101. Decl: DECLARE SUB GN2PrintL (Device$)
  1102. Type: Graphics-Printer
  1103. Desc: Send the printer image to a HP-compatible laser printer
  1104.  
  1105. Name: GN2WRITE
  1106. Mod : GN2.OBJ
  1107. Decl: DECLARE SUB GN2Write (St$)
  1108. Type: Graphics-Printer
  1109. Desc: Display text
  1110.  
  1111. Name: GN2WRITELN
  1112. Mod : GN2.OBJ
  1113. Decl: DECLARE SUB GN2WriteLn (St$)
  1114. Type: Graphics-Printer
  1115. Desc: Display text followed by a <CR><LF>
  1116.  
  1117. Name: GN4BANNER
  1118. Mod : GN4BANNE.OBJ
  1119. Decl: DECLARE SUB GN4Banner (St$, X%, Y%, Xmul%, Ymul%)
  1120. Type: Graphics-MDA
  1121. Desc: Display text of a specified size using graphics coordinates
  1122.  
  1123. Name: GN4BOX
  1124. Mod : GN4.OBJ
  1125. Decl: DECLARE SUB GN4Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  1126. Type: Graphics-MDA
  1127. Desc: Draw a box
  1128.  
  1129. Name: GN4CLS
  1130. Mod : GN4.OBJ
  1131. Decl: DECLARE SUB GN4Cls ()
  1132. Type: Graphics-MDA
  1133. Desc: Clear the screen
  1134.  
  1135. Name: GN4COLOR
  1136. Mod : GN4.OBJ
  1137. Decl: DECLARE SUB GN4Color (BYVAL Foregnd%, BYVAL Backgnd%)
  1138. Type: Graphics-MDA
  1139. Desc: Set the colors
  1140.  
  1141. Name: GN4ELLIPSE
  1142. Mod : GN4ELLIP.OBJ
  1143. Decl: DECLARE SUB GN4Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  1144. Type: Graphics-MDA
  1145. Desc: Draw a circle or ellipse
  1146.  
  1147. Name: GN4GETCOLOR
  1148. Mod : GN4.OBJ
  1149. Decl: DECLARE SUB GN4GetColor (Foregnd%, Backgnd%)
  1150. Type: Graphics-MDA
  1151. Desc: Get the current colors
  1152.  
  1153. Name: GN4GETLOCATE
  1154. Mod : GGETLOC.OBJ
  1155. Decl: DECLARE SUB GN4GetLocate (Row%, Column%)
  1156. Type: Graphics-MDA
  1157. Desc: Get the cursor position
  1158.  
  1159. Name: GN4LINE
  1160. Mod : GN4.OBJ
  1161. Decl: DECLARE SUB GN4Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  1162. Type: Graphics-MDA
  1163. Desc: Draw a line
  1164.  
  1165. Name: GN4LOCATE
  1166. Mod : GLOCATE.OBJ
  1167. Decl: DECLARE SUB GN4Locate (BYVAL Row%, BYVAL Column%)
  1168. Type: Graphics-MDA
  1169. Desc: Set the cursor position
  1170.  
  1171. Name: GN4MODE
  1172. Mod : GN4.OBJ
  1173. Decl: DECLARE SUB GN4Mode (BYVAL ModeNr%)
  1174. Type: Graphics-MDA
  1175. Desc: Switch between text and graphics modes
  1176.  
  1177. Name: GN4PLOT
  1178. Mod : GN4.OBJ
  1179. Decl: DECLARE SUB GN4Plot (BYVAL X%, BYVAL Y%)
  1180. Type: Graphics-MDA
  1181. Desc: Draw a dot
  1182.  
  1183. Name: GN4POLYGON
  1184. Mod : GN4POLY.OBJ
  1185. Decl: DECLARE SUB GN4Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  1186. Type: Graphics-MDA
  1187. Desc: Draw a regular polygon
  1188.  
  1189. Name: GN4WRITE
  1190. Mod : GN4.OBJ
  1191. Decl: DECLARE SUB GN4Write (St$)
  1192. Type: Graphics-MDA
  1193. Desc: Display text
  1194.  
  1195. Name: GN4WRITELN
  1196. Mod : GN4.OBJ
  1197. Decl: DECLARE SUB GN4WriteLn (St$)
  1198. Type: Graphics-MDA
  1199. Desc: Display text followed by a <CR><LF>
  1200.  
  1201. Name: GN5BANNER
  1202. Mod : GN5BANNE.OBJ
  1203. Decl: DECLARE SUB GN5Banner (St$, X%, Y%, Xmul%, Ymul%)
  1204. Type: Graphics-SVGA
  1205. Desc: Display text of a specified size using graphics coordinates
  1206.  
  1207. Name: GN5BOX
  1208. Mod : GN5.OBJ
  1209. Decl: DECLARE SUB GN5Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  1210. Type: Graphics-SVGA
  1211. Desc: Draw a box
  1212.  
  1213. Name: GN5CLS
  1214. Mod : GN5.OBJ
  1215. Decl: DECLARE SUB GN5Cls ()
  1216. Type: Graphics-SVGA
  1217. Desc: Clear the screen
  1218.  
  1219. Name: GN5COLOR
  1220. Mod : GN5.OBJ
  1221. Decl: DECLARE SUB GN5Color (BYVAL Foreground%, BYVAL Background%)
  1222. Type: Graphics-SVGA
  1223. Desc: Set the colors
  1224.  
  1225. Name: GN5ELLIPSE
  1226. Mod : GN5ELLIP.OBJ
  1227. Decl: DECLARE SUB GN5Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  1228. Type: Graphics-SVGA
  1229. Desc: Draw a circle or ellipse
  1230.  
  1231. Name: GN5GET
  1232. Mod : GN5GET.OBJ
  1233. Decl: DECLARE SUB GN5Get (X1%, Y1%, X2%, Y2%, Image%())
  1234. Type: Graphics-SVGA
  1235. Desc: Get a GET/PUT image
  1236.  
  1237. Name: GN5GETCOLOR
  1238. Mod : GN5.OBJ
  1239. Decl: DECLARE SUB GN5GetColor (Foreground%, Background%)
  1240. Type: Graphics-SVGA
  1241. Desc: Get the current colors
  1242.  
  1243. Name: GN5GETLOCATE
  1244. Mod : GGETLOC.OBJ
  1245. Decl: DECLARE SUB GN5GetLocate (Row%, Column%)
  1246. Type: Graphics-SVGA
  1247. Desc: Get the cursor position
  1248.  
  1249. Name: GN5GETRES
  1250. Mod : GN5.OBJ
  1251. Decl: DECLARE SUB GN5GetRes (MaxX%, MaxY%)
  1252. Type: Graphics-SVGA
  1253. Desc: Get the screen size in pixels
  1254.  
  1255. Name: GN5INIT
  1256. Mod : GN5.OBJ
  1257. Decl: DECLARE SUB GN5Init (BYVAL BIOSmode%, BYVAL MaxX%, BYVAL MaxY%)
  1258. Type: Graphics-SVGA
  1259. Desc: Initialize graphics info about a 256-color SuperVGA mode
  1260.  
  1261. Name: GN5LINE
  1262. Mod : GN5.OBJ
  1263. Decl: DECLARE SUB GN5Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  1264. Type: Graphics-SVGA
  1265. Desc: Draw a line
  1266.  
  1267. Name: GN5LOCATE
  1268. Mod : GLOCATE.OBJ
  1269. Decl: DECLARE SUB GN5Locate (BYVAL Row%, BYVAL Column%)
  1270. Type: Graphics-SVGA
  1271. Desc: Set the cursor position
  1272.  
  1273. Name: GN5MODE
  1274. Mod : GN5.OBJ
  1275. Decl: DECLARE SUB GN5Mode (BYVAL Graphics%)
  1276. Type: Graphics-SVGA
  1277. Desc: Switch between text and graphics modes
  1278.  
  1279. Name: GN5PLOT
  1280. Mod : GN5.OBJ
  1281. Decl: DECLARE SUB GN5Plot (BYVAL X%, BYVAL Y%)
  1282. Type: Graphics-SVGA
  1283. Desc: Draw a dot
  1284.  
  1285. Name: GN5POLYGON
  1286. Mod : GN5POLY.OBJ
  1287. Decl: DECLARE SUB GN5Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  1288. Type: Graphics-SVGA
  1289. Desc: Draw a regular polygon
  1290.  
  1291. Name: GN5PUT
  1292. Mod : GN5PUT.OBJ
  1293. Decl: DECLARE SUB GN5Put (StartX%, StartY%, Image%())
  1294. Type: Graphics-SVGA
  1295. Desc: Display a GET/PUT image
  1296.  
  1297. Name: GN5WRITE
  1298. Mod : GN5.OBJ
  1299. Decl: DECLARE SUB GN5Write (St$)
  1300. Type: Graphics-SVGA
  1301. Desc: Display text
  1302.  
  1303. Name: GN5WRITELN
  1304. Mod : GN5.OBJ
  1305. Decl: DECLARE SUB GN5WriteLn (St$)
  1306. Type: Graphics-SVGA
  1307. Desc: Display text followed by a <CR><LF>
  1308.  
  1309. Name: GN6BANNER
  1310. Mod : GN6BANNE.OBJ
  1311. Decl: DECLARE SUB GN6Banner (St$, X%, Y%, Xmul%, Ymul%)
  1312. Type: Dual_Monitor
  1313. Desc: Display text of a specified size using graphics coordinates
  1314.  
  1315. Name: GN6BOX
  1316. Mod : GN6.OBJ
  1317. Decl: DECLARE SUB GN6Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  1318. Type: Dual_Monitor
  1319. Desc: Draw a box
  1320.  
  1321. Name: GN6CLS
  1322. Mod : GN6.OBJ
  1323. Decl: DECLARE SUB GN6Cls ()
  1324. Type: Dual_Monitor
  1325. Desc: Clear the screen
  1326.  
  1327. Name: GN6COLOR
  1328. Mod : GN6.OBJ
  1329. Decl: DECLARE SUB GN6Color (BYVAL Foregnd%, BYVAL Backgnd%)
  1330. Type: Dual_Monitor
  1331. Desc: Set the colors
  1332.  
  1333. Name: GN6CURSORSIZE
  1334. Mod : GN6.OBJ
  1335. Decl: DECLARE SUB GN6CursorSize (BYVAL ScanLines%)
  1336. Type: Dual_Monitor
  1337. Desc: Set the cursor size
  1338.  
  1339. Name: GN6ELLIPSE
  1340. Mod : GN6ELLIP.OBJ
  1341. Decl: DECLARE SUB GN6Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  1342. Type: Dual_Monitor
  1343. Desc: Draw a circle or ellipse
  1344.  
  1345. Name: GN6GETCOLOR
  1346. Mod : GN6.OBJ
  1347. Decl: DECLARE SUB GN6GetColor (Foregnd%, Backgnd%)
  1348. Type: Dual_Monitor
  1349. Desc: Get the current colors
  1350.  
  1351. Name: GN6GETLOCATE
  1352. Mod : GN6.OBJ
  1353. Decl: DECLARE SUB GN6GetLocate (Row%, Column%)
  1354. Type: Dual_Monitor
  1355. Desc: Get the cursor position
  1356.  
  1357. Name: GN6GETPEL
  1358. Mod : GN6.OBJ
  1359. Decl: DECLARE SUB GN6GetPel (BYVAL X%, BYVAL Y%, Ch%, Fore%, Back%)
  1360. Type: Dual_Monitor
  1361. Desc: Get the color and character of a pel
  1362.  
  1363. Name: GN6LINE
  1364. Mod : GN6.OBJ
  1365. Decl: DECLARE SUB GN6Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  1366. Type: Dual_Monitor
  1367. Desc: Draw a line
  1368.  
  1369. Name: GN6LOCATE
  1370. Mod : GN6.OBJ
  1371. Decl: DECLARE SUB GN6Locate (BYVAL Row%, BYVAL Column%)
  1372. Type: Dual_Monitor
  1373. Desc: Set the cursor position
  1374.  
  1375. Name: GN6MODE
  1376. Mod : GN6.OBJ
  1377. Decl: DECLARE SUB GN6Mode (BYVAL ModeNr%)
  1378. Type: Dual_Monitor
  1379. Desc: Switch between various text modes
  1380.  
  1381. Name: GN6PLOT
  1382. Mod : GN6.OBJ
  1383. Decl: DECLARE SUB GN6Plot (BYVAL X%, BYVAL Y%)
  1384. Type: Dual_Monitor
  1385. Desc: Draw a dot
  1386.  
  1387. Name: GN6POLYGON
  1388. Mod : GN6POLY.OBJ
  1389. Decl: DECLARE SUB GN6Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  1390. Type: Dual_Monitor
  1391. Desc: Draw a regular polygon
  1392.  
  1393. Name: GN6SETBLOCK
  1394. Mod : GN6.OBJ
  1395. Decl: DECLARE SUB GN6SetBlock (BYVAL Ch%)
  1396. Type: Dual_Monitor
  1397. Desc: Set the character used to form a pel
  1398.  
  1399. Name: GN6WRITE
  1400. Mod : GN6.OBJ
  1401. Decl: DECLARE SUB GN6Write (St$)
  1402. Type: Dual_Monitor
  1403. Desc: Display text
  1404.  
  1405. Name: GN6WRITELN
  1406. Mod : GN6.OBJ
  1407. Decl: DECLARE SUB GN6WriteLn (St$)
  1408. Type: Dual_Monitor
  1409. Desc: Display text followed by a <CR><LF>
  1410.  
  1411. Name: G0BANNER
  1412. Mod : G0BANNER.OBJ
  1413. Decl: DECLARE SUB G0Banner (St$, X%, Y%, Xmul%, Ymul%)
  1414. Type: Text
  1415. Desc: Display text of a specified size using graphics coordinates
  1416.  
  1417. Name: G0BOX
  1418. Mod : G0.OBJ
  1419. Decl: DECLARE SUB G0Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  1420. Type: Text
  1421. Desc: Draw a box
  1422.  
  1423. Name: G0CLS
  1424. Mod : G0.OBJ
  1425. Decl: DECLARE SUB G0Cls ()
  1426. Type: Text
  1427. Desc: Clear the screen
  1428.  
  1429. Name: G0COLOR
  1430. Mod : G0.OBJ
  1431. Decl: DECLARE SUB G0Color (BYVAL Foregnd%, BYVAL Backgnd%)
  1432. Type: Text
  1433. Desc: Set the colors
  1434.  
  1435. Name: G0ELLIPSE
  1436. Mod : G0ELLIPS.OBJ
  1437. Decl: DECLARE SUB G0Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  1438. Type: Text
  1439. Desc: Draw a circle or ellipse
  1440.  
  1441. Name: G0GETCOLOR
  1442. Mod : G0.OBJ
  1443. Decl: DECLARE SUB G0GetColor (Foregnd%, Backgnd%)
  1444. Type: Text
  1445. Desc: Get the current colors
  1446.  
  1447. Name: G0GETLOCATE
  1448. Mod : GGETLOC.OBJ
  1449. Decl: DECLARE SUB G0GetLocate (Row%, Column%)
  1450. Type: Text
  1451. Desc: Get the cursor position
  1452.  
  1453. Name: G0GETPEL
  1454. Mod : G0.OBJ
  1455. Decl: DECLARE SUB G0GetPel (BYVAL X%, BYVAL Y%, Ch%, Fore%, Back%)
  1456. Type: Text
  1457. Desc: Get the color and character of a pel
  1458.  
  1459. Name: G0LINE
  1460. Mod : G0.OBJ
  1461. Decl: DECLARE SUB G0Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  1462. Type: Text
  1463. Desc: Draw a line
  1464.  
  1465. Name: G0LOCATE
  1466. Mod : GLOCATE.OBJ
  1467. Decl: DECLARE SUB G0Locate (BYVAL Row%, BYVAL Column%)
  1468. Type: Text
  1469. Desc: Set the cursor position
  1470.  
  1471. Name: G0MODE
  1472. Mod : G0.OBJ
  1473. Decl: DECLARE SUB G0Mode (BYVAL ModeNr%)
  1474. Type: Text
  1475. Desc: Switch between various text modes
  1476.  
  1477. Name: G0PLOT
  1478. Mod : G0.OBJ
  1479. Decl: DECLARE SUB G0Plot (BYVAL X%, BYVAL Y%)
  1480. Type: Text
  1481. Desc: Draw a dot
  1482.  
  1483. Name: G0POLYGON
  1484. Mod : G0POLY.OBJ
  1485. Decl: DECLARE SUB G0Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  1486. Type: Text
  1487. Desc: Draw a regular polygon
  1488.  
  1489. Name: G0SETBLOCK
  1490. Mod : G0.OBJ
  1491. Decl: DECLARE SUB G0SetBlock (BYVAL Ch%)
  1492. Type: Text
  1493. Desc: Set the character used to form a pel
  1494.  
  1495. Name: G0WRITE
  1496. Mod : G0.OBJ
  1497. Decl: DECLARE SUB G0Write (St$)
  1498. Type: Text
  1499. Desc: Display text
  1500.  
  1501. Name: G0WRITELN
  1502. Mod : G0.OBJ
  1503. Decl: DECLARE SUB G0WriteLn (St$)
  1504. Type: Text
  1505. Desc: Display text followed by a <CR><LF>
  1506.  
  1507. Name: G1BANNER
  1508. Mod : G1BANNER.OBJ
  1509. Decl: DECLARE SUB G1Banner (St$, X%, Y%, Xmul%, Ymul%)
  1510. Type: Graphics-CGA
  1511. Desc: Display text of a specified size using graphics coordinates
  1512.  
  1513. Name: G1BORDER
  1514. Mod : G1BORDER.OBJ
  1515. Decl: DECLARE SUB G1Border (BYVAL Colour%)
  1516. Type: Graphics-CGA
  1517. Desc: Set the border color
  1518.  
  1519. Name: G1BOX
  1520. Mod : G1.OBJ
  1521. Decl: DECLARE SUB G1Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  1522. Type: Graphics-CGA
  1523. Desc: Draw a box
  1524.  
  1525. Name: G1CLS
  1526. Mod : G1.OBJ
  1527. Decl: DECLARE SUB G1Cls ()
  1528. Type: Graphics-CGA
  1529. Desc: Clear the screen
  1530.  
  1531. Name: G1COLOR
  1532. Mod : G1.OBJ
  1533. Decl: DECLARE SUB G1Color (BYVAL Foregnd%, BYVAL Backgnd%)
  1534. Type: Graphics-CGA
  1535. Desc: Set the colors
  1536.  
  1537. Name: G1ELLIPSE
  1538. Mod : G1ELLIPS.OBJ
  1539. Decl: DECLARE SUB G1Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  1540. Type: Graphics-CGA
  1541. Desc: Draw a circle or ellipse
  1542.  
  1543. Name: G1GETCOLOR
  1544. Mod : G1.OBJ
  1545. Decl: DECLARE SUB G1GetColor (Foregnd%, Backgnd%)
  1546. Type: Graphics-CGA
  1547. Desc: Get the current colors
  1548.  
  1549. Name: G1GETLOCATE
  1550. Mod : GGETLOC.OBJ
  1551. Decl: DECLARE SUB G1GetLocate (Row%, Column%)
  1552. Type: Graphics-CGA
  1553. Desc: Get the cursor position
  1554.  
  1555. Name: G1LINE
  1556. Mod : G1.OBJ
  1557. Decl: DECLARE SUB G1Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  1558. Type: Graphics-CGA
  1559. Desc: Draw a line
  1560.  
  1561. Name: G1LOCATE
  1562. Mod : GLOCATE.OBJ
  1563. Decl: DECLARE SUB G1Locate (BYVAL Row%, BYVAL Column%)
  1564. Type: Graphics-CGA
  1565. Desc: Set the cursor position
  1566.  
  1567. Name: G1MIRRORH
  1568. Mod : G1MIRH.OBJ
  1569. Decl: DECLARE SUB G1MirrorH (ImageA%(), ImageB%())
  1570. Type: Graphics-CGA
  1571. Desc: Make the mirror image of a GET/PUT image
  1572.  
  1573. Name: G1MODE
  1574. Mod : G1MODE.OBJ
  1575. Decl: DECLARE SUB G1Mode (BYVAL ModeNr%)
  1576. Type: Graphics-CGA
  1577. Desc: Switch between text and graphics modes
  1578.  
  1579. Name: G1PALETTEA
  1580. Mod : G1PALETA.OBJ
  1581. Decl: DECLARE SUB G1PaletteA (BYVAL PaletteNr%)
  1582. Type: Graphics-CGA
  1583. Desc: Choose a palette
  1584.  
  1585. Name: G1PALETTEB
  1586. Mod : G1PALETB.OBJ
  1587. Decl: DECLARE SUB G1PaletteB (BYVAL PaletteNr%)
  1588. Type: Graphics-CGA
  1589. Desc: Choose a palette
  1590.  
  1591. Name: G1PLOT
  1592. Mod : G1.OBJ
  1593. Decl: DECLARE SUB G1Plot (BYVAL X%, BYVAL Y%)
  1594. Type: Graphics-CGA
  1595. Desc: Draw a dot
  1596.  
  1597. Name: G1POLYGON
  1598. Mod : G1POLY.OBJ
  1599. Decl: DECLARE SUB G1Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  1600. Type: Graphics-CGA
  1601. Desc: Draw a regular polygon
  1602.  
  1603. Name: G1WRITE
  1604. Mod : G1.OBJ
  1605. Decl: DECLARE SUB G1Write (St$)
  1606. Type: Graphics-CGA
  1607. Desc: Display text
  1608.  
  1609. Name: G1WRITELN
  1610. Mod : G1.OBJ
  1611. Decl: DECLARE SUB G1WriteLn (St$)
  1612. Type: Graphics-CGA
  1613. Desc: Display text followed by a <CR><LF>
  1614.  
  1615. Name: G2BANNER
  1616. Mod : G2BANNER.OBJ
  1617. Decl: DECLARE SUB G2Banner (St$, X%, Y%, Xmul%, Ymul%)
  1618. Type: Graphics-CGA
  1619. Desc: Display text of a specified size using graphics coordinates
  1620.  
  1621. Name: G2BOX
  1622. Mod : G2.OBJ
  1623. Decl: DECLARE SUB G2Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  1624. Type: Graphics-CGA
  1625. Desc: Draw a box
  1626.  
  1627. Name: G2CLS
  1628. Mod : G2.OBJ
  1629. Decl: DECLARE SUB G2Cls ()
  1630. Type: Graphics-CGA
  1631. Desc: Clear the screen
  1632.  
  1633. Name: G2COLOR
  1634. Mod : G2.OBJ
  1635. Decl: DECLARE SUB G2Color (BYVAL Foregnd%, BYVAL Backgnd%)
  1636. Type: Graphics-CGA
  1637. Desc: Set the colors
  1638.  
  1639. Name: G2ELLIPSE
  1640. Mod : G2ELLIPS.OBJ
  1641. Decl: DECLARE SUB G2Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  1642. Type: Graphics-CGA
  1643. Desc: Draw a circle or ellipse
  1644.  
  1645. Name: G2GET
  1646. Mod : G2GET.OBJ
  1647. Decl: DECLARE SUB G2Get (X1%, Y1%, X2%, Y2%, Image%())
  1648. Type: Graphics-CGA
  1649. Desc: Get an image in GET/PUT format
  1650.  
  1651. Name: G2GETCOLOR
  1652. Mod : G2.OBJ
  1653. Decl: DECLARE SUB G2GetColor (Foregnd%, Backgnd%)
  1654. Type: Graphics-CGA
  1655. Desc: Get the current colors
  1656.  
  1657. Name: G2GETLOCATE
  1658. Mod : GGETLOC.OBJ
  1659. Decl: DECLARE SUB G2GetLocate (Row%, Column%)
  1660. Type: Graphics-CGA
  1661. Desc: Get the cursor position
  1662.  
  1663. Name: G2LINE
  1664. Mod : G2.OBJ
  1665. Decl: DECLARE SUB G2Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  1666. Type: Graphics-CGA
  1667. Desc: Draw a line
  1668.  
  1669. Name: G2LOADMAC
  1670. Mod : G2LODMAC.OBJ
  1671. Decl: DECLARE SUB G2LoadMAC (File$, Image%(), StartRow%)
  1672. Type: Graphics-CGA
  1673. Desc: Display part of a .MAC file
  1674.  
  1675. Name: G2LOADPCX
  1676. Mod : G2LODPCX.OBJ
  1677. Decl: DECLARE SUB G2LoadPCX (File$, Image%(), ErrCode%)
  1678. Type: Graphics-CGA
  1679. Desc: Load a .PCX file into a GET/PUT image
  1680.  
  1681. Name: G2LOCATE
  1682. Mod : GLOCATE.OBJ
  1683. Decl: DECLARE SUB G2Locate (BYVAL Row%, BYVAL Column%)
  1684. Type: Graphics-CGA
  1685. Desc: Set the cursor position
  1686.  
  1687. Name: G2MIRRORH
  1688. Mod : G2MIRH.OBJ
  1689. Decl: DECLARE SUB G2MirrorH (ImageA%(), ImageB%())
  1690. Type: Graphics-CGA
  1691. Desc: Form the mirror image of a GET/PUT image
  1692.  
  1693. Name: G2MODE
  1694. Mod : G2MODE.OBJ
  1695. Decl: DECLARE SUB G2Mode (BYVAL ModeNr%)
  1696. Type: Graphics-CGA
  1697. Desc: Switch betweeen text and graphics modes
  1698.  
  1699. Name: G2PLOT
  1700. Mod : G2.OBJ
  1701. Decl: DECLARE SUB G2Plot (BYVAL X%, BYVAL Y%)
  1702. Type: Graphics-CGA
  1703. Desc: Draw a dot
  1704.  
  1705. Name: G2POLYGON
  1706. Mod : G2POLY.OBJ
  1707. Decl: DECLARE SUB G2Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  1708. Type: Graphics-CGA
  1709. Desc: Draw a regular polygon
  1710.  
  1711. Name: G2PUT
  1712. Mod : G2PUT.OBJ
  1713. Decl: DECLARE SUB G2Put (X%, Y%, Image%())
  1714. Type: Graphics-CGA
  1715. Desc: Display a GET/PUT image
  1716.  
  1717. Name: G2WRITE
  1718. Mod : G2.OBJ
  1719. Decl: DECLARE SUB G2Write (St$)
  1720. Type: Graphics-CGA
  1721. Desc: Display text
  1722.  
  1723. Name: G2WRITELN
  1724. Mod : G2.OBJ
  1725. Decl: DECLARE SUB G2WriteLn (St$)
  1726. Type: Graphics-CGA
  1727. Desc: Display text followed by a <CR><LF>
  1728.  
  1729. Name: G3BANNER
  1730. Mod : G3BANNER.OBJ
  1731. Decl: DECLARE SUB G3Banner (St$, X%, Y%, Xmul%, Ymul%)
  1732. Type: Graphics-HGA
  1733. Desc: Display text of a specified size using graphics coordinates
  1734.  
  1735. Name: G3BOX
  1736. Mod : G3.OBJ
  1737. Decl: DECLARE SUB G3Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  1738. Type: Graphics-HGA
  1739. Desc: Draw a box
  1740.  
  1741. Name: G3CLS
  1742. Mod : G3.OBJ
  1743. Decl: DECLARE SUB G3Cls ()
  1744. Type: Graphics-HGA
  1745. Desc: Clear the screen
  1746.  
  1747. Name: G3COLOR
  1748. Mod : G3.OBJ
  1749. Decl: DECLARE SUB G3Color (BYVAL Foregnd%, BYVAL Backgnd%)
  1750. Type: Graphics-HGA
  1751. Desc: Set the colors
  1752.  
  1753. Name: G3ELLIPSE
  1754. Mod : G3ELLIPS.OBJ
  1755. Decl: DECLARE SUB G3Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  1756. Type: Graphics-HGA
  1757. Desc: Draw a circle or ellipse
  1758.  
  1759. Name: G3GETCOLOR
  1760. Mod : G3.OBJ
  1761. Decl: DECLARE SUB G3GetColor (Foregnd%, Backgnd%)
  1762. Type: Graphics-HGA
  1763. Desc: Get the current colors
  1764.  
  1765. Name: G3GETLOCATE
  1766. Mod : GGETLOC.OBJ
  1767. Decl: DECLARE SUB G3GetLocate (Row%, Column%)
  1768. Type: Graphics-HGA
  1769. Desc: Get the cursor position
  1770.  
  1771. Name: G3LINE
  1772. Mod : G3.OBJ
  1773. Decl: DECLARE SUB G3Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  1774. Type: Graphics-HGA
  1775. Desc: Draw a line
  1776.  
  1777. Name: G3LOCATE
  1778. Mod : GLOCATE.OBJ
  1779. Decl: DECLARE SUB G3Locate (BYVAL Row%, BYVAL Column%)
  1780. Type: Graphics-HGA
  1781. Desc: Set the cursor position
  1782.  
  1783. Name: G3MODE
  1784. Mod : G3.OBJ
  1785. Decl: DECLARE SUB G3Mode (BYVAL ModeNr%)
  1786. Type: Graphics-HGA
  1787. Desc: Switch between text and graphics modes
  1788.  
  1789. Name: G3PLOT
  1790. Mod : G3.OBJ
  1791. Decl: DECLARE SUB G3Plot (BYVAL X%, BYVAL Y%)
  1792. Type: Graphics-HGA
  1793. Desc: Draw a dot
  1794.  
  1795. Name: G3POLYGON
  1796. Mod : G3POLY.OBJ
  1797. Decl: DECLARE SUB G3Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  1798. Type: Graphics-HGA
  1799. Desc: Draw a regular polygon
  1800.  
  1801. Name: G3WRITE
  1802. Mod : G3.OBJ
  1803. Decl: DECLARE SUB G3Write (St$)
  1804. Type: Graphics-HGA
  1805. Desc: Display text
  1806.  
  1807. Name: G3WRITELN
  1808. Mod : G3.OBJ
  1809. Decl: DECLARE SUB G3WriteLn (St$)
  1810. Type: Graphics-HGA
  1811. Desc: Display text followed by a <CR><LF>
  1812.  
  1813. Name: G7BANNER
  1814. Mod : G7BANNER.OBJ
  1815. Decl: DECLARE SUB G7Banner (St$, X%, Y%, Xmul%, Ymul%)
  1816. Type: Graphics-EGA
  1817. Desc: Display text of a specified size using graphics coordinates
  1818.  
  1819. Name: G7BOX
  1820. Mod : G7.OBJ
  1821. Decl: DECLARE SUB G7Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  1822. Type: Graphics-EGA
  1823. Desc: Draw a box
  1824.  
  1825. Name: G7CLS
  1826. Mod : G7.OBJ
  1827. Decl: DECLARE SUB G7Cls ()
  1828. Type: Graphics-EGA
  1829. Desc: Clear the screen
  1830.  
  1831. Name: G7COLOR
  1832. Mod : G7.OBJ
  1833. Decl: DECLARE SUB G7Color (BYVAL Foreground%, BYVAL Background%)
  1834. Type: Graphics-EGA
  1835. Desc: Set the colors
  1836.  
  1837. Name: G7GETCOLOR
  1838. Mod : G7.OBJ
  1839. Decl: DECLARE SUB G7GetColor (Foreground%, Background%)
  1840. Type: Graphics-EGA
  1841. Desc: Get the current colors
  1842.  
  1843. Name: G7GETLOCATE
  1844. Mod : GGETLOC.OBJ
  1845. Decl: DECLARE SUB G7GetLocate (Row%, Column%)
  1846. Type: Graphics-EGA
  1847. Desc: Get the cursor position
  1848.  
  1849. Name: G7ELLIPSE
  1850. Mod : G7ELLIPS.OBJ
  1851. Decl: DECLARE SUB G7Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  1852. Type: Graphics-EGA
  1853. Desc: Draw a circle or ellipse
  1854.  
  1855. Name: G7LINE
  1856. Mod : G7.OBJ
  1857. Decl: DECLARE SUB G7Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  1858. Type: Graphics-EGA
  1859. Desc: Draw a line
  1860.  
  1861. Name: G7LOCATE
  1862. Mod : GLOCATE.OBJ
  1863. Decl: DECLARE SUB G7Locate (BYVAL Row%, BYVAL Column%)
  1864. Type: Graphics-EGA
  1865. Desc: Set the cursor position
  1866.  
  1867. Name: G7MODE
  1868. Mod : G7MODE.OBJ
  1869. Decl: DECLARE SUB G7Mode (BYVAL Graphics%)
  1870. Type: Graphics-EGA
  1871. Desc: Switch between text and graphics modes
  1872.  
  1873. Name: G7PLOT
  1874. Mod : G7.OBJ
  1875. Decl: DECLARE SUB G7Plot (BYVAL x%, BYVAL y%)
  1876. Type: Graphics-EGA
  1877. Desc: Draw a dot
  1878.  
  1879. Name: G7POLYGON
  1880. Mod : G7POLY.OBJ
  1881. Decl: DECLARE SUB G7Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  1882. Type: Graphics-EGA
  1883. Desc: Draw a regular polygon
  1884.  
  1885. Name: G7WRITE
  1886. Mod : G7.OBJ
  1887. Decl: DECLARE SUB G7Write (St$)
  1888. Type: Graphics-EGA
  1889. Desc: Display text
  1890.  
  1891. Name: G7WRITELN
  1892. Mod : G7.OBJ
  1893. Decl: DECLARE SUB G7WriteLn (St$)
  1894. Type: Graphics-EGA
  1895. Desc: Display text followed by a <CR><LF>
  1896.  
  1897. Name: G8BANNER
  1898. Mod : G8BANNER.OBJ
  1899. Decl: DECLARE SUB G8Banner (St$, X%, Y%, Xmul%, Ymul%)
  1900. Type: Graphics-EGA
  1901. Desc: Display text of a specified size using graphics coordinates
  1902.  
  1903. Name: G8BOX
  1904. Mod : G8.OBJ
  1905. Decl: DECLARE SUB G8Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  1906. Type: Graphics-EGA
  1907. Desc: Draw a box
  1908.  
  1909. Name: G8CLS
  1910. Mod : G8.OBJ
  1911. Decl: DECLARE SUB G8Cls ()
  1912. Type: Graphics-EGA
  1913. Desc: Clear the screen
  1914.  
  1915. Name: G8COLOR
  1916. Mod : G8.OBJ
  1917. Decl: DECLARE SUB G8Color (BYVAL Foreground%, BYVAL Background%)
  1918. Type: Graphics-EGA
  1919. Desc: Set the colors
  1920.  
  1921. Name: G8ELLIPSE
  1922. Mod : G8ELLIPS.OBJ
  1923. Decl: DECLARE SUB G8Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  1924. Type: Graphics-EGA
  1925. Desc: Draw a circle or ellipse
  1926.  
  1927. Name: G8GETCOLOR
  1928. Mod : G8.OBJ
  1929. Decl: DECLARE SUB G8GetColor (Foreground%, Background%)
  1930. Type: Graphics-EGA
  1931. Desc: Get the current colors
  1932.  
  1933. Name: G8GETLOCATE
  1934. Mod : GGETLOC.OBJ
  1935. Decl: DECLARE SUB G8GetLocate (Row%, Column%)
  1936. Type: Graphics-EGA
  1937. Desc: Get the cursor position
  1938.  
  1939. Name: G8LINE
  1940. Mod : G8.OBJ
  1941. Decl: DECLARE SUB G8Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  1942. Type: Graphics-EGA
  1943. Desc: Draw a line
  1944.  
  1945. Name: G8LOCATE
  1946. Mod : GLOCATE.OBJ
  1947. Decl: DECLARE SUB G8Locate (BYVAL Row%, BYVAL Column%)
  1948. Type: Graphics-EGA
  1949. Desc: Set the cursor position
  1950.  
  1951. Name: G8MODE
  1952. Mod : G8MODE.OBJ
  1953. Decl: DECLARE SUB G8Mode (BYVAL Graphics%)
  1954. Type: Graphics-EGA
  1955. Desc: Switch between text and graphics modes
  1956.  
  1957. Name: G8PLOT
  1958. Mod : G8.OBJ
  1959. Decl: DECLARE SUB G8Plot (BYVAL x%, BYVAL y%)
  1960. Type: Graphics-EGA
  1961. Desc: Draw a dot
  1962.  
  1963. Name: G8POLYGON
  1964. Mod : G8POLY.OBJ
  1965. Decl: DECLARE SUB G8Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  1966. Type: Graphics-EGA
  1967. Desc: Draw a regular polygon
  1968.  
  1969. Name: G8WRITE
  1970. Mod : G8.OBJ
  1971. Decl: DECLARE SUB G8Write (St$)
  1972. Type: Graphics-EGA
  1973. Desc: Display text
  1974.  
  1975. Name: G8WRITELN
  1976. Mod : G8.OBJ
  1977. Decl: DECLARE SUB G8WriteLn (St$)
  1978. Type: Graphics-EGA
  1979. Desc: Display text followed by a <CR><LF>
  1980.  
  1981. Name: G9BANNER
  1982. Mod : G9BANNER.OBJ
  1983. Decl: DECLARE SUB G9Banner (St$, X%, Y%, Xmul%, Ymul%)
  1984. Type: Graphics-EGA
  1985. Desc: Display text of a specified size using graphics coordinates
  1986.  
  1987. Name: G9BOX
  1988. Mod : G9.OBJ
  1989. Decl: DECLARE SUB G9Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  1990. Type: Graphics-EGA
  1991. Desc: Draw a box
  1992.  
  1993. Name: G9CLS
  1994. Mod : G9.OBJ
  1995. Decl: DECLARE SUB G9Cls ()
  1996. Type: Graphics-EGA
  1997. Desc: Clear the screen
  1998.  
  1999. Name: G9COLOR
  2000. Mod : G9.OBJ
  2001. Decl: DECLARE SUB G9Color (BYVAL Foreground%, BYVAL Background%)
  2002. Type: Graphics-EGA
  2003. Desc: Set the colors
  2004.  
  2005. Name: G9ELLIPSE
  2006. Mod : G9ELLIPS.OBJ
  2007. Decl: DECLARE SUB G9Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  2008. Type: Graphics-EGA
  2009. Desc: Draw a circle or ellipse
  2010.  
  2011. Name: G9GETCOLOR
  2012. Mod : G9.OBJ
  2013. Decl: DECLARE SUB G9GetColor (Foreground%, Background%)
  2014. Type: Graphics-EGA
  2015. Desc: Get the current colors
  2016.  
  2017. Name: G9GETLOCATE
  2018. Mod : GGETLOC.OBJ
  2019. Decl: DECLARE SUB G9GetLocate (Row%, Column%)
  2020. Type: Graphics-EGA
  2021. Desc: Get the cursor position
  2022.  
  2023. Name: G9LINE
  2024. Mod : G9.OBJ
  2025. Decl: DECLARE SUB G9Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  2026. Type: Graphics-EGA
  2027. Desc: Draw a line
  2028.  
  2029. Name: G9LOCATE
  2030. Mod : GLOCATE.OBJ
  2031. Decl: DECLARE SUB G9Locate (BYVAL Row%, BYVAL Column%)
  2032. Type: Graphics-EGA
  2033. Desc: Set the cursor position
  2034.  
  2035. Name: G9MODE
  2036. Mod : G9MODE.OBJ
  2037. Decl: DECLARE SUB G9Mode (BYVAL Graphics%)
  2038. Type: Graphics-EGA
  2039. Desc: Switch between text and graphics modes
  2040.  
  2041. Name: G9PLOT
  2042. Mod : G9.OBJ
  2043. Decl: DECLARE SUB G9Plot (BYVAL x%, BYVAL y%)
  2044. Type: Graphics-EGA
  2045. Desc: Draw a dot
  2046.  
  2047. Name: G9POLYGON
  2048. Mod : G9POLY.OBJ
  2049. Decl: DECLARE SUB G9Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  2050. Type: Graphics-EGA
  2051. Desc: Draw a regular polygon
  2052.  
  2053. Name: G9WRITE
  2054. Mod : G9.OBJ
  2055. Decl: DECLARE SUB G9Write (St$)
  2056. Type: Graphics-EGA
  2057. Desc: Display text
  2058.  
  2059. Name: G9WRITELN
  2060. Mod : G9.OBJ
  2061. Decl: DECLARE SUB G9WriteLn (St$)
  2062. Type: Graphics-EGA
  2063. Desc: Display text followed by a <CR><LF>
  2064.  
  2065. Name: G10BANNER
  2066. Mod : G10BANNE.OBJ
  2067. Decl: DECLARE SUB G10Banner (St$, X%, Y%, Xmul%, Ymul%)
  2068. Type: Graphics-EGA
  2069. Desc: Display text of a specified size using graphics coordinates
  2070.  
  2071. Name: G10BOX
  2072. Mod : G10.OBJ
  2073. Decl: DECLARE SUB G10Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  2074. Type: Graphics-EGA
  2075. Desc: Draw a box
  2076.  
  2077. Name: G10CLS
  2078. Mod : G10.OBJ
  2079. Decl: DECLARE SUB G10Cls ()
  2080. Type: Graphics-EGA
  2081. Desc: Clear the screen
  2082.  
  2083. Name: G10COLOR
  2084. Mod : G10.OBJ
  2085. Decl: DECLARE SUB G10Color (BYVAL Foreground%, BYVAL Background%)
  2086. Type: Graphics-EGA
  2087. Desc: Set the colors
  2088.  
  2089. Name: G10ELLIPSE
  2090. Mod : G10ELLIP.OBJ
  2091. Decl: DECLARE SUB G10Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  2092. Type: Graphics-EGA
  2093. Desc: Draw a circle or ellipse
  2094.  
  2095. Name: G10GETCOLOR
  2096. Mod : G10.OBJ
  2097. Decl: DECLARE SUB G10GetColor (Foreground%, Background%)
  2098. Type: Graphics-EGA
  2099. Desc: Get the current colors
  2100.  
  2101. Name: G10GETLOCATE
  2102. Mod : GGETLOC.OBJ
  2103. Decl: DECLARE SUB G10GetLocate (Row%, Column%)
  2104. Type: Graphics-EGA
  2105. Desc: Get the cursor position
  2106.  
  2107. Name: G10LINE
  2108. Mod : G10.OBJ
  2109. Decl: DECLARE SUB G10Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  2110. Type: Graphics-EGA
  2111. Desc: Draw a line
  2112.  
  2113. Name: G10LOCATE
  2114. Mod : GLOCATE.OBJ
  2115. Decl: DECLARE SUB G10Locate (BYVAL Row%, BYVAL Column%)
  2116. Type: Graphics-EGA
  2117. Desc: Set the cursor position
  2118.  
  2119. Name: G10MODE
  2120. Mod : G10MODE.OBJ
  2121. Decl: DECLARE SUB G10Mode (BYVAL Graphics%)
  2122. Type: Graphics-EGA
  2123. Desc: Switch between text and graphics modes
  2124.  
  2125. Name: G10PLOT
  2126. Mod : G10.OBJ
  2127. Decl: DECLARE SUB G10Plot (BYVAL x%, BYVAL y%)
  2128. Type: Graphics-EGA
  2129. Desc: Draw a dot
  2130.  
  2131. Name: G10POLYGON
  2132. Mod : G10POLY.OBJ
  2133. Decl: DECLARE SUB G10Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  2134. Type: Graphics-EGA
  2135. Desc: Draw a regular polygon
  2136.  
  2137. Name: G10WRITE
  2138. Mod : G10.OBJ
  2139. Decl: DECLARE SUB G10Write (St$)
  2140. Type: Graphics-EGA
  2141. Desc: Display text
  2142.  
  2143. Name: G10WRITELN
  2144. Mod : G10.OBJ
  2145. Decl: DECLARE SUB G10WriteLn (St$)
  2146. Type: Graphics-EGA
  2147. Desc: Display text followed by a <CR><LF>
  2148.  
  2149. Name: G11BANNER
  2150. Mod : G11BANNE.OBJ
  2151. Decl: DECLARE SUB G11Banner (St$, X%, Y%, Xmul%, Ymul%)
  2152. Type: Graphics-VGA
  2153. Desc: Display text of a specified size using graphics coordinates
  2154.  
  2155. Name: G11BOX
  2156. Mod : G11.OBJ
  2157. Decl: DECLARE SUB G11Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  2158. Type: Graphics-VGA
  2159. Desc: Draw a box
  2160.  
  2161. Name: G11CLS
  2162. Mod : G11.OBJ
  2163. Decl: DECLARE SUB G11Cls ()
  2164. Type: Graphics-VGA
  2165. Desc: Clear the screen
  2166.  
  2167. Name: G11COLOR
  2168. Mod : G11.OBJ
  2169. Decl: DECLARE SUB G11Color (BYVAL Foreground%, BYVAL Background%)
  2170. Type: Graphics-VGA
  2171. Desc: Set the colors
  2172.  
  2173. Name: G11ELLIPSE
  2174. Mod : G11ELLIP.OBJ
  2175. Decl: DECLARE SUB G11Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  2176. Type: Graphics-VGA
  2177. Desc: Draw a circle or ellipse
  2178.  
  2179. Name: G11GETCOLOR
  2180. Mod : G11.OBJ
  2181. Decl: DECLARE SUB G11GetColor (Foreground%, Background%)
  2182. Type: Graphics-VGA
  2183. Desc: Get the current colors
  2184.  
  2185. Name: G11GETLOCATE
  2186. Mod : GGETLOC.OBJ
  2187. Decl: DECLARE SUB G11GetLocate (Row%, Column%)
  2188. Type: Graphics-VGA
  2189. Desc: Get the cursor position
  2190.  
  2191. Name: G11LINE
  2192. Mod : G11.OBJ
  2193. Decl: DECLARE SUB G11Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  2194. Type: Graphics-VGA
  2195. Desc: Draw a line
  2196.  
  2197. Name: G11LOCATE
  2198. Mod : GLOCATE.OBJ
  2199. Decl: DECLARE SUB G11Locate (BYVAL Row%, BYVAL Column%)
  2200. Type: Graphics-VGA
  2201. Desc: Set the cursor position
  2202.  
  2203. Name: G11MODE
  2204. Mod : G11MODE.OBJ
  2205. Decl: DECLARE SUB G11Mode (BYVAL Graphics%)
  2206. Type: Graphics-VGA
  2207. Desc: Switch between text and graphics modes
  2208.  
  2209. Name: G11PLOT
  2210. Mod : G11.OBJ
  2211. Decl: DECLARE SUB G11Plot (BYVAL X%, BYVAL Y%)
  2212. Type: Graphics-VGA
  2213. Desc: Draw a dot
  2214.  
  2215. Name: G11POLYGON
  2216. Mod : G11POLY.OBJ
  2217. Decl: DECLARE SUB G11Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  2218. Type: Graphics-VGA
  2219. Desc: Draw a regular polygon
  2220.  
  2221. Name: G11WRITE
  2222. Mod : G11.OBJ
  2223. Decl: DECLARE SUB G11Write (St$)
  2224. Type: Graphics-VGA
  2225. Desc: Display text
  2226.  
  2227. Name: G11WRITELN
  2228. Mod : G11.OBJ
  2229. Decl: DECLARE SUB G11WriteLn (St$)
  2230. Type: Graphics-VGA
  2231. Desc: Display text followed by a <CR><LF>
  2232.  
  2233. Name: G12BANNER
  2234. Mod : G12BANNE.OBJ
  2235. Decl: DECLARE SUB G12Banner (St$, X%, Y%, Xmul%, Ymul%)
  2236. Type: Graphics-VGA
  2237. Desc: Display text of a specified size using graphics coordinates
  2238.  
  2239. Name: G12BOX
  2240. Mod : G12.OBJ
  2241. Decl: DECLARE SUB G12Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  2242. Type: Graphics-VGA
  2243. Desc: Draw a box
  2244.  
  2245. Name: G12CLS
  2246. Mod : G12.OBJ
  2247. Decl: DECLARE SUB G12Cls ()
  2248. Type: Graphics-VGA
  2249. Desc: Clear the screen
  2250.  
  2251. Name: G12COLOR
  2252. Mod : G12.OBJ
  2253. Decl: DECLARE SUB G12Color (BYVAL Foreground%, BYVAL Background%)
  2254. Type: Graphics-VGA
  2255. Desc: Set the colors
  2256.  
  2257. Name: G12ELLIPSE
  2258. Mod : G12ELLIP.OBJ
  2259. Decl: DECLARE SUB G12Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  2260. Type: Graphics-VGA
  2261. Desc: Draw a circle or ellipse
  2262.  
  2263. Name: G12GETCOLOR
  2264. Mod : G12.OBJ
  2265. Decl: DECLARE SUB G12GetColor (Foreground%, Background%)
  2266. Type: Graphics-VGA
  2267. Desc: Get the current colors
  2268.  
  2269. Name: G12GETLOCATE
  2270. Mod : GGETLOC.OBJ
  2271. Decl: DECLARE SUB G12GetLocate (Row%, Column%)
  2272. Type: Graphics-VGA
  2273. Desc: Get the cursor position
  2274.  
  2275. Name: G12LINE
  2276. Mod : G12.OBJ
  2277. Decl: DECLARE SUB G12Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  2278. Type: Graphics-VGA
  2279. Desc: Draw a line
  2280.  
  2281. Name: G12LOCATE
  2282. Mod : GLOCATE.OBJ
  2283. Decl: DECLARE SUB G12Locate (BYVAL Row%, BYVAL Column%)
  2284. Type: Graphics-VGA
  2285. Desc: Set the cursor position
  2286.  
  2287. Name: G12MODE
  2288. Mod : G12MODE.OBJ
  2289. Decl: DECLARE SUB G12Mode (BYVAL Graphics%)
  2290. Type: Graphics-VGA
  2291. Desc: Switch between text and graphics modes
  2292.  
  2293. Name: G12PLOT
  2294. Mod : G12.OBJ
  2295. Decl: DECLARE SUB G12Plot (BYVAL X%, BYVAL Y%)
  2296. Type: Graphics-VGA
  2297. Desc: Draw a dot
  2298.  
  2299. Name: G12POLYGON
  2300. Mod : G12POLY.OBJ
  2301. Decl: DECLARE SUB G12Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  2302. Type: Graphics-VGA
  2303. Desc: Draw a regular polygon
  2304.  
  2305. Name: G12WRITE
  2306. Mod : G12.OBJ
  2307. Decl: DECLARE SUB G12Write (St$)
  2308. Type: Graphics-VGA
  2309. Desc: Display text
  2310.  
  2311. Name: G12WRITELN
  2312. Mod : G12.OBJ
  2313. Decl: DECLARE SUB G12WriteLn (St$)
  2314. Type: Graphics-VGA
  2315. Desc: Display text followed by a <CR><LF>
  2316.  
  2317. Name: G13BANNER
  2318. Mod : G13BANNE.OBJ
  2319. Decl: DECLARE SUB G13Banner (St$, X%, Y%, Xmul%, Ymul%)
  2320. Type: Graphics-VGA
  2321. Desc: Display text of a specified size using graphics coordinates
  2322.  
  2323. Name: G13BOX
  2324. Mod : G13.OBJ
  2325. Decl: DECLARE SUB G13Box (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%, BYVAL Fill%)
  2326. Type: Graphics-VGA
  2327. Desc: Draw a box
  2328.  
  2329. Name: G13CLS
  2330. Mod : G13.OBJ
  2331. Decl: DECLARE SUB G13Cls ()
  2332. Type: Graphics-VGA
  2333. Desc: Clear the screen
  2334.  
  2335. Name: G13COLOR
  2336. Mod : G13.OBJ
  2337. Decl: DECLARE SUB G13Color (BYVAL Foreground%, BYVAL Background%)
  2338. Type: Graphics-VGA
  2339. Desc: Set the colors
  2340.  
  2341. Name: G13ELLIPSE
  2342. Mod : G13ELLIP.OBJ
  2343. Decl: DECLARE SUB G13Ellipse (CenterX%, CenterY%, XRadius%, YRadius%)
  2344. Type: Graphics-VGA
  2345. Desc: Draw a circle or ellipse
  2346.  
  2347. Name: G13GET
  2348. Mod : G13GET.OBJ
  2349. Decl: DECLARE SUB G13Get (X1%, Y1%, X2%, Y2%, Image%())
  2350. Type: Graphics-VGA
  2351. Desc: Get a GET/PUT image
  2352.  
  2353. Name: G13GETCOLOR
  2354. Mod : G13.OBJ
  2355. Decl: DECLARE SUB G13GetColor (Foreground%, Background%)
  2356. Type: Graphics-VGA
  2357. Desc: Get the current colors
  2358.  
  2359. Name: G13GETLOCATE
  2360. Mod : GGETLOC.OBJ
  2361. Decl: DECLARE SUB G13GetLocate (Row%, Column%)
  2362. Type: Graphics-VGA
  2363. Desc: Get the cursor position
  2364.  
  2365. Name: G13LINE
  2366. Mod : G13.OBJ
  2367. Decl: DECLARE SUB G13Line (BYVAL X1%, BYVAL Y1%, BYVAL X2%, BYVAL Y2%)
  2368. Type: Graphics-VGA
  2369. Desc: Draw a line
  2370.  
  2371. Name: G13LOCATE
  2372. Mod : GLOCATE.OBJ
  2373. Decl: DECLARE SUB G13Locate (BYVAL Row%, BYVAL Column%)
  2374. Type: Graphics-VGA
  2375. Desc: Set the cursor position
  2376.  
  2377. Name: G13MODE
  2378. Mod : G13MODE.OBJ
  2379. Decl: DECLARE SUB G13Mode (BYVAL Graphics%)
  2380. Type: Graphics-VGA
  2381. Desc: Switch between text and graphics modes
  2382.  
  2383. Name: G13PLOT
  2384. Mod : G13.OBJ
  2385. Decl: DECLARE SUB G13Plot (BYVAL X%, BYVAL Y%)
  2386. Type: Graphics-VGA
  2387. Desc: Draw a dot
  2388.  
  2389. Name: G13PUT
  2390. Mod : G13PUT.OBJ
  2391. Decl: DECLARE SUB G13Put (StartX%, StartY%, Image%())
  2392. Type: Graphics-VGA
  2393. Desc: Display a GET/PUT image
  2394.  
  2395. Name: G13POLYGON
  2396. Mod : G13POLY.OBJ
  2397. Decl: DECLARE SUB G13Polygon (X%, Y%, Radius%, Vertices%, Angle!)
  2398. Type: Graphics-VGA
  2399. Desc: Draw a regular polygon
  2400.  
  2401. Name: G13WRITE
  2402. Mod : G13.OBJ
  2403. Decl: DECLARE SUB G13Write (St$)
  2404. Type: Graphics-VGA
  2405. Desc: Display text
  2406.  
  2407. Name: G13WRITELN
  2408. Mod : G13.OBJ
  2409. Decl: DECLARE SUB G13WriteLn (St$)
  2410. Type: Graphics-VGA
  2411. Desc: Display text followed by a <CR><LF>
  2412.  
  2413. Name: MALLOCATE
  2414. Mod : MEMORYQ.OBJ
  2415. Decl: DECLARE SUB MAllocate (Bytes&, Ptr&, ErrCode%)
  2416. Type: Memory
  2417. Desc: Allocate a block of memory
  2418.  
  2419. Name: MDEALLOCATE
  2420. Mod : MEMORYQ.OBJ
  2421. Decl: DECLARE SUB MDeallocate (Ptr&, ErrCode%)
  2422. Type: Memory
  2423. Desc: Deallocate (free) a block of memory
  2424.  
  2425. Name: MFILL
  2426. Mod : MFILL.OBJ
  2427. Decl: DECLARE SUB MFill (Ptr&, BYVAL Value%, Bytes&)
  2428. Type: Memory
  2429. Desc: Fill a block of memory with a desired value
  2430.  
  2431. Name: MMOVE
  2432. Mod : MMOVE.OBJ
  2433. Decl: DECLARE SUB MMove (FromPtr&, ToPtr&, Bytes&)
  2434. Type: Memory
  2435. Desc: Copy the contents of one block of memory to another
  2436.  
  2437. Name: MPUTCHR
  2438. Mod : MPUTCHR.OBJ
  2439. Decl: DECLARE SUB MPutChr (Ptr&, Ch$)
  2440. Type: Memory
  2441. Desc: Put a character into a pointer location
  2442.  
  2443. Name: MSPLITPTR
  2444. Mod : MSPLITPT.OBJ
  2445. Decl: DECLARE SUB MSplitPtr (Ptr&, TSeg%, TOfs%)
  2446. Type: Memory
  2447. Desc: Convert an address from a pointer to segment/offset form
  2448.  
  2449. Name: SCREENSIZE
  2450. Mod : SCRNSIZE.OBJ
  2451. Decl: DECLARE SUB ScreenSize (Rows%, Columns%)
  2452. Type: Miscellaneous
  2453. Desc: Return the current text screen size
  2454.  
  2455. Name: STARTXMODEMSEND
  2456. Mod : TCSEND.OBJ
  2457. Decl: DECLARE SUB StartXmodemSend (Handle%, Protocol$, Baud$, MaxRec%, Record%, EstTime$, ErrCode%)
  2458. Type: Serial
  2459. Desc: Start an Xmodem "send"
  2460.  
  2461. Name: TCDONE
  2462. Mod : TCQ.OBJ
  2463. Decl: DECLARE SUB TCDone ()
  2464. Type: Serial
  2465. Desc: Terminate the serial communications handler
  2466.  
  2467. Name: TCDTR
  2468. Mod : TCDTR.OBJ
  2469. Decl: DECLARE SUB TCDTR (BYVAL State%)
  2470. Type: Serial
  2471. Desc: Set the state of the DTR
  2472.  
  2473. Name: TCFLUSHIN
  2474. Mod : TC.OBJ
  2475. Decl: DECLARE SUB TCFlushIn ()
  2476. Type: Serial
  2477. Desc: Flush the input buffer
  2478.  
  2479. Name: TCFLUSHOUT
  2480. Mod : TC.OBJ
  2481. Decl: DECLARE SUB TCFlushOut ()
  2482. Type: Serial
  2483. Desc: Flush the output buffer
  2484.  
  2485. Name: TCINIT
  2486. Mod : TCQ.OBJ
  2487. Decl: DECLARE SUB TCInit (Port%, InSize%, OutSize%, ErrCode%)
  2488. Type: Serial
  2489. Desc: Initialize the serial communications routines
  2490.  
  2491. Name: TCPARMS
  2492. Mod : TCQ.OBJ
  2493. Decl: DECLARE SUB TCParms (Parity$, WordLength%, StopBits%)
  2494. Type: Serial
  2495. Desc: Initialize the serial port
  2496.  
  2497. Name: TCSPEED
  2498. Mod : TC.OBJ
  2499. Decl: DECLARE SUB TCSpeed (Bps&)
  2500. Type: Serial
  2501. Desc: Set the "baud rate"
  2502.  
  2503. Name: TCWRITE
  2504. Mod : TC.OBJ
  2505. Decl: DECLARE SUB TCWrite (St$)
  2506. Type: Serial
  2507. Desc: Write a string to the output buffer
  2508.  
  2509. Name: TCWRITELN
  2510. Mod : TC.OBJ
  2511. Decl: DECLARE SUB TCWriteLn (St$)
  2512. Type: Serial
  2513. Desc: Write a string and a <CR><LF> to the output buffer
  2514.  
  2515. Name: VGETPALETTE
  2516. Mod : VGETPAL.OBJ
  2517. Decl: DECLARE SUB VGetPalette (BYVAL PalReg%, Red%, Green%, Blue%)
  2518. Type: Graphics-VGA
  2519. Desc: Get palette settings
  2520.  
  2521. Name: VPALETTE
  2522. Mod : VPALETTE.OBJ
  2523. Decl: DECLARE SUB VPalette (BYVAL PalReg%, BYVAL Red%, BYVAL Green%, BYVAL Blue%)
  2524. Type: Graphics-VGA
  2525. Desc: Set a palette value
  2526.  
  2527. Name: WCLEAR
  2528. Mod : VWS.OBJ
  2529. Decl: DECLARE SUB WClear (BYVAL Handle%)
  2530. Type: Window
  2531. Desc: Clear a virtual screen
  2532.  
  2533. Name: WCLOSE
  2534. Mod : VWS.OBJ
  2535. Decl: DECLARE SUB WClose (BYVAL Handle%)
  2536. Type: Window
  2537. Desc: Close a virtual screen
  2538.  
  2539. Name: WCOLLAPSE
  2540. Mod : WCOLLAPS.OBJ
  2541. Decl: DECLARE SUB WCollapse (Handle%)
  2542. Type: Window
  2543. Desc: Close a virtual screen with a "collapsing" effect
  2544.  
  2545. Name: WCOLOR
  2546. Mod : WCOLOR.OBJ
  2547. Decl: DECLARE SUB WColor (BYVAL Handle%, BYVAL Fore%, BYVAL Back%)
  2548. Type: Window
  2549. Desc: Set the colors for a virtual screen
  2550.  
  2551. Name: WCONTROL
  2552. Mod : WCONTROL.OBJ
  2553. Decl: DECLARE SUB WControl (BYVAL Handle%, BYVAL DoControl%)
  2554. Type: Window
  2555. Desc: Set whether a virtual screen should interpret control codes
  2556.  
  2557. Name: WCOPY
  2558. Mod : WCOPY.OBJ
  2559. Decl: DECLARE SUB WCopy (BYVAL FromHandle%, BYVAL ToHandle%)
  2560. Type: Window
  2561. Desc: Copy the contents of one virtual screen to another
  2562.  
  2563. Name: WCURSOR
  2564. Mod : VWS.OBJ
  2565. Decl: DECLARE SUB WCursor (BYVAL Handle%, BYVAL CSize%)
  2566. Type: Window
  2567. Desc: Set the cursor size for a window
  2568.  
  2569. Name: WDELCHR
  2570. Mod : WDELCHR.OBJ
  2571. Decl: DECLARE SUB WDelChr (BYVAL Handle%)
  2572. Type: Window
  2573. Desc: Delete a character from a virtual screen
  2574.  
  2575. Name: WDELLINE
  2576. Mod : WDELLINE.OBJ
  2577. Decl: DECLARE SUB WDelLine (BYVAL Handle%)
  2578. Type: Window
  2579. Desc: Delete a row from a virtual screen
  2580.  
  2581. Name: WDONE
  2582. Mod : VWS.OBJ
  2583. Decl: DECLARE SUB WDone ()
  2584. Type: Window
  2585. Desc: Terminate the virtual window handler
  2586.  
  2587. Name: WEXPLODE
  2588. Mod : WEXPLODE.OBJ
  2589. Decl: DECLARE SUB WExplode (Handle%)
  2590. Type: Window
  2591. Desc: "Explode" a window onto the screen
  2592.  
  2593. Name: WFIXCOLOR
  2594. Mod : VWS.OBJ
  2595. Decl: DECLARE SUB WFixColor (BYVAL Convert%)
  2596. Type: Window
  2597. Desc: Set whether to convert colors to be visible on a monochrome display
  2598.  
  2599. Name: WFRAME
  2600. Mod : WFRAME.OBJ
  2601. Decl: DECLARE SUB WFrame (BYVAL Handle%, BYVAL Frame%, BYVAL Fore%, BYVAL Back%)
  2602. Type: Window
  2603. Desc: Set a window frame type
  2604.  
  2605. Name: WGETADDRESS
  2606. Mod : WGETADDR.OBJ
  2607. Decl: DECLARE SUB WGetAddress (BYVAL Handle%, WSeg%, WOfs%)
  2608. Type: Window
  2609. Desc: Get memory address of a virtual screen
  2610.  
  2611. Name: WGETCOLOR
  2612. Mod : WGETCOLO.OBJ
  2613. Decl: DECLARE SUB WGetColor (BYVAL Handle%, Fore%, Back%)
  2614. Type: Window
  2615. Desc: Get the current colors of a virtual screen
  2616.  
  2617. Name: WGETCONTROL
  2618. Mod : WGETCONT.OBJ
  2619. Decl: DECLARE SUB WGetControl (BYVAL Handle%, DoControl%)
  2620. Type: Window
  2621. Desc: Get whether a virtual screen should interpret control codes
  2622.  
  2623. Name: WGETCURSOR
  2624. Mod : WGETCURS.OBJ
  2625. Decl: DECLARE SUB WGetCursor (BYVAL Handle%, CSize%)
  2626. Type: Window
  2627. Desc: Get the cursor position of a virtual screen
  2628.  
  2629. Name: WGETFRAME
  2630. Mod : WGETFRAM.OBJ
  2631. Decl: DECLARE SUB WGetFrame (BYVAL Handle%, Frame%, Fore%, Back%)
  2632. Type: Window
  2633. Desc: Get the frame type of a window
  2634.  
  2635. Name: WGETLOCATE
  2636. Mod : WGETLOCA.OBJ
  2637. Decl: DECLARE SUB WGetLocate (BYVAL Handle%, Row%, Column%)
  2638. Type: Window
  2639. Desc: Get the cursor position within a virtual screen
  2640.  
  2641. Name: WGETPLACE
  2642. Mod : WGETPLAC.OBJ
  2643. Decl: DECLARE SUB WGetPlace (BYVAL Handle%, Row%, Column%)
  2644. Type: Window
  2645. Desc: Get the display location of the upper left corner of a window
  2646.  
  2647. Name: WGETSCROLL
  2648. Mod : WGETSCRO.OBJ
  2649. Decl: DECLARE SUB WGetScroll (BYVAL Handle%, AutoScroll%)
  2650. Type: Window
  2651. Desc: Get whether a virtual screen will autoscroll
  2652.  
  2653. Name: WGETSHADOW
  2654. Mod : WGETSHAD.OBJ
  2655. Decl: DECLARE SUB WGetShadow (BYVAL Handle%, Shadow$, Fore%, Back%)
  2656. Type: Window
  2657. Desc: Get the shadow used by a window
  2658.  
  2659. Name: WGETSIZE
  2660. Mod : WGETSIZE.OBJ
  2661. Decl: DECLARE SUB WGetSize (BYVAL Handle%, Rows%, Columns%)
  2662. Type: Window
  2663. Desc: Get the size of a window
  2664.  
  2665. Name: WGETTITLE
  2666. Mod : WGETTITL.OBJ
  2667. Decl: DECLARE SUB WGetTitle (BYVAL Handle%, Title$, TLen%, Fore%, Back%)
  2668. Type: Window
  2669. Desc: Get the title of a window
  2670.  
  2671. Name: WGETTOP
  2672. Mod : VWS.OBJ
  2673. Decl: DECLARE SUB WGetTop (Handle%)
  2674. Type: Window
  2675. Desc: Get the top window
  2676.  
  2677. Name: WGETUFRAME
  2678. Mod : VWS.OBJ
  2679. Decl: DECLARE SUB WGetUFrame (BYVAL Frame%, FrameInfo$)
  2680. Type: Window
  2681. Desc: Get the definitions for a user-defined frame
  2682.  
  2683. Name: WGETVIEW
  2684. Mod : WGETVIEW.OBJ
  2685. Decl: DECLARE SUB WGetView (BYVAL Handle%, Row%, Column%)
  2686. Type: Window
  2687. Desc: Get the upper left of where a window starts within a virtual screen
  2688.  
  2689. Name: WGETVSIZE
  2690. Mod : WGETVSIZ.OBJ
  2691. Decl: DECLARE SUB WGetVSize (BYVAL Handle%, Rows%, Columns%)
  2692. Type: Window
  2693. Desc: Get the size of a virtual screen
  2694.  
  2695. Name: WHIDDEN
  2696. Mod : WHIDDEN.OBJ
  2697. Decl: DECLARE SUB WHidden (BYVAL Handle%, Hidden%)
  2698. Type: Window
  2699. Desc: Get whether a window is visible or hidden
  2700.  
  2701. Name: WHIDE
  2702. Mod : WHIDE.OBJ
  2703. Decl: DECLARE SUB WHide (BYVAL Handle%, BYVAL Hide%)
  2704. Type: Window
  2705. Desc: Set whether a window should be visible or hidden
  2706.  
  2707. Name: WINIT
  2708. Mod : VWSQ.OBJ
  2709. Decl: DECLARE SUB WInit (Rows%, Columns%, ErrCode%)
  2710. Type: Window
  2711. Desc: Initialize the virtual window handler
  2712.  
  2713. Name: WINPUT
  2714. Mod : WINPUT.OBJ
  2715. Decl: DECLARE SUB WInput (Handle%, Valid$, ExitCode$, ExtExitCode$, MaxLength%, St$, ExitKey$)
  2716. Type: Window
  2717. Desc: Input a string in a virtual screen
  2718.  
  2719. Name: WINSCHR
  2720. Mod : WINSCHR.OBJ
  2721. Decl: DECLARE SUB WInsChr (BYVAL Handle%)
  2722. Type: Window
  2723. Desc: Insert a space in a virtual screen
  2724.  
  2725. Name: WINSLINE
  2726. Mod : WINSLINE.OBJ
  2727. Decl: DECLARE SUB WInsLine (BYVAL Handle%)
  2728. Type: Window
  2729. Desc: Insert a blank line in a virtual screen
  2730.  
  2731. Name: WLOCATE
  2732. Mod : WLOCATE.OBJ
  2733. Decl: DECLARE SUB WLocate (BYVAL Handle%, BYVAL Row%, BYVAL Column%)
  2734. Type: Window
  2735. Desc: Set the cursor position in a virtual screen
  2736.  
  2737. Name: WOPEN
  2738. Mod : VWSQ.OBJ
  2739. Decl: DECLARE SUB WOpen (Rows%, Columns%, SRow1%, SCol1%, SRow2%, SCol2%, Handle%, ErrCode%)
  2740. Type: Window
  2741. Desc: Open a new window
  2742.  
  2743. Name: WPLACE
  2744. Mod : WPLACE.OBJ
  2745. Decl: DECLARE SUB WPlace (BYVAL Handle%, BYVAL Row%, BYVAL Column%)
  2746. Type: Window
  2747. Desc: Set the upper left column of a window on the display
  2748.  
  2749. Name: WSCROLL
  2750. Mod : WSCROLL.OBJ
  2751. Decl: DECLARE SUB WScroll (BYVAL Handle%, BYVAL AutoScroll%)
  2752. Type: Window
  2753. Desc: Set whether a virtual screen should autoscroll
  2754.  
  2755. Name: WSHADOW
  2756. Mod : WSHADOW.OBJ
  2757. Decl: DECLARE SUB WShadow (BYVAL Handle%, Shadow$, BYVAL Fore%, BYVAL Back%)
  2758. Type: Window
  2759. Desc: Set the shadow for a window
  2760.  
  2761. Name: WSIZE
  2762. Mod : WSIZE.OBJ
  2763. Decl: DECLARE SUB WSize (BYVAL Handle%, BYVAL Rows%, BYVAL Columns%)
  2764. Type: Window
  2765. Desc: Set the size of a window
  2766.  
  2767. Name: WSNOW
  2768. Mod : VWS.OBJ
  2769. Decl: DECLARE SUB WSnow (BYVAL KillFlicker%)
  2770. Type: Window
  2771. Desc: Set whether to use display snow suppression (for some CGAs)
  2772.  
  2773. Name: WTITLE
  2774. Mod : WTITLE.OBJ
  2775. Decl: DECLARE SUB WTitle (BYVAL Handle%, Title$, BYVAL Fore%, BYVAL Back%)
  2776. Type: Window
  2777. Desc: Set the title of a window
  2778.  
  2779. Name: WTOP
  2780. Mod : VWS.OBJ
  2781. Decl: DECLARE SUB WTop (BYVAL Handle%)
  2782. Type: Window
  2783. Desc: Set the top window
  2784.  
  2785. Name: WUPDATE
  2786. Mod : VWS.OBJ
  2787. Decl: DECLARE SUB WUpdate ()
  2788. Type: Window
  2789. Desc: Update the display from the virtual screens
  2790.  
  2791. Name: WUSERFRAME
  2792. Mod : VWS.OBJ
  2793. Decl: DECLARE SUB WUserFrame (BYVAL Frame%, FrameInfo$)
  2794. Type: Window
  2795. Desc: Define a window frame type
  2796.  
  2797. Name: WVIEW
  2798. Mod : WVIEW.OBJ
  2799. Decl: DECLARE SUB WView (BYVAL Handle%, BYVAL Row%, BYVAL Column%)
  2800. Type: Window
  2801. Desc: Set the upper left corner of a window within a virtual screen
  2802.  
  2803. Name: WWRITE
  2804. Mod : VWS.OBJ
  2805. Decl: DECLARE SUB WWrite (BYVAL Handle%, St$)
  2806. Type: Window
  2807. Desc: Display text
  2808.  
  2809. Name: WWRITELN
  2810. Mod : VWS.OBJ
  2811. Decl: DECLARE SUB WWriteLn (BYVAL Handle%, St$)
  2812. Type: Window
  2813. Desc: Display text followed by a <CR><LF>
  2814.  
  2815. Name: XMODEMSEND
  2816. Mod : TCSEND.OBJ
  2817. Decl: DECLARE SUB XmodemSend (Handle%, Protocol$, MaxRec%, Record%, ErrCount%, ErrCode%)
  2818. Type: Serial
  2819. Desc: Continue an Xmodem "send"
  2820.  
  2821. Name: ADDPAREN0
  2822. Mod : EVAL.OBJ
  2823. Type: PRIVATE
  2824.  
  2825. Name: BASEPORT
  2826. Mod : TC.OBJ
  2827. Type: PRIVATE
  2828.  
  2829. Name: BCDADD1
  2830. Mod : BCDADD1.OBJ
  2831. Type: PRIVATE
  2832.  
  2833. Name: BCDDIV1L
  2834. Mod : BCDDIV1.OBJ
  2835. Type: PRIVATE
  2836.  
  2837. Name: BCDDIV1R
  2838. Mod : BCDDIV1.OBJ
  2839. Type: PRIVATE
  2840.  
  2841. Name: BCDMUL1
  2842. Mod : BCDMUL1.OBJ
  2843. Type: PRIVATE
  2844.  
  2845. Name: BCDSUB1
  2846. Mod : BCDSUB1.OBJ
  2847. Type: PRIVATE
  2848.  
  2849. Name: BFONTROW0
  2850. Mod : BFONT.OBJ
  2851. Type: PRIVATE
  2852.  
  2853. Name: BFONTROWS0
  2854. Mod : BFONT.OBJ
  2855. Type: PRIVATE
  2856.  
  2857. Name: CHECKCOORD
  2858. Mod : VWS.OBJ
  2859. Type: PRIVATE
  2860.  
  2861. Name: CHECKSUM0
  2862. Mod : CRC0.OBJ
  2863. Type: PRIVATE
  2864.  
  2865. Name: COMPLEMENT
  2866. Mod : BCDSUB.OBJ
  2867. Type: PRIVATE
  2868.  
  2869. Name: CONSTANT0
  2870. Mod : EVAL.OBJ
  2871. Type: PRIVATE
  2872.  
  2873. Name: CRC0
  2874. Mod : CRC0.OBJ
  2875. Type: PRIVATE
  2876.  
  2877. Name: CRITDONE
  2878. Mod : CRITERRO.OBJ
  2879. Type: PRIVATE
  2880.  
  2881. Name: CRITERROR
  2882. Mod : CRITERRO.OBJ
  2883. Type: PRIVATE
  2884.  
  2885. Name: CRITINIT
  2886. Mod : CRITERRO.OBJ
  2887. Type: PRIVATE
  2888.  
  2889. Name: DOSV
  2890. Mod : FINIT0.OBJ
  2891. Type: PRIVATE
  2892.  
  2893. Name: EXPR0
  2894. Mod : EVAL.OBJ
  2895. Type: PRIVATE
  2896.  
  2897. Name: FACTOR0
  2898. Mod : EVAL.OBJ
  2899. Type: PRIVATE
  2900.  
  2901. Name: FB2ATTR
  2902. Mod : FB2ATTR.OBJ
  2903. Type: PRIVATE
  2904.  
  2905. Name: FCLOSE0
  2906. Mod : FCLOSE0.OBJ
  2907. Type: PRIVATE
  2908.  
  2909. Name: FDATE0
  2910. Mod : FDATE0.OBJ
  2911. Type: PRIVATE
  2912.  
  2913. Name: FDONE0
  2914. Mod : FDONE0.OBJ
  2915. Type: PRIVATE
  2916.  
  2917. Name: FILE
  2918. Mod : FINIT0.OBJ
  2919. Type: PRIVATE
  2920.  
  2921. Name: FINIT0
  2922. Mod : FINIT0.OBJ
  2923. Type: PRIVATE
  2924.  
  2925. Name: FIXCOLORS
  2926. Mod : VWS.OBJ
  2927. Type: PRIVATE
  2928.  
  2929. Name: FIXPRECEDENCE0
  2930. Mod : EVAL.OBJ
  2931. Type: PRIVATE
  2932.  
  2933. Name: FONTADDR
  2934. Mod : BFONT.OBJ
  2935. Type: PRIVATE
  2936.  
  2937. Name: FONTROWS
  2938. Mod : BFONT.OBJ
  2939. Type: PRIVATE
  2940.  
  2941. Name: FOPEN0
  2942. Mod : FOPEN0.OBJ
  2943. Type: PRIVATE
  2944.  
  2945. Name: FRACREDUCE
  2946. Mod : FRACREDU.OBJ
  2947. Type: PRIVATE
  2948.  
  2949. Name: FSDONE0
  2950. Mod : FARSTR.OBJ
  2951. Type: PRIVATE
  2952.  
  2953. Name: FSNEWBLOCK
  2954. Mod : FARSTR.OBJ
  2955. Type: PRIVATE
  2956.  
  2957. Name: FSSET0
  2958. Mod : FARSTR.OBJ
  2959. Type: PRIVATE
  2960.  
  2961. Name: FTIME0
  2962. Mod : FTIME0.OBJ
  2963. Type: PRIVATE
  2964.  
  2965. Name: G0BOX
  2966. Mod : G0.OBJ
  2967. Type: PRIVATE
  2968.  
  2969. Name: G0CLS
  2970. Mod : G0.OBJ
  2971. Type: PRIVATE
  2972.  
  2973. Name: G0COLOR
  2974. Mod : G0.OBJ
  2975. Type: PRIVATE
  2976.  
  2977. Name: G0GETCOLOR
  2978. Mod : G0.OBJ
  2979. Type: PRIVATE
  2980.  
  2981. Name: G0GETPEL
  2982. Mod : G0.OBJ
  2983. Type: PRIVATE
  2984.  
  2985. Name: G0LINE
  2986. Mod : G0.OBJ
  2987. Type: PRIVATE
  2988.  
  2989. Name: G0MODE
  2990. Mod : G0.OBJ
  2991. Type: PRIVATE
  2992.  
  2993. Name: G0PLOT
  2994. Mod : G0.OBJ
  2995. Type: PRIVATE
  2996.  
  2997. Name: G0WRITE
  2998. Mod : G0.OBJ
  2999. Type: PRIVATE
  3000.  
  3001. Name: G0WRITELN
  3002. Mod : G0.OBJ
  3003. Type: PRIVATE
  3004.  
  3005. Name: G1MIRRORH0
  3006. Mod : G1MIRH0.OBJ
  3007. Type: PRIVATE
  3008.  
  3009. Name: G2MIRRORH0
  3010. Mod : G2MIRH0.OBJ
  3011. Type: PRIVATE
  3012.  
  3013. Name: GN2MODE0
  3014. Mod : GN2.OBJ
  3015. Type: PRIVATE
  3016.  
  3017. Name: GETBIT0
  3018. Mod : GETBIT0.OBJ
  3019. Type: PRIVATE
  3020.  
  3021. Name: GETHANDLE
  3022. Mod : GETHANDL.OBJ
  3023. Type: PRIVATE
  3024.  
  3025. Name: HAN2DESC
  3026. Mod : VWS.OBJ
  3027. Type: PRIVATE
  3028.  
  3029. Name: ISDIGIT0
  3030. Mod : EVAL.OBJ
  3031. Type: PRIVATE
  3032.  
  3033. Name: MALLOCATE0
  3034. Mod : MEMORY0.OBJ
  3035. Type: PRIVATE
  3036.  
  3037. Name: MAXOFS
  3038. Mod : MEMORY.OBJ
  3039. Type: PRIVATE
  3040.  
  3041. Name: MDEALLOCATE0
  3042. Mod : MEMORY0.OBJ
  3043. Type: PRIVATE
  3044.  
  3045. Name: PARENSOK0
  3046. Mod : EVAL.OBJ
  3047. Type: PRIVATE
  3048.  
  3049. Name: PEEL
  3050. Mod : FILEQ.OBJ
  3051. Type: PRIVATE
  3052.  
  3053. Name: READBUFFER
  3054. Mod : READBUFF.OBJ
  3055. Type: PRIVATE
  3056.  
  3057. Name: SETBIT0
  3058. Mod : SETBIT0.OBJ
  3059. Type: PRIVATE
  3060.  
  3061. Name: SPLITPTR
  3062. Mod : MEMORY.OBJ
  3063. Type: PRIVATE
  3064.  
  3065. Name: TCDONE0
  3066. Mod : TC.OBJ
  3067. Type: PRIVATE
  3068.  
  3069. Name: TCINIT0
  3070. Mod : TC.OBJ
  3071. Type: PRIVATE
  3072.  
  3073. Name: TCINSTALLED
  3074. Mod : TC.OBJ
  3075. Type: PRIVATE
  3076.  
  3077. Name: TCPARMS0
  3078. Mod : TC.OBJ
  3079. Type: PRIVATE
  3080.  
  3081. Name: TERM0
  3082. Mod : EVAL.OBJ
  3083. Type: PRIVATE
  3084.  
  3085. Name: TIMETICK
  3086. Mod : TIMETICK.OBJ
  3087. Type: PRIVATE
  3088.  
  3089. Name: WGETMEM0
  3090. Mod : WGETMEM0.OBJ
  3091. Type: PRIVATE
  3092.  
  3093. Name: WIN
  3094. Mod : VWS.OBJ
  3095. Type: PRIVATE
  3096.  
  3097. Name: WINIT0
  3098. Mod : VWS.OBJ
  3099. Type: PRIVATE
  3100.  
  3101. Name: WOPEN0
  3102. Mod : VWS.OBJ
  3103. Type: PRIVATE
  3104.  
  3105. Name: ZEROFILL
  3106. Mod : FILEQ.OBJ
  3107. Type: PRIVATE
  3108.