Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlualib.h27 LUAMOD_API int (luaopen_os) (lua_State *L); variable
Dlinit.c35 {LUA_OSLIBNAME, luaopen_os},
Dloslib.c333 LUAMOD_API int luaopen_os (lua_State *L) { in luaopen_os() function