| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lua.h | 131 LUA_API void (lua_close) (lua_State *L); 132 LUA_API lua_State *(lua_newthread) (lua_State *L); 144 LUA_API int (lua_gettop) (lua_State *L); 191 LUA_API void (lua_arith) (lua_State *L, int op); 204 LUA_API void (lua_pushnil) (lua_State *L); 216 LUA_API int (lua_pushthread) (lua_State *L); 274 LUA_API int (lua_status) (lua_State *L); 300 LUA_API int (lua_error) (lua_State *L); 393 LUA_API lua_Hook (lua_gethook) (lua_State *L); 394 LUA_API int (lua_gethookmask) (lua_State *L); [all …]
|
| H A D | lapi.c | 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() 181 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() 192 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert() 248 LUA_API int lua_type (lua_State *L, int idx) { in lua_type() 292 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() 464 LUA_API void lua_pushnil (lua_State *L) { in lua_pushnil() 592 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() 1011 LUA_API int lua_status (lua_State *L) { in lua_status() 1104 LUA_API int lua_error (lua_State *L) { in lua_error() [all …]
|
| H A D | luaconf.h | 153 #define LUA_API __declspec(dllexport) macro 155 #define LUA_API __declspec(dllimport) macro 160 #define LUA_API extern macro 166 #define LUALIB_API LUA_API
|
| H A D | ldebug.c | 60 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook() 75 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook() 80 LUA_API int lua_gethookmask (lua_State *L) { in lua_gethookmask() 85 LUA_API int lua_gethookcount (lua_State *L) { in lua_gethookcount() 90 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() 151 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() 175 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal() 278 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 | 545 LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs) { in lua_resume() 577 LUA_API int lua_yieldk (lua_State *L, int nresults, int ctx, lua_CFunction k) { in lua_yieldk()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lua.h | 146 LUA_API void (lua_close) (lua_State *L); 147 LUA_API lua_State *(lua_newthread) (lua_State *L); 159 LUA_API int (lua_gettop) (lua_State *L); 211 LUA_API void (lua_arith) (lua_State *L, int op); 235 LUA_API int (lua_pushthread) (lua_State *L); 292 LUA_API int (lua_status) (lua_State *L); 293 LUA_API int (lua_isyieldable) (lua_State *L); 319 LUA_API int (lua_error) (lua_State *L); 436 LUA_API lua_Hook (lua_gethook) (lua_State *L); 437 LUA_API int (lua_gethookmask) (lua_State *L); [all …]
|
| H A D | lapi.c | 97 LUA_API int lua_checkstack (lua_State *L, int n) { in lua_checkstack() 167 LUA_API int lua_gettop (lua_State *L) { in lua_gettop() 172 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() 251 LUA_API int lua_type (lua_State *L, int idx) { in lua_type() 302 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() 450 LUA_API void lua_pushnil (lua_State *L) { in lua_pushnil() 573 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() 1031 LUA_API int lua_status (lua_State *L) { in lua_status() 1114 LUA_API int lua_error (lua_State *L) { in lua_error() 1123 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() [all …]
|
| H A D | ldebug.c | 81 LUA_API void lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook() 95 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook() 100 LUA_API int lua_gethookmask (lua_State *L) { in lua_gethookmask() 105 LUA_API int lua_gethookcount (lua_State *L) { in lua_gethookcount() 110 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() 171 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() 195 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal() 309 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
|
| H A D | lstate.c | 255 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread() 295 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() 341 LUA_API void lua_close (lua_State *L) { in lua_close()
|
| H A D | luaconf.h.dist | 236 @@ LUA_API is a mark for all core API functions. 247 #define LUA_API __declspec(dllexport) 249 #define LUA_API __declspec(dllimport) 254 #define LUA_API extern 260 #define LUALIB_API LUA_API
|
| H A D | ldo.c | 648 LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs) { in lua_resume() 687 LUA_API int lua_isyieldable (lua_State *L) { in lua_isyieldable() 692 LUA_API int lua_yieldk (lua_State *L, int nresults, lua_KContext ctx, in lua_yieldk()
|
| /freebsd-12.1/stand/liblua/ |
| H A D | luaconf.h | 251 #define LUA_API __declspec(dllexport) macro 253 #define LUA_API __declspec(dllimport) macro 258 #define LUA_API extern macro 264 #define LUALIB_API LUA_API
|