#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.
|
static const char * | b_str2int (const char *s, int base, lua_Integer *pn) |
|
static int | dofilecont (lua_State *L, int d1, lua_KContext d2) |
|
static int | finishpcall (lua_State *L, int status, lua_KContext extra) |
|
static const char * | generic_reader (lua_State *L, void *ud, size_t *size) |
|
static int | ipairsaux (lua_State *L) |
|
static int | load_aux (lua_State *L, int status, int envidx) |
|
static int | luaB_assert (lua_State *L) |
|
static int | luaB_collectgarbage (lua_State *L) |
|
static int | luaB_dofile (lua_State *L) |
|
static int | luaB_error (lua_State *L) |
|
static int | luaB_getmetatable (lua_State *L) |
|
static int | luaB_ipairs (lua_State *L) |
|
static int | luaB_load (lua_State *L) |
|
static int | luaB_loadfile (lua_State *L) |
|
static int | luaB_next (lua_State *L) |
|
static int | luaB_pairs (lua_State *L) |
|
static int | luaB_pcall (lua_State *L) |
|
static int | luaB_print (lua_State *L) |
|
static int | luaB_rawequal (lua_State *L) |
|
static int | luaB_rawget (lua_State *L) |
|
static int | luaB_rawlen (lua_State *L) |
|
static int | luaB_rawset (lua_State *L) |
|
static int | luaB_select (lua_State *L) |
|
static int | luaB_setmetatable (lua_State *L) |
|
static int | luaB_tonumber (lua_State *L) |
|
static int | luaB_tostring (lua_State *L) |
|
static int | luaB_type (lua_State *L) |
|
static int | luaB_warn (lua_State *L) |
|
static int | luaB_xpcall (lua_State *L) |
|
LUAMOD_API int | luaopen_base (lua_State *L) |
|
static int | pushmode (lua_State *L, int oldmode) |
|
◆ lbaselib_c
◆ LUA_LIB
◆ RESERVEDSLOT
◆ SPACECHARS
#define SPACECHARS " \f\n\r\t\v" |
◆ b_str2int()
static const char* b_str2int |
( |
const char * |
s, |
|
|
int |
base, |
|
|
lua_Integer * |
pn |
|
) |
| |
|
static |
◆ dofilecont()
◆ finishpcall()
◆ generic_reader()
static const char* generic_reader |
( |
lua_State * |
L, |
|
|
void * |
ud, |
|
|
size_t * |
size |
|
) |
| |
|
static |
◆ ipairsaux()
◆ load_aux()
static int load_aux |
( |
lua_State * |
L, |
|
|
int |
status, |
|
|
int |
envidx |
|
) |
| |
|
static |
◆ luaB_assert()
◆ luaB_collectgarbage()
static int luaB_collectgarbage |
( |
lua_State * |
L | ) |
|
|
static |
◆ luaB_dofile()
◆ luaB_error()
◆ luaB_getmetatable()
static int luaB_getmetatable |
( |
lua_State * |
L | ) |
|
|
static |
◆ luaB_ipairs()
◆ luaB_load()
◆ luaB_loadfile()
◆ luaB_next()
◆ luaB_pairs()
◆ luaB_pcall()
◆ luaB_print()
◆ luaB_rawequal()
◆ luaB_rawget()
◆ luaB_rawlen()
◆ luaB_rawset()
◆ luaB_select()
◆ luaB_setmetatable()
static int luaB_setmetatable |
( |
lua_State * |
L | ) |
|
|
static |
◆ luaB_tonumber()
◆ luaB_tostring()
◆ luaB_type()
◆ luaB_warn()
◆ luaB_xpcall()
◆ luaopen_base()
◆ pushmode()
static int pushmode |
( |
lua_State * |
L, |
|
|
int |
oldmode |
|
) |
| |
|
static |
◆ base_funcs
Initial value:= {
{"_VERSION", NULL},
{NULL, NULL}
}
Definition at line 485 of file lbaselib.c.