Searched refs:findlocal (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldebug.c | 124 static const char *findlocal (lua_State *L, CallInfo *ci, int n, in findlocal() function 162 name = findlocal(L, ar->i_ci, n, &pos); in lua_getlocal() 179 name = findlocal(L, ar->i_ci, n, &pos); in lua_setlocal()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldebug.c | 112 static const char *findlocal (lua_State *L, CallInfo *ci, int n) { in findlocal() function 129 const char *name = findlocal(L, ci, n); in lua_getlocal() 140 const char *name = findlocal(L, ci, n); in lua_setlocal()
|