$search
#include <lua-repl.h>
Public Attributes | |
int | currentline |
int | event |
int | i_ci |
int | lastlinedefined |
int | linedefined |
const char * | name |
const char * | namewhat |
int | nups |
char | short_src [LUA_IDSIZE] |
const char * | source |
const char * | what |
Definition at line 348 of file lua-repl.h.
Definition at line 354 of file lua-repl.h.
int lua_Debug::event |
Definition at line 349 of file lua-repl.h.
int lua_Debug::i_ci |
Definition at line 360 of file lua-repl.h.
Definition at line 357 of file lua-repl.h.
Definition at line 356 of file lua-repl.h.
const char* lua_Debug::name |
Definition at line 350 of file lua-repl.h.
const char* lua_Debug::namewhat |
Definition at line 351 of file lua-repl.h.
int lua_Debug::nups |
Definition at line 355 of file lua-repl.h.
char lua_Debug::short_src[LUA_IDSIZE] |
Definition at line 358 of file lua-repl.h.
const char* lua_Debug::source |
Definition at line 353 of file lua-repl.h.
const char* lua_Debug::what |
Definition at line 352 of file lua-repl.h.