Searched refs:lua_getlocal (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/com32/lua/src/ |
D | ldblib.c | 170 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */ in db_getlocal() 176 name = lua_getlocal(L1, &ar, nvar); in db_getlocal()
|
D | lua.h | 389 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); variable
|
D | ldebug.c | 144 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function
|
/external/skia/third_party/lua/src/ |
D | ldblib.c | 170 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */ in db_getlocal() 176 name = lua_getlocal(L1, &ar, nvar); in db_getlocal()
|
D | lua.h | 384 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); variable
|
D | ldebug.c | 144 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function
|