Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dldebug.c92 ar->i_ci = ci; in lua_getstack()
155 name = findlocal(L, ar->i_ci, n, &pos); in lua_getlocal()
168 const char *name = findlocal(L, ar->i_ci, n, &pos); in lua_setlocal()
280 ci = ar->i_ci; in lua_getinfo()
Dlua.h419 struct CallInfo *i_ci; /* active function */ member
Dldo.c226 ar.i_ci = ci; in luaD_hook()