Searched refs:luaL_loadstring (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lauxlib.h | 73 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable 117 (luaL_loadstring(L, s) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
| H A D | lauxlib.c | 548 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lauxlib.h | 90 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable 133 (luaL_loadstring(L, s) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
| H A D | lauxlib.c | 764 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function
|