#include "lprefix.h"
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
Go to the source code of this file.
Macros | |
#define | lbaselib_c |
#define | LUA_LIB |
#define | SPACECHARS " \f\n\r\t\v" |
#define | RESERVEDSLOT 5 |
Functions | |
static int | luaB_print (lua_State *L) |
static const char * | b_str2int (const char *s, int base, lua_Integer *pn) |
static int | luaB_tonumber (lua_State *L) |
static int | luaB_error (lua_State *L) |
static int | luaB_getmetatable (lua_State *L) |
static int | luaB_setmetatable (lua_State *L) |
static int | luaB_rawequal (lua_State *L) |
static int | luaB_rawlen (lua_State *L) |
static int | luaB_rawget (lua_State *L) |
static int | luaB_rawset (lua_State *L) |
static int | luaB_collectgarbage (lua_State *L) |
static int | luaB_type (lua_State *L) |
static int | pairsmeta (lua_State *L, const char *method, int iszero, lua_CFunction iter) |
static int | luaB_next (lua_State *L) |
static int | luaB_pairs (lua_State *L) |
static int | ipairsaux (lua_State *L) |
static int | luaB_ipairs (lua_State *L) |
static int | load_aux (lua_State *L, int status, int envidx) |
static int | luaB_loadfile (lua_State *L) |
static const char * | generic_reader (lua_State *L, void *ud, size_t *size) |
static int | luaB_load (lua_State *L) |
static int | dofilecont (lua_State *L, int d1, lua_KContext d2) |
static int | luaB_dofile (lua_State *L) |
static int | luaB_assert (lua_State *L) |
static int | luaB_select (lua_State *L) |
static int | finishpcall (lua_State *L, int status, lua_KContext extra) |
static int | luaB_pcall (lua_State *L) |
static int | luaB_xpcall (lua_State *L) |
static int | luaB_tostring (lua_State *L) |
LUAMOD_API int | luaopen_base (lua_State *L) |
Variables | |
static const luaL_Reg | base_funcs [] |
#define lbaselib_c |
Definition at line 7 of file lbaselib.cpp.
#define LUA_LIB |
Definition at line 8 of file lbaselib.cpp.
#define RESERVEDSLOT 5 |
Definition at line 308 of file lbaselib.cpp.
Referenced by generic_reader(), and luaB_load().
#define SPACECHARS " \f\n\r\t\v" |
Definition at line 46 of file lbaselib.cpp.
Referenced by b_str2int().
|
static |
Definition at line 48 of file lbaselib.cpp.
References digit(), n, s, and SPACECHARS.
Referenced by luaB_tonumber().
|
static |
|
static |
Definition at line 408 of file lbaselib.cpp.
References lua_gettop(), LUA_OK, lua_pushboolean(), lua_pushvalue(), and LUA_YIELD.
Referenced by luaB_pcall(), and luaB_xpcall().
|
static |
Definition at line 317 of file lbaselib.cpp.
References lua_call, lua_isnil, lua_isstring(), lua_pop, lua_pushvalue(), lua_replace, lua_tolstring(), luaL_checkstack(), luaL_error(), and RESERVEDSLOT.
Referenced by luaB_load().
|
static |
Definition at line 246 of file lbaselib.cpp.
References i, lua_geti(), lua_pushinteger(), LUA_TNIL, and luaL_checkinteger().
Referenced by luaB_ipairs().
|
static |
Definition at line 270 of file lbaselib.cpp.
References lua_insert, LUA_OK, lua_pop, lua_pushnil(), lua_pushvalue(), and lua_setupvalue().
Referenced by luaB_load(), and luaB_loadfile().
|
static |
Definition at line 372 of file lbaselib.cpp.
References lua_gettop(), lua_pushliteral, lua_remove, lua_settop(), lua_toboolean(), luaB_error(), and luaL_checkany().
|
static |
Definition at line 173 of file lbaselib.cpp.
References b, lua_gc(), LUA_GCCOLLECT, LUA_GCCOUNT, LUA_GCCOUNTB, LUA_GCISRUNNING, LUA_GCRESTART, LUA_GCSETPAUSE, LUA_GCSETSTEPMUL, LUA_GCSTEP, LUA_GCSTOP, lua_pushboolean(), lua_pushinteger(), lua_pushnumber(), luaL_checkoption(), and luaL_optinteger().
|
static |
Definition at line 362 of file lbaselib.cpp.
References dofilecont(), lua_callk(), lua_error(), LUA_MULTRET, LUA_OK, lua_settop(), luaL_loadfile, and luaL_optstring.
|
static |
Definition at line 102 of file lbaselib.cpp.
References game_config::images::level, lua_concat(), lua_error(), lua_pushvalue(), lua_settop(), LUA_TSTRING, lua_type(), luaL_optinteger(), and luaL_where().
Referenced by luaB_assert().
|
static |
Definition at line 114 of file lbaselib.cpp.
References lua_getmetatable(), lua_pushnil(), luaL_checkany(), and luaL_getmetafield().
|
static |
Definition at line 257 of file lbaselib.cpp.
References ipairsaux(), lua_pushcfunction, lua_pushinteger(), lua_pushvalue(), luaL_checkany(), and pairsmeta().
|
static |
Definition at line 334 of file lbaselib.cpp.
References generic_reader(), load_aux(), lua_isnone, lua_load(), lua_settop(), LUA_TFUNCTION, lua_tolstring(), luaL_checktype(), luaL_loadbufferx(), luaL_optstring, RESERVEDSLOT, and s.
|
static |
Definition at line 287 of file lbaselib.cpp.
References load_aux(), lua_isnone, luaL_loadfilex(), and luaL_optstring.
|
static |
Definition at line 226 of file lbaselib.cpp.
References lua_next(), lua_pushnil(), lua_settop(), LUA_TTABLE, and luaL_checktype().
Referenced by luaB_pairs().
|
static |
Definition at line 238 of file lbaselib.cpp.
References luaB_next(), and pairsmeta().
|
static |
Definition at line 419 of file lbaselib.cpp.
References finishpcall(), lua_gettop(), lua_insert, LUA_MULTRET, lua_pcallk(), lua_pushboolean(), and luaL_checkany().
|
static |
Definition at line 24 of file lbaselib.cpp.
References i, lua_call, lua_getglobal(), lua_gettop(), lua_pop, lua_pushvalue(), lua_tolstring(), lua_writeline, lua_writestring, luaL_error(), n, and s.
|
static |
Definition at line 138 of file lbaselib.cpp.
References lua_pushboolean(), lua_rawequal(), and luaL_checkany().
|
static |
Definition at line 155 of file lbaselib.cpp.
References lua_rawget(), lua_settop(), LUA_TTABLE, luaL_checkany(), and luaL_checktype().
|
static |
Definition at line 146 of file lbaselib.cpp.
References lua_pushinteger(), lua_rawlen(), LUA_TSTRING, LUA_TTABLE, lua_type(), luaL_argcheck, and t.
|
static |
Definition at line 163 of file lbaselib.cpp.
References lua_rawset(), lua_settop(), LUA_TTABLE, luaL_checkany(), and luaL_checktype().
|
static |
Definition at line 385 of file lbaselib.cpp.
References i, lua_gettop(), lua_pushinteger(), lua_tostring, LUA_TSTRING, lua_type(), luaL_argcheck, luaL_checkinteger(), and n.
|
static |
Definition at line 125 of file lbaselib.cpp.
References lua_setmetatable(), lua_settop(), LUA_TNIL, LUA_TTABLE, lua_type(), luaL_argcheck, luaL_checktype(), luaL_error(), luaL_getmetafield(), and t.
|
static |
Definition at line 69 of file lbaselib.cpp.
References b_str2int(), lua_isnoneornil, lua_pushinteger(), lua_pushnil(), lua_settop(), lua_stringtonumber(), LUA_TNUMBER, lua_tolstring(), LUA_TSTRING, lua_type(), luaL_argcheck, luaL_checkany(), luaL_checkinteger(), luaL_checktype(), n, and s.
|
static |
Definition at line 446 of file lbaselib.cpp.
References luaL_checkany(), and luaL_tolstring().
|
static |
Definition at line 201 of file lbaselib.cpp.
References lua_pushstring(), LUA_TNONE, lua_type(), lua_typename(), luaL_argcheck, and t.
|
static |
Definition at line 434 of file lbaselib.cpp.
References finishpcall(), lua_gettop(), LUA_MULTRET, lua_pcallk(), lua_pushboolean(), lua_pushvalue(), lua_rotate(), LUA_TFUNCTION, luaL_checktype(), and n.
LUAMOD_API int luaopen_base | ( | lua_State * | L | ) |
Definition at line 486 of file lbaselib.cpp.
References lua_pushglobaltable, lua_pushliteral, lua_pushvalue(), lua_setfield(), LUA_VERSION, and luaL_setfuncs().
Referenced by lua_kernel_base::lua_kernel_base().
|
static |
Definition at line 209 of file lbaselib.cpp.
References lua_call, lua_pushcfunction, lua_pushinteger(), lua_pushnil(), lua_pushvalue(), LUA_TNIL, luaL_checkany(), and luaL_getmetafield().
Referenced by luaB_ipairs(), and luaB_pairs().
|
static |
Definition at line 453 of file lbaselib.cpp.