Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/lua-5.1.3/src/lua5.1.def @ 68

Last change on this file since 68 was 28, checked in by landauf, 16 years ago
File size: 2.1 KB
Line 
1VERSION 5.1.3
2EXPORTS
3  lua_tolstring
4  lua_typename
5  lua_pushfstring
6  lua_pushvfstring
7  lua_getlocal
8  lua_getupvalue
9  lua_setlocal
10  lua_setupvalue
11  lua_topointer
12  lua_iscfunction
13  lua_isnumber
14  lua_isstring
15  lua_isuserdata
16  lua_toboolean
17  lua_type
18  lua_equal
19  lua_lessthan
20  lua_rawequal
21  lua_checkstack
22  lua_cpcall
23  lua_error
24  lua_getmetatable
25  lua_gettop
26  lua_load
27  lua_next
28  lua_pcall
29  lua_pushthread
30  lua_setfenv
31  lua_setmetatable
32  lua_resume
33  lua_status
34  lua_yield
35  lua_dump
36  lua_gc
37  lua_gethook
38  lua_gethookcount
39  lua_gethookmask
40  lua_getinfo
41  lua_getstack
42  lua_sethook
43  lua_getallocf
44  lua_tocfunction
45  lua_atpanic
46  lua_tointeger
47  lua_tonumber
48  lua_tothread
49  lua_newstate
50  lua_newthread
51  lua_objlen
52  lua_touserdata
53  lua_close
54  lua_call
55  lua_concat
56  lua_createtable
57  lua_getfenv
58  lua_getfield
59  lua_gettable
60  lua_insert
61  lua_pushboolean
62  lua_pushcclosure
63  lua_pushinteger
64  lua_pushlightuserdata
65  lua_pushlstring
66  lua_pushnil
67  lua_pushnumber
68  lua_pushstring
69  lua_pushvalue
70  lua_rawget
71  lua_rawgeti
72  lua_rawset
73  lua_rawseti
74  lua_remove
75  lua_replace
76  lua_setfield
77  lua_settable
78  lua_settop
79  lua_xmove
80  lua_newuserdata
81  lua_setallocf
82  luaL_prepbuffer
83  luaL_checklstring
84  luaL_findtable
85  luaL_gsub
86  luaL_optlstring
87  luaL_newmetatable
88  luaL_argerror
89  luaL_callmeta
90  luaL_checkoption
91  luaL_error
92  luaL_getmetafield
93  luaL_loadbuffer
94  luaL_loadfile
95  luaL_loadstring
96  luaL_ref
97  luaL_typerror
98  luaL_checkinteger
99  luaL_optinteger
100  luaL_checknumber
101  luaL_optnumber
102  luaL_newstate
103  luaL_openlib
104  luaL_addlstring
105  luaL_addstring
106  luaL_addvalue
107  luaL_buffinit
108  luaL_checkany
109  luaL_checkstack
110  luaL_checktype
111  luaL_pushresult
112  luaL_register
113  luaL_unref
114  luaL_where
115  luaL_checkudata
116  luaopen_base
117  luaopen_debug
118  luaopen_io
119  luaopen_math
120  luaopen_os
121  luaopen_package
122  luaopen_string
123  luaopen_table
124  luaL_openlibs
125  luaU_dump
126  luaM_toobig
127  luaM_realloc_
128  luaS_newlstr
129  luaD_growstack
130  luaF_newproto
131 
Note: See TracBrowser for help on using the repository browser.