Home
last modified time | relevance | path

Searched refs:funcindex (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/lua/src/
Dlua.h391 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n);
392 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n);
Dlapi.c1213 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() argument
1217 name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL); in lua_getupvalue()
1227 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() argument
1233 fi = index2addr(L, funcindex); in lua_setupvalue()