Searched refs:luaL_loadstring (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lauxlib.h | 80 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable 115 (luaL_loadstring(L, s) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
| H A D | lauxlib.c | 618 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s) {
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 72 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable 116 (luaL_loadstring(L, s) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 547 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function
|