Home
last modified time | relevance | path

Searched defs:L1 (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldblib.c88 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 Dlstate.c42 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 Dluaconf.h725 #define luai_userstatethread(L,L1) ((void)L) argument
H A Dlapi.c141 lua_State *L1; in lua_newthread() local
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.c130 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 Dllimits.h187 #define luai_userstatethread(L,L1) ((void)L) argument
191 #define luai_userstatefree(L,L1) ((void)L) argument
H A Dlauxlib.c110 LUALIB_API void luaL_traceback (lua_State *L, lua_State *L1, in luaL_traceback()
H A Dlgc.c697 static void sweepthread (lua_State *L, lua_State *L1) { in sweepthread()