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.c98 ar->i_ci = ci; in lua_getstack()
163 name = findlocal(L, ar->i_ci, n, &pos); in lua_getlocal()
180 name = findlocal(L, ar->i_ci, n, &pos); in lua_setlocal()
293 ci = ar->i_ci; in lua_getinfo()
H A Dldo.c310 ar.i_ci = ci; in luaD_hook()
/freebsd/contrib/lua/src/
H A Dldebug.c172 ar->i_ci = ci; in lua_getstack()
234 name = luaG_findlocal(L, ar->i_ci, n, &pos); in lua_getlocal()
249 name = luaG_findlocal(L, ar->i_ci, n, &pos); in lua_setlocal()
402 ci = ar->i_ci; in lua_getinfo()
H A Dlua.h493 struct CallInfo *i_ci; /* active function */ member
H A Dldo.c346 ar.i_ci = ci; in luaD_hook()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h414 struct CallInfo *i_ci; /* active function */ member