Searched refs:lua_cpcall (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | luac.c | 197 if (lua_cpcall(L,pmain,&s)!=0) fatal(lua_tostring(L,-1)); in main()
|
| H A D | lua.c | 387 status = lua_cpcall(L, &pmain, &s); in main()
|
| H A D | lua.h | 203 LUA_API int (lua_cpcall) (lua_State *L, lua_CFunction func, void *ud); variable
|
| H A D | lapi.c | 850 LUA_API int lua_cpcall (lua_State *L, lua_CFunction func, void *ud) { in lua_cpcall() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 264 #define lua_cpcall(L,f,u) \ macro
|