mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 05:29:22 +00:00
84 lines
1.1 KiB
Modula-2
84 lines
1.1 KiB
Modula-2
|
EXPORTS
|
||
|
lua_newstate
|
||
|
lua_close
|
||
|
lua_newthread
|
||
|
lua_atpanic
|
||
|
lua_gettop
|
||
|
lua_settop
|
||
|
lua_pushvalue
|
||
|
lua_remove
|
||
|
lua_insert
|
||
|
lua_replace
|
||
|
lua_checkstack
|
||
|
lua_xmove
|
||
|
lua_isnumber
|
||
|
lua_isstring
|
||
|
lua_iscfunction
|
||
|
lua_isuserdata
|
||
|
lua_type
|
||
|
lua_typename
|
||
|
lua_equal
|
||
|
lua_rawequal
|
||
|
lua_lessthan
|
||
|
lua_tonumber
|
||
|
lua_toboolean
|
||
|
lua_tolstring
|
||
|
lua_objlen
|
||
|
lua_tocfunction
|
||
|
lua_touserdata
|
||
|
lua_tothread
|
||
|
lua_pushnil
|
||
|
lua_pushnumber
|
||
|
lua_pushlstring
|
||
|
lua_pushstring
|
||
|
lua_pushvfstring
|
||
|
lua_pushfstring
|
||
|
lua_pushcclosure
|
||
|
lua_pushboolean
|
||
|
lua_pushlightuserdata
|
||
|
lua_pushthread
|
||
|
lua_gettable
|
||
|
lua_getfield
|
||
|
lua_rawget
|
||
|
lua_rawgeti
|
||
|
lua_createtable
|
||
|
lua_newuserdata
|
||
|
lua_getmetatable
|
||
|
lua_getfenv
|
||
|
lua_settable
|
||
|
lua_setfield
|
||
|
lua_rawset
|
||
|
lua_rawseti
|
||
|
lua_setmetatable
|
||
|
lua_setfenv
|
||
|
lua_call
|
||
|
lua_pcall
|
||
|
lua_cpcall
|
||
|
lua_load
|
||
|
lua_dump
|
||
|
lua_yield
|
||
|
lua_resume
|
||
|
lua_status
|
||
|
lua_gc
|
||
|
lua_error
|
||
|
lua_next
|
||
|
lua_concat
|
||
|
lua_getallocf
|
||
|
lua_setallocf
|
||
|
lua_setlevel
|
||
|
lua_getstack
|
||
|
lua_getinfo
|
||
|
lua_getlocal
|
||
|
lua_setlocal
|
||
|
lua_getupvalue
|
||
|
lua_setupvalue
|
||
|
lua_sethook
|
||
|
lua_gethook
|
||
|
lua_gethookmask
|
||
|
lua_gethookcount
|
||
|
luaL_loadbuffer
|
||
|
luaL_openlibs
|
||
|
luaL_newstate
|
||
|
lua_pushinteger
|
||
|
luaL_loadfile
|
||
|
luaL_loadstring
|