Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.c97 ar->i_ci = ci; in lua_getstack()
162 name = findlocal(L, ar->i_ci, n, &pos); in lua_getlocal()
179 name = findlocal(L, ar->i_ci, n, &pos); in lua_setlocal()
292 ci = ar->i_ci; in lua_getinfo()
H A Dldo.c309 ar.i_ci = ci; in luaD_hook()
/freebsd/contrib/lua/src/
H A Dldebug.c169 ar->i_ci = ci; in lua_getstack()
231 name = luaG_findlocal(L, ar->i_ci, n, &pos); in lua_getlocal()
246 name = luaG_findlocal(L, ar->i_ci, n, &pos); in lua_setlocal()
397 ci = ar->i_ci; in lua_getinfo()
H A Dlua.h493 struct CallInfo *i_ci; /* active function */ member
H A Dldo.c339 ar.i_ci = ci; in luaD_hook()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h413 struct CallInfo *i_ci; /* active function */ member