OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LUAMOD_API
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/mit/lua/dist/src/
lualib.h
20
LUAMOD_API
int (luaopen_base) (lua_State *L);
23
LUAMOD_API
int (luaopen_coroutine) (lua_State *L);
26
LUAMOD_API
int (luaopen_table) (lua_State *L);
29
LUAMOD_API
int (luaopen_io) (lua_State *L);
32
LUAMOD_API
int (luaopen_os) (lua_State *L);
35
LUAMOD_API
int (luaopen_string) (lua_State *L);
38
LUAMOD_API
int (luaopen_utf8) (lua_State *L);
41
LUAMOD_API
int (luaopen_math) (lua_State *L);
44
LUAMOD_API
int (luaopen_debug) (lua_State *L);
47
LUAMOD_API
int (luaopen_package) (lua_State *L)
[
all
...]
lcorolib.c
210
LUAMOD_API
int luaopen_coroutine (lua_State *L) {
lutf8lib.c
289
LUAMOD_API
int luaopen_utf8 (lua_State *L) {
loslib.c
426
LUAMOD_API
int luaopen_os (lua_State *L) {
luaconf.h
279
@@
LUAMOD_API
is a mark for all standard library opening functions.
304
#define
LUAMOD_API
LUA_API
lbaselib.c
549
LUAMOD_API
int luaopen_base (lua_State *L) {
ldblib.c
487
LUAMOD_API
int luaopen_debug (lua_State *L) {
ltablib.c
430
LUAMOD_API
int luaopen_table (lua_State *L) {
liolib.c
821
LUAMOD_API
int luaopen_io (lua_State *L) {
lmathlib.c
753
LUAMOD_API
int luaopen_math (lua_State *L) {
loadlib.c
746
LUAMOD_API
int luaopen_package (lua_State *L) {
lstrlib.c
1899
LUAMOD_API
int luaopen_string (lua_State *L) {
Completed in 31 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026