File: regina_os2_dll.def

package info (click to toggle)
regina 3.3-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,952 kB
  • ctags: 7,235
  • sloc: ansic: 50,555; sh: 2,727; lex: 2,298; yacc: 1,498; makefile: 1,017; cpp: 117
file content (44 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
;
; regina_os2_dll.def
;
LIBRARY REGINA INITINSTANCE
DESCRIPTION 'Regina Rexx Interpreter'
DATA    MULTIPLE NONSHARED

STACKSIZE   81920
HEAPSIZE    81920

EXPORTS
       RexxAllocateMemory
       RexxDeregisterExit
       RexxDeregisterFunction
       RexxDeregisterSubcom
       RexxFreeMemory
       RexxQueryExit
       RexxQueryFunction
       RexxQuerySubcom
       RexxRegisterExitDll
       RexxRegisterExitExe
       RexxRegisterFunctionDll
       RexxRegisterFunctionExe
       RexxRegisterSubcomDll
       RexxRegisterSubcomExe
       RexxSetHalt
       RexxStart
       RexxVariablePool
       ReginaVersion
       RexxAddMacro
       RexxAddQueue
       RexxClearMacroSpace
       RexxCreateQueue
       RexxDeleteQueue
       RexxDropMacro
       RexxLoadMacroSpace
       RexxPullQueue
       RexxQueryMacro
       RexxQueryQueue
       RexxReorderMacro
       RexxSaveMacroSpace
       RexxCallBack
       ReginaCleanup
       __regina_faked_main