Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldebug.c173 ar->i_ci = ci; in lua_getstack()
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()
401 ci = ar->i_ci; in lua_getinfo()
H A Dlua.h516 struct CallInfo *i_ci; /* active function */ member
H A Dldo.c343 ar.i_ci = ci; in luaD_hook()