Home
last modified time | relevance | path

Searched defs:luaL_loadstring (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/lua/src/
Dlauxlib.h82 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable
Dlauxlib.c693 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function