Home
last modified time | relevance | path

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

/external/lua/src/
Dldebug.c119 ar->i_ci = ci; in lua_getstack()
183 name = findlocal(L, ar->i_ci, n, &pos); in lua_getlocal()
200 name = findlocal(L, ar->i_ci, n, &pos); in lua_setlocal()
324 ci = ar->i_ci; in lua_getinfo()
Dlua.h456 struct CallInfo *i_ci; /* active function */ member
Dldo.c262 ar.i_ci = ci; in luaD_hook()