Home
last modified time | relevance | path

Searched refs:dll_luaL_openlib (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dif_lua.c121 #define luaL_openlib dll_luaL_openlib
222 void (*dll_luaL_openlib) (lua_State *L, const char *libname, const luaL_Reg *l, int nup); variable
345 {"luaL_openlib", (luaV_function) &dll_luaL_openlib},