Home
last modified time | relevance | path

Searched refs:luaG_findlocal (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dldebug.h42 LUAI_FUNC const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n,
H A Dldebug.c200 const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n, StkId *pos) { in luaG_findlocal() function
235 name = luaG_findlocal(L, ar->i_ci, n, &pos); in lua_getlocal()
250 name = luaG_findlocal(L, ar->i_ci, n, &pos); in lua_setlocal()
H A Dlfunc.c133 const char *vname = luaG_findlocal(L, L->ci, idx, NULL); in checkclosemth()