Searched refs:findlocal (Results 1 – 2 of 2) sorted by relevance
/external/skia/third_party/lua/src/ |
D | ldebug.c | 118 static const char *findlocal (lua_State *L, CallInfo *ci, int n, in findlocal() function 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()
|
/external/syslinux/com32/lua/src/ |
D | ldebug.c | 118 static const char *findlocal (lua_State *L, CallInfo *ci, int n, in findlocal() function 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()
|