Searched refs:lua_getlocal (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/lua/src/
H A Dldblib.c170 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */
176 name = lua_getlocal(L1, &ar, nvar);
H A Dldebug.c144 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { function
/barrelfish-master/include/lua/
H A Dlua.h384 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n);

Completed in 16 milliseconds