HomeSort by relevance Sort by last modified time
    Searched defs:lua_Debug (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 375 typedef struct lua_Debug lua_Debug; /* activation record */
379 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
382 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar);
383 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar);
384 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n);
385 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n);
399 struct lua_Debug {
  /external/skia/third_party/lua/src/
lua.h 375 typedef struct lua_Debug lua_Debug; /* activation record */
379 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
382 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar);
383 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar);
384 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n);
385 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n);
399 struct lua_Debug {
  /external/syslinux/com32/lua/src/
lua.h 380 typedef struct lua_Debug lua_Debug; /* activation record */
384 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
387 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar);
388 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar);
389 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n);
390 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n);
404 struct lua_Debug {

Completed in 935 milliseconds