Searched defs:L1 (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldblib.c | 88 static void treatstackoption (lua_State *L, lua_State *L1, const char *fname) { in treatstackoption() 102 lua_State *L1 = getthread(L, &arg); in db_getinfo() local 146 lua_State *L1 = getthread(L, &arg); in db_getlocal() local 167 lua_State *L1 = getthread(L, &arg); in db_setlocal() local 261 lua_State *L1 = getthread(L, &arg); in db_sethook() local 284 lua_State *L1 = getthread(L, &arg); in db_gethook() local 326 lua_State *L1 = getthread(L, &arg); in db_errorfb() local
|
| H A D | lstate.c | 42 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() 61 static void freestack (lua_State *L, lua_State *L1) { in freestack() 120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread() local 134 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
|
| H A D | luaconf.h | 725 #define luai_userstatethread(L,L1) ((void)L) argument
|
| H A D | lapi.c | 141 lua_State *L1; in lua_newthread() local
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lstate.c | 130 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() 236 lua_State *L1; in lua_newthread() local 254 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
|
| H A D | llimits.h | 187 #define luai_userstatethread(L,L1) ((void)L) argument 191 #define luai_userstatefree(L,L1) ((void)L) argument
|
| H A D | lauxlib.c | 110 LUALIB_API void luaL_traceback (lua_State *L, lua_State *L1, in luaL_traceback()
|
| H A D | lgc.c | 697 static void sweepthread (lua_State *L, lua_State *L1) { in sweepthread()
|