Line | |
---|
1 | ;; export definitions for Windows32 gawk
|
---|
2 | ;; this is to support extension libraries -- this should generate a gawk.lib
|
---|
3 | ;; against which they can link
|
---|
4 | ;; don't change the ordinals (the numbers after the function names)
|
---|
5 |
|
---|
6 | EXPORTS
|
---|
7 |
|
---|
8 | ;; functions related directly to adding external functions
|
---|
9 | get_argument @1
|
---|
10 | set_value @2
|
---|
11 | make_builtin @3
|
---|
12 | get_curfunc_arg_count @4
|
---|
13 |
|
---|
14 | ;; functions for manipulating data types
|
---|
15 | mk_number @11
|
---|
16 | tmp_string @12
|
---|
17 | unref @13
|
---|
18 | r_force_string @14
|
---|
19 | r_force_number @15
|
---|
20 | nodetype2str @16
|
---|
21 |
|
---|
22 |
|
---|
23 | ;; incidental other functions
|
---|
24 | assoc_lookup @31
|
---|
25 | assoc_clear @32
|
---|
26 | r_dupnode @33
|
---|
27 | set_loc @34
|
---|
28 | update_ERRNO @35
|
---|
29 | r_fatal @36
|
---|
30 | get_actual @37
|
---|
31 |
|
---|
32 | ;; data -- note that this must be redeclared with __declspec(dllimport) in the extension
|
---|
33 | ;; library since the exported symbol is actually a pointer to the data
|
---|
34 |
|
---|
35 | CONVFMTidx @101
|
---|
36 | lintfunc @102
|
---|
37 | do_lint @103
|
---|
38 | stack_ptr @104
|
---|
Note:
See
TracBrowser
for help on using the repository browser.