| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.h | 111 LUA_API void (lua_close) (lua_State *L); 112 LUA_API lua_State *(lua_newthread) (lua_State *L); 120 LUA_API int (lua_gettop) (lua_State *L); 121 LUA_API void (lua_settop) (lua_State *L, int idx); 160 LUA_API void (lua_pushnil) (lua_State *L); 171 LUA_API int (lua_pushthread) (lua_State *L); 215 LUA_API int (lua_status) (lua_State *L); 237 LUA_API int (lua_error) (lua_State *L); 341 LUA_API lua_Hook lua_gethook (lua_State *L); 342 LUA_API int lua_gethookmask (lua_State *L); [all …]
|
| H A D | lapi.c | 140 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread() 159 LUA_API int lua_gettop (lua_State *L) { in lua_gettop() 164 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() 180 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() 191 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert() 242 LUA_API int lua_type (lua_State *L, int idx) { in lua_type() 421 LUA_API void lua_pushnil (lua_State *L) { in lua_pushnil() 519 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() 890 LUA_API int lua_status (lua_State *L) { in lua_status() 964 LUA_API int lua_error (lua_State *L) { in lua_error() [all …]
|
| H A D | luaconf.h | 157 #define LUA_API __declspec(dllexport) macro 159 #define LUA_API __declspec(dllimport) macro 164 #define LUA_API extern macro 169 #define LUALIB_API LUA_API
|
| H A D | ldebug.c | 56 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook() 69 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook() 74 LUA_API int lua_gethookmask (lua_State *L) { in lua_gethookmask() 79 LUA_API int lua_gethookcount (lua_State *L) { in lua_gethookcount() 84 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() 127 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() 138 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal() 232 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
|
| H A D | lstate.c | 143 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() 199 LUA_API void lua_close (lua_State *L) { in lua_close()
|
| H A D | ldo.c | 418 LUA_API int lua_resume (lua_State *L, int nargs) { in lua_resume() 444 LUA_API int lua_yield (lua_State *L, int nresults) { in lua_yield()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 132 LUA_API void (lua_close) (lua_State *L); 133 LUA_API lua_State *(lua_newthread) (lua_State *L); 145 LUA_API int (lua_gettop) (lua_State *L); 192 LUA_API void (lua_arith) (lua_State *L, int op); 205 LUA_API void (lua_pushnil) (lua_State *L); 217 LUA_API int (lua_pushthread) (lua_State *L); 275 LUA_API int (lua_status) (lua_State *L); 301 LUA_API int (lua_error) (lua_State *L); 394 LUA_API lua_Hook (lua_gethook) (lua_State *L); 395 LUA_API int (lua_gethookmask) (lua_State *L); [all …]
|
| H A D | luaconf.h | 151 #define LUA_API __declspec(dllexport) macro 153 #define LUA_API __declspec(dllimport) macro 158 #define LUA_API extern macro 164 #define LUALIB_API LUA_API
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 157 LUA_API int lua_gettop (lua_State *L) { in lua_gettop() 162 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() 179 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() 190 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert() 246 LUA_API int lua_type (lua_State *L, int idx) { in lua_type() 290 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() 462 LUA_API void lua_pushnil (lua_State *L) { in lua_pushnil() 590 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() 1009 LUA_API int lua_status (lua_State *L) { in lua_status() 1102 LUA_API int lua_error (lua_State *L) { in lua_error() [all …]
|
| H A D | ldebug.c | 59 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook() 74 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook() 79 LUA_API int lua_gethookmask (lua_State *L) { in lua_gethookmask() 84 LUA_API int lua_gethookcount (lua_State *L) { in lua_gethookcount() 89 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() 150 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() 174 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal() 277 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
|
| H A D | lstate.c | 235 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread() 264 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() 315 LUA_API void lua_close (lua_State *L) { in lua_close()
|
| H A D | ldo.c | 610 LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs) { in lua_resume() 642 LUA_API int lua_yieldk (lua_State *L, int nresults, int ctx, lua_CFunction k) { in lua_yieldk()
|