lua_State          49 lib/lua/lapi.c static TValue *index2adr (lua_State *L, int idx) {
lua_State          79 lib/lua/lapi.c static Table *getcurrenv (lua_State *L) {
lua_State          89 lib/lua/lapi.c LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o) {
lua_State          95 lib/lua/lapi.c LUA_API int lua_checkstack (lua_State *L, int size) {
lua_State         110 lib/lua/lapi.c LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) {
lua_State         125 lib/lua/lapi.c LUA_API void lua_setlevel (lua_State *from, lua_State *to) {
lua_State         130 lib/lua/lapi.c LUA_API lua_CFunction lua_atpanic (lua_State *L, lua_CFunction panicf) {
lua_State         140 lib/lua/lapi.c LUA_API lua_State *lua_newthread (lua_State *L) {
lua_State         141 lib/lua/lapi.c   lua_State *L1;
lua_State         159 lib/lua/lapi.c LUA_API int lua_gettop (lua_State *L) {
lua_State         164 lib/lua/lapi.c LUA_API void lua_settop (lua_State *L, int idx) {
lua_State         180 lib/lua/lapi.c LUA_API void lua_remove (lua_State *L, int idx) {
lua_State         191 lib/lua/lapi.c LUA_API void lua_insert (lua_State *L, int idx) {
lua_State         203 lib/lua/lapi.c LUA_API void lua_replace (lua_State *L, int idx) {
lua_State         228 lib/lua/lapi.c LUA_API void lua_pushvalue (lua_State *L, int idx) {
lua_State         242 lib/lua/lapi.c LUA_API int lua_type (lua_State *L, int idx) {
lua_State         248 lib/lua/lapi.c LUA_API const char *lua_typename (lua_State *L, int t) {
lua_State         254 lib/lua/lapi.c LUA_API int lua_iscfunction (lua_State *L, int idx) {
lua_State         260 lib/lua/lapi.c LUA_API int lua_isnumber (lua_State *L, int idx) {
lua_State         267 lib/lua/lapi.c LUA_API int lua_isstring (lua_State *L, int idx) {
lua_State         273 lib/lua/lapi.c LUA_API int lua_isuserdata (lua_State *L, int idx) {
lua_State         279 lib/lua/lapi.c LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {
lua_State         287 lib/lua/lapi.c LUA_API int lua_equal (lua_State *L, int index1, int index2) {
lua_State         299 lib/lua/lapi.c LUA_API int lua_lessthan (lua_State *L, int index1, int index2) {
lua_State         313 lib/lua/lapi.c LUA_API lua_Number lua_tonumber (lua_State *L, int idx) {
lua_State         323 lib/lua/lapi.c LUA_API lua_Integer lua_tointeger (lua_State *L, int idx) {
lua_State         337 lib/lua/lapi.c LUA_API int lua_toboolean (lua_State *L, int idx) {
lua_State         343 lib/lua/lapi.c LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) {
lua_State         361 lib/lua/lapi.c LUA_API size_t lua_objlen (lua_State *L, int idx) {
lua_State         379 lib/lua/lapi.c LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) {
lua_State         385 lib/lua/lapi.c LUA_API void *lua_touserdata (lua_State *L, int idx) {
lua_State         395 lib/lua/lapi.c LUA_API lua_State *lua_tothread (lua_State *L, int idx) {
lua_State         401 lib/lua/lapi.c LUA_API const void *lua_topointer (lua_State *L, int idx) {
lua_State         421 lib/lua/lapi.c LUA_API void lua_pushnil (lua_State *L) {
lua_State         429 lib/lua/lapi.c LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {
lua_State         437 lib/lua/lapi.c LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
lua_State         445 lib/lua/lapi.c LUA_API void lua_pushlstring (lua_State *L, const char *s, size_t len) {
lua_State         454 lib/lua/lapi.c LUA_API void lua_pushstring (lua_State *L, const char *s) {
lua_State         462 lib/lua/lapi.c LUA_API const char *lua_pushvfstring (lua_State *L, const char *fmt,
lua_State         473 lib/lua/lapi.c LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) {
lua_State         486 lib/lua/lapi.c LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) {
lua_State         503 lib/lua/lapi.c LUA_API void lua_pushboolean (lua_State *L, int b) {
lua_State         511 lib/lua/lapi.c LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
lua_State         519 lib/lua/lapi.c LUA_API int lua_pushthread (lua_State *L) {
lua_State         534 lib/lua/lapi.c LUA_API void lua_gettable (lua_State *L, int idx) {
lua_State         544 lib/lua/lapi.c LUA_API void lua_getfield (lua_State *L, int idx, const char *k) {
lua_State         557 lib/lua/lapi.c LUA_API void lua_rawget (lua_State *L, int idx) {
lua_State         567 lib/lua/lapi.c LUA_API void lua_rawgeti (lua_State *L, int idx, int n) {
lua_State         578 lib/lua/lapi.c LUA_API void lua_createtable (lua_State *L, int narray, int nrec) {
lua_State         587 lib/lua/lapi.c LUA_API int lua_getmetatable (lua_State *L, int objindex) {
lua_State         616 lib/lua/lapi.c LUA_API void lua_getfenv (lua_State *L, int idx) {
lua_State         645 lib/lua/lapi.c LUA_API void lua_settable (lua_State *L, int idx) {
lua_State         657 lib/lua/lapi.c LUA_API void lua_setfield (lua_State *L, int idx, const char *k) {
lua_State         671 lib/lua/lapi.c LUA_API void lua_rawset (lua_State *L, int idx) {
lua_State         684 lib/lua/lapi.c LUA_API void lua_rawseti (lua_State *L, int idx, int n) {
lua_State         697 lib/lua/lapi.c LUA_API int lua_setmetatable (lua_State *L, int objindex) {
lua_State         734 lib/lua/lapi.c LUA_API int lua_setfenv (lua_State *L, int idx) {
lua_State         776 lib/lua/lapi.c LUA_API void lua_call (lua_State *L, int nargs, int nresults) {
lua_State         798 lib/lua/lapi.c static void f_call (lua_State *L, void *ud) {
lua_State         805 lib/lua/lapi.c LUA_API int lua_pcall (lua_State *L, int nargs, int nresults, int errfunc) {
lua_State         837 lib/lua/lapi.c static void f_Ccall (lua_State *L, void *ud) {
lua_State         850 lib/lua/lapi.c LUA_API int lua_cpcall (lua_State *L, lua_CFunction func, void *ud) {
lua_State         862 lib/lua/lapi.c LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data,
lua_State         875 lib/lua/lapi.c LUA_API int lua_dump (lua_State *L, lua_Writer writer, void *data) {
lua_State         890 lib/lua/lapi.c LUA_API int  lua_status (lua_State *L) {
lua_State         899 lib/lua/lapi.c LUA_API int lua_gc (lua_State *L, int what, int data) {
lua_State         964 lib/lua/lapi.c LUA_API int lua_error (lua_State *L) {
lua_State         973 lib/lua/lapi.c LUA_API int lua_next (lua_State *L, int idx) {
lua_State         990 lib/lua/lapi.c LUA_API void lua_concat (lua_State *L, int n) {
lua_State        1007 lib/lua/lapi.c LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) {
lua_State        1017 lib/lua/lapi.c LUA_API void lua_setallocf (lua_State *L, lua_Alloc f, void *ud) {
lua_State        1025 lib/lua/lapi.c LUA_API void *lua_newuserdata (lua_State *L, size_t size) {
lua_State        1057 lib/lua/lapi.c LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) {
lua_State        1071 lib/lua/lapi.c LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) {
lua_State          14 lib/lua/lapi.h LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);
lua_State          43 lib/lua/lauxlib.c LUALIB_API int luaL_argerror (lua_State *L, int narg, const char *extramsg) {
lua_State          61 lib/lua/lauxlib.c LUALIB_API int luaL_typerror (lua_State *L, int narg, const char *tname) {
lua_State          68 lib/lua/lauxlib.c static void tag_error (lua_State *L, int narg, int tag) {
lua_State          73 lib/lua/lauxlib.c LUALIB_API void luaL_where (lua_State *L, int level) {
lua_State          86 lib/lua/lauxlib.c LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) {
lua_State          99 lib/lua/lauxlib.c LUALIB_API int luaL_checkoption (lua_State *L, int narg, const char *def,
lua_State         112 lib/lua/lauxlib.c LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) {
lua_State         124 lib/lua/lauxlib.c LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) {
lua_State         140 lib/lua/lauxlib.c LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *mes) {
lua_State         146 lib/lua/lauxlib.c LUALIB_API void luaL_checktype (lua_State *L, int narg, int t) {
lua_State         152 lib/lua/lauxlib.c LUALIB_API void luaL_checkany (lua_State *L, int narg) {
lua_State         158 lib/lua/lauxlib.c LUALIB_API const char *luaL_checklstring (lua_State *L, int narg, size_t *len) {
lua_State         165 lib/lua/lauxlib.c LUALIB_API const char *luaL_optlstring (lua_State *L, int narg,
lua_State         176 lib/lua/lauxlib.c LUALIB_API lua_Number luaL_checknumber (lua_State *L, int narg) {
lua_State         184 lib/lua/lauxlib.c LUALIB_API lua_Number luaL_optnumber (lua_State *L, int narg, lua_Number def) {
lua_State         189 lib/lua/lauxlib.c LUALIB_API lua_Integer luaL_checkinteger (lua_State *L, int narg) {
lua_State         197 lib/lua/lauxlib.c LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int narg,
lua_State         203 lib/lua/lauxlib.c LUALIB_API int luaL_getmetafield (lua_State *L, int obj, const char *event) {
lua_State         219 lib/lua/lauxlib.c LUALIB_API int luaL_callmeta (lua_State *L, int obj, const char *event) {
lua_State         229 lib/lua/lauxlib.c LUALIB_API void (luaL_register) (lua_State *L, const char *libname,
lua_State         242 lib/lua/lauxlib.c LUALIB_API void luaI_openlib (lua_State *L, const char *libname,
lua_State         280 lib/lua/lauxlib.c static int checkint (lua_State *L, int topop) {
lua_State         287 lib/lua/lauxlib.c static void getsizes (lua_State *L) {
lua_State         302 lib/lua/lauxlib.c LUALIB_API void luaL_setn (lua_State *L, int t, int n) {
lua_State         321 lib/lua/lauxlib.c LUALIB_API int luaL_getn (lua_State *L, int t) {
lua_State         339 lib/lua/lauxlib.c LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const char *p,
lua_State         355 lib/lua/lauxlib.c LUALIB_API const char *luaL_findtable (lua_State *L, int idx,
lua_State         410 lib/lua/lauxlib.c     lua_State *L = B->L;
lua_State         453 lib/lua/lauxlib.c   lua_State *L = B->L;
lua_State         470 lib/lua/lauxlib.c LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) {
lua_State         479 lib/lua/lauxlib.c LUALIB_API int luaL_ref (lua_State *L, int t) {
lua_State         502 lib/lua/lauxlib.c LUALIB_API void luaL_unref (lua_State *L, int t, int ref) {
lua_State         527 lib/lua/lauxlib.c static const char *getF (lua_State *L, void *ud, size_t *size) {
lua_State         545 lib/lua/lauxlib.c static const char *getF (lua_State *L, void *ud, size_t *size) {
lua_State         554 lib/lua/lauxlib.c static int errfile (lua_State *L, const char *what, int fnameindex) {
lua_State         568 lib/lua/lauxlib.c LUALIB_API int luaL_loadfile (lua_State *L, const char *filename) {
lua_State         608 lib/lua/lauxlib.c LUALIB_API int luaL_loadfile (lua_State *L, const char *filename) {
lua_State         636 lib/lua/lauxlib.c static const char *getS (lua_State *L, void *ud, size_t *size) {
lua_State         646 lib/lua/lauxlib.c LUALIB_API int luaL_loadbuffer (lua_State *L, const char *buff, size_t size,
lua_State         655 lib/lua/lauxlib.c LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s) {
lua_State         685 lib/lua/lauxlib.c static int panic (lua_State *L) {
lua_State         695 lib/lua/lauxlib.c LUALIB_API lua_State *luaL_newstate (void) {
lua_State         696 lib/lua/lauxlib.c   lua_State *L = lua_newstate(l_alloc, NULL);
lua_State          19 lib/lua/lauxlib.h LUALIB_API int (luaL_getn) (lua_State *L, int t);
lua_State          20 lib/lua/lauxlib.h LUALIB_API void (luaL_setn) (lua_State *L, int t, int n);
lua_State          42 lib/lua/lauxlib.h LUALIB_API void (luaI_openlib) (lua_State *L, const char *libname,
lua_State          44 lib/lua/lauxlib.h LUALIB_API void (luaL_register) (lua_State *L, const char *libname,
lua_State          46 lib/lua/lauxlib.h LUALIB_API int (luaL_getmetafield) (lua_State *L, int obj, const char *e);
lua_State          47 lib/lua/lauxlib.h LUALIB_API int (luaL_callmeta) (lua_State *L, int obj, const char *e);
lua_State          48 lib/lua/lauxlib.h LUALIB_API int (luaL_typerror) (lua_State *L, int narg, const char *tname);
lua_State          49 lib/lua/lauxlib.h LUALIB_API int (luaL_argerror) (lua_State *L, int numarg, const char *extramsg);
lua_State          50 lib/lua/lauxlib.h LUALIB_API const char *(luaL_checklstring) (lua_State *L, int numArg,
lua_State          52 lib/lua/lauxlib.h LUALIB_API const char *(luaL_optlstring) (lua_State *L, int numArg,
lua_State          54 lib/lua/lauxlib.h LUALIB_API lua_Number (luaL_checknumber) (lua_State *L, int numArg);
lua_State          55 lib/lua/lauxlib.h LUALIB_API lua_Number (luaL_optnumber) (lua_State *L, int nArg, lua_Number def);
lua_State          57 lib/lua/lauxlib.h LUALIB_API lua_Integer (luaL_checkinteger) (lua_State *L, int numArg);
lua_State          58 lib/lua/lauxlib.h LUALIB_API lua_Integer (luaL_optinteger) (lua_State *L, int nArg,
lua_State          61 lib/lua/lauxlib.h LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg);
lua_State          62 lib/lua/lauxlib.h LUALIB_API void (luaL_checktype) (lua_State *L, int narg, int t);
lua_State          63 lib/lua/lauxlib.h LUALIB_API void (luaL_checkany) (lua_State *L, int narg);
lua_State          65 lib/lua/lauxlib.h LUALIB_API int   (luaL_newmetatable) (lua_State *L, const char *tname);
lua_State          66 lib/lua/lauxlib.h LUALIB_API void *(luaL_checkudata) (lua_State *L, int ud, const char *tname);
lua_State          68 lib/lua/lauxlib.h LUALIB_API void (luaL_where) (lua_State *L, int lvl);
lua_State          69 lib/lua/lauxlib.h LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...);
lua_State          71 lib/lua/lauxlib.h LUALIB_API int (luaL_checkoption) (lua_State *L, int narg, const char *def,
lua_State          74 lib/lua/lauxlib.h LUALIB_API int (luaL_ref) (lua_State *L, int t);
lua_State          75 lib/lua/lauxlib.h LUALIB_API void (luaL_unref) (lua_State *L, int t, int ref);
lua_State          77 lib/lua/lauxlib.h LUALIB_API int (luaL_loadfile) (lua_State *L, const char *filename);
lua_State          78 lib/lua/lauxlib.h LUALIB_API int (luaL_loadbuffer) (lua_State *L, const char *buff, size_t sz,
lua_State          80 lib/lua/lauxlib.h LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s);
lua_State          82 lib/lua/lauxlib.h LUALIB_API lua_State *(luaL_newstate) (void);
lua_State          85 lib/lua/lauxlib.h LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p,
lua_State          88 lib/lua/lauxlib.h LUALIB_API const char *(luaL_findtable) (lua_State *L, int idx,
lua_State         132 lib/lua/lauxlib.h   lua_State *L;
lua_State         145 lib/lua/lauxlib.h LUALIB_API void (luaL_buffinit) (lua_State *L, luaL_Buffer *B);
lua_State          34 lib/lua/lbaselib.c static int luaB_print (lua_State *L) {
lua_State          86 lib/lua/lbaselib.c static int luaB_tonumber (lua_State *L) {
lua_State         114 lib/lua/lbaselib.c static int luaB_error (lua_State *L) {
lua_State         126 lib/lua/lbaselib.c static int luaB_getmetatable (lua_State *L) {
lua_State         137 lib/lua/lbaselib.c static int luaB_setmetatable (lua_State *L) {
lua_State         150 lib/lua/lbaselib.c static void getfunc (lua_State *L, int opt) {
lua_State         166 lib/lua/lbaselib.c static int luaB_getfenv (lua_State *L) {
lua_State         176 lib/lua/lbaselib.c static int luaB_setfenv (lua_State *L) {
lua_State         194 lib/lua/lbaselib.c static int luaB_rawequal (lua_State *L) {
lua_State         202 lib/lua/lbaselib.c static int luaB_rawget (lua_State *L) {
lua_State         210 lib/lua/lbaselib.c static int luaB_rawset (lua_State *L) {
lua_State         220 lib/lua/lbaselib.c static int luaB_gcinfo (lua_State *L) {
lua_State         226 lib/lua/lbaselib.c static int luaB_collectgarbage (lua_State *L) {
lua_State         252 lib/lua/lbaselib.c static int luaB_type (lua_State *L) {
lua_State         259 lib/lua/lbaselib.c static int luaB_next (lua_State *L) {
lua_State         271 lib/lua/lbaselib.c static int luaB_pairs (lua_State *L) {
lua_State         280 lib/lua/lbaselib.c static int ipairsaux (lua_State *L) {
lua_State         290 lib/lua/lbaselib.c static int luaB_ipairs (lua_State *L) {
lua_State         299 lib/lua/lbaselib.c static int load_aux (lua_State *L, int status) {
lua_State         310 lib/lua/lbaselib.c static int luaB_loadstring (lua_State *L) {
lua_State         318 lib/lua/lbaselib.c static int luaB_loadfile (lua_State *L) {
lua_State         330 lib/lua/lbaselib.c static const char *generic_reader (lua_State *L, void *ud, size_t *size) {
lua_State         348 lib/lua/lbaselib.c static int luaB_load (lua_State *L) {
lua_State         358 lib/lua/lbaselib.c static int luaB_dofile (lua_State *L) {
lua_State         367 lib/lua/lbaselib.c static int luaB_assert (lua_State *L) {
lua_State         375 lib/lua/lbaselib.c static int luaB_unpack (lua_State *L) {
lua_State         391 lib/lua/lbaselib.c static int luaB_select (lua_State *L) {
lua_State         407 lib/lua/lbaselib.c static int luaB_pcall (lua_State *L) {
lua_State         417 lib/lua/lbaselib.c static int luaB_xpcall (lua_State *L) {
lua_State         429 lib/lua/lbaselib.c static int luaB_tostring (lua_State *L) {
lua_State         454 lib/lua/lbaselib.c static int luaB_newproxy (lua_State *L) {
lua_State         527 lib/lua/lbaselib.c static int costatus (lua_State *L, lua_State *co) {
lua_State         547 lib/lua/lbaselib.c static int luaB_costatus (lua_State *L) {
lua_State         548 lib/lua/lbaselib.c   lua_State *co = lua_tothread(L, 1);
lua_State         555 lib/lua/lbaselib.c static int auxresume (lua_State *L, lua_State *co, int narg) {
lua_State         580 lib/lua/lbaselib.c static int luaB_coresume (lua_State *L) {
lua_State         581 lib/lua/lbaselib.c   lua_State *co = lua_tothread(L, 1);
lua_State         598 lib/lua/lbaselib.c static int luaB_auxwrap (lua_State *L) {
lua_State         599 lib/lua/lbaselib.c   lua_State *co = lua_tothread(L, lua_upvalueindex(1));
lua_State         613 lib/lua/lbaselib.c static int luaB_cocreate (lua_State *L) {
lua_State         614 lib/lua/lbaselib.c   lua_State *NL = lua_newthread(L);
lua_State         623 lib/lua/lbaselib.c static int luaB_cowrap (lua_State *L) {
lua_State         630 lib/lua/lbaselib.c static int luaB_yield (lua_State *L) {
lua_State         635 lib/lua/lbaselib.c static int luaB_corunning (lua_State *L) {
lua_State         655 lib/lua/lbaselib.c static void auxopen (lua_State *L, const char *name,
lua_State         663 lib/lua/lbaselib.c static void base_open (lua_State *L) {
lua_State         685 lib/lua/lbaselib.c LUALIB_API int luaopen_base (lua_State *L) {
lua_State         230 lib/lua/lcode.c   lua_State *L = fs->L;
lua_State          22 lib/lua/ldblib.c static int db_getregistry (lua_State *L) {
lua_State          28 lib/lua/ldblib.c static int db_getmetatable (lua_State *L) {
lua_State          37 lib/lua/ldblib.c static int db_setmetatable (lua_State *L) {
lua_State          47 lib/lua/ldblib.c static int db_getfenv (lua_State *L) {
lua_State          54 lib/lua/ldblib.c static int db_setfenv (lua_State *L) {
lua_State          64 lib/lua/ldblib.c static void settabss (lua_State *L, const char *i, const char *v) {
lua_State          70 lib/lua/ldblib.c static void settabsi (lua_State *L, const char *i, int v) {
lua_State          76 lib/lua/ldblib.c static lua_State *getthread (lua_State *L, int *arg) {
lua_State          88 lib/lua/ldblib.c static void treatstackoption (lua_State *L, lua_State *L1, const char *fname) {
lua_State          99 lib/lua/ldblib.c static int db_getinfo (lua_State *L) {
lua_State         102 lib/lua/ldblib.c   lua_State *L1 = getthread(L, &arg);
lua_State         144 lib/lua/ldblib.c static int db_getlocal (lua_State *L) {
lua_State         146 lib/lua/ldblib.c   lua_State *L1 = getthread(L, &arg);
lua_State         165 lib/lua/ldblib.c static int db_setlocal (lua_State *L) {
lua_State         167 lib/lua/ldblib.c   lua_State *L1 = getthread(L, &arg);
lua_State         179 lib/lua/ldblib.c static int auxupvalue (lua_State *L, int get) {
lua_State         192 lib/lua/ldblib.c static int db_getupvalue (lua_State *L) {
lua_State         197 lib/lua/ldblib.c static int db_setupvalue (lua_State *L) {
lua_State         207 lib/lua/ldblib.c static void hookf (lua_State *L, lua_Debug *ar) {
lua_State         245 lib/lua/ldblib.c static void gethooktable (lua_State *L) {
lua_State         258 lib/lua/ldblib.c static int db_sethook (lua_State *L) {
lua_State         261 lib/lua/ldblib.c   lua_State *L1 = getthread(L, &arg);
lua_State         282 lib/lua/ldblib.c static int db_gethook (lua_State *L) {
lua_State         284 lib/lua/ldblib.c   lua_State *L1 = getthread(L, &arg);
lua_State         302 lib/lua/ldblib.c static int db_debug (lua_State *L) {
lua_State         322 lib/lua/ldblib.c static int db_errorfb (lua_State *L) {
lua_State         326 lib/lua/ldblib.c   lua_State *L1 = getthread(L, &arg);
lua_State         394 lib/lua/ldblib.c LUALIB_API int luaopen_debug (lua_State *L) {
lua_State          33 lib/lua/ldebug.c static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name);
lua_State          36 lib/lua/ldebug.c static int currentpc (lua_State *L, CallInfo *ci) {
lua_State          44 lib/lua/ldebug.c static int currentline (lua_State *L, CallInfo *ci) {
lua_State          56 lib/lua/ldebug.c LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) {
lua_State          69 lib/lua/ldebug.c LUA_API lua_Hook lua_gethook (lua_State *L) {
lua_State          74 lib/lua/ldebug.c LUA_API int lua_gethookmask (lua_State *L) {
lua_State          79 lib/lua/ldebug.c LUA_API int lua_gethookcount (lua_State *L) {
lua_State          84 lib/lua/ldebug.c LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) {
lua_State         112 lib/lua/ldebug.c static const char *findlocal (lua_State *L, CallInfo *ci, int n) {
lua_State         127 lib/lua/ldebug.c LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) {
lua_State         138 lib/lua/ldebug.c LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) {
lua_State         177 lib/lua/ldebug.c static void collectvalidlines (lua_State *L, Closure *f) {
lua_State         193 lib/lua/ldebug.c static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar,
lua_State         232 lib/lua/ldebug.c LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) {
lua_State         497 lib/lua/ldebug.c static const char *getobjname (lua_State *L, CallInfo *ci, int stackpos,
lua_State         544 lib/lua/ldebug.c static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) {
lua_State         567 lib/lua/ldebug.c LUAI_FUNC void luaG_typeerror (lua_State *L, const TValue *o, const char *op) {
lua_State         581 lib/lua/ldebug.c LUAI_FUNC void luaG_concaterror (lua_State *L, StkId p1, StkId p2) {
lua_State         588 lib/lua/ldebug.c LUAI_FUNC void luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p2) {
lua_State         596 lib/lua/ldebug.c LUAI_FUNC int luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) {
lua_State         607 lib/lua/ldebug.c static void addinfo (lua_State *L, const char *msg) {
lua_State         618 lib/lua/ldebug.c LUAI_FUNC void luaG_errormsg (lua_State *L) {
lua_State         631 lib/lua/ldebug.c LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...) {
lua_State          21 lib/lua/ldebug.h LUAI_FUNC void luaG_typeerror (lua_State *L, const TValue *o,
lua_State          23 lib/lua/ldebug.h LUAI_FUNC void luaG_concaterror (lua_State *L, StkId p1, StkId p2);
lua_State          24 lib/lua/ldebug.h LUAI_FUNC void luaG_aritherror (lua_State *L, const TValue *p1,
lua_State          26 lib/lua/ldebug.h LUAI_FUNC int luaG_ordererror (lua_State *L, const TValue *p1,
lua_State          28 lib/lua/ldebug.h LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...);
lua_State          29 lib/lua/ldebug.h LUAI_FUNC void luaG_errormsg (lua_State *L);
lua_State          51 lib/lua/ldo.c  LUAI_FUNC void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop) {
lua_State          71 lib/lua/ldo.c  static void restore_stack_limit (lua_State *L) {
lua_State          81 lib/lua/ldo.c  static void resetstack (lua_State *L, int status) {
lua_State          94 lib/lua/ldo.c  LUAI_FUNC void luaD_throw (lua_State *L, int errcode) {
lua_State         111 lib/lua/ldo.c  LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) {
lua_State         126 lib/lua/ldo.c  static void correctstack (lua_State *L, TValue *oldstack) {
lua_State         141 lib/lua/ldo.c  LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize) {
lua_State         152 lib/lua/ldo.c  LUAI_FUNC void luaD_reallocCI (lua_State *L, int newsize) {
lua_State         161 lib/lua/ldo.c  LUAI_FUNC void luaD_growstack (lua_State *L, int n) {
lua_State         169 lib/lua/ldo.c  static CallInfo *growCI (lua_State *L) {
lua_State         181 lib/lua/ldo.c  LUAI_FUNC void luaD_callhook (lua_State *L, int event, int line) {
lua_State         208 lib/lua/ldo.c  static StkId adjust_varargs (lua_State *L, Proto *p, int actual) {
lua_State         244 lib/lua/ldo.c  static StkId tryfuncTM (lua_State *L, StkId func) {
lua_State         265 lib/lua/ldo.c  LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults) {
lua_State         332 lib/lua/ldo.c  static StkId callrethooks (lua_State *L, StkId firstResult) {
lua_State         343 lib/lua/ldo.c  LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult) {
lua_State         370 lib/lua/ldo.c  LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults) {
lua_State         384 lib/lua/ldo.c  static void resume (lua_State *L, void *ud) {
lua_State         409 lib/lua/ldo.c  static int resume_error (lua_State *L, const char *msg) {
lua_State         418 lib/lua/ldo.c  LUA_API int lua_resume (lua_State *L, int nargs) {
lua_State         444 lib/lua/ldo.c  LUA_API int lua_yield (lua_State *L, int nresults) {
lua_State         456 lib/lua/ldo.c  LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
lua_State         491 lib/lua/ldo.c  static void f_parser (lua_State *L, void *ud) {
lua_State         509 lib/lua/ldo.c  LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name) {
lua_State          38 lib/lua/ldo.h  typedef void (*Pfunc) (lua_State *L, void *ud);
lua_State          40 lib/lua/ldo.h  LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name);
lua_State          41 lib/lua/ldo.h  LUAI_FUNC void luaD_callhook (lua_State *L, int event, int line);
lua_State          42 lib/lua/ldo.h  LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
lua_State          43 lib/lua/ldo.h  LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
lua_State          44 lib/lua/ldo.h  LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
lua_State          46 lib/lua/ldo.h  LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
lua_State          47 lib/lua/ldo.h  LUAI_FUNC void luaD_reallocCI (lua_State *L, int newsize);
lua_State          48 lib/lua/ldo.h  LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize);
lua_State          49 lib/lua/ldo.h  LUAI_FUNC void luaD_growstack (lua_State *L, int n);
lua_State          51 lib/lua/ldo.h  LUAI_FUNC void luaD_throw (lua_State *L, int errcode);
lua_State          52 lib/lua/ldo.h  LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
lua_State          54 lib/lua/ldo.h  LUAI_FUNC void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop);
lua_State          19 lib/lua/ldump.c  lua_State* L;
lua_State         153 lib/lua/ldump.c LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip)
lua_State          72 lib/lua/lfmathlib.c static double arg(lua_State *L, int n) {
lua_State          82 lib/lua/lfmathlib.c static double* newval(lua_State *L, double v) {
lua_State          90 lib/lua/lfmathlib.c static int fmath_new (lua_State *L) {
lua_State          99 lib/lua/lfmathlib.c static int fmath_toStr (lua_State *L) {
lua_State         278 lib/lua/lfmathlib.c static int twoargfn (lua_State *L, int fn) {
lua_State         308 lib/lua/lfmathlib.c static int oneargfn (lua_State *L, int fn) {
lua_State         340 lib/lua/lfmathlib.c static int boolfn (lua_State *L, int fn) {
lua_State         361 lib/lua/lfmathlib.c static int intfn (lua_State *L, int fn) {
lua_State         394 lib/lua/lfmathlib.c static int trigfn(lua_State *L, int fn) {
lua_State         416 lib/lua/lfmathlib.c static int atrigfn(lua_State *L, int fn) {
lua_State         440 lib/lua/lfmathlib.c static int fmath_rec(lua_State *L) {
lua_State         450 lib/lua/lfmathlib.c static int fmath_pol (lua_State *L) {
lua_State         460 lib/lua/lfmathlib.c static int fmath_mul (lua_State *L) { return twoargfn(L, FN_MUL); }
lua_State         461 lib/lua/lfmathlib.c static int fmath_div (lua_State *L) { return twoargfn(L, FN_DIV); }
lua_State         462 lib/lua/lfmathlib.c static int fmath_add (lua_State *L) { return twoargfn(L, FN_ADD); }
lua_State         463 lib/lua/lfmathlib.c static int fmath_sub (lua_State *L) { return twoargfn(L, FN_SUB); }
lua_State         464 lib/lua/lfmathlib.c static int fmath_pow (lua_State *L) { return twoargfn(L, FN_POW); }
lua_State         465 lib/lua/lfmathlib.c static int fmath_mod (lua_State *L) { return twoargfn(L, FN_MOD); }
lua_State         467 lib/lua/lfmathlib.c static int fmath_eq (lua_State *L) { return boolfn(L, FN_EQ); }
lua_State         468 lib/lua/lfmathlib.c static int fmath_lt (lua_State *L) { return boolfn(L, FN_LT); }
lua_State         469 lib/lua/lfmathlib.c static int fmath_le (lua_State *L) { return boolfn(L, FN_LE); }
lua_State         471 lib/lua/lfmathlib.c static int fmath_neg (lua_State *L) { return oneargfn(L, FN_NEG); }
lua_State         472 lib/lua/lfmathlib.c static int fmath_log (lua_State *L) { return oneargfn(L, FN_LOG); }
lua_State         473 lib/lua/lfmathlib.c static int fmath_log2 (lua_State *L) { return oneargfn(L, FN_LOG2); }
lua_State         474 lib/lua/lfmathlib.c static int fmath_log10 (lua_State *L) { return oneargfn(L, FN_LOG10); }
lua_State         475 lib/lua/lfmathlib.c static int fmath_sqrt (lua_State *L) { return oneargfn(L, FN_SQRT); }
lua_State         476 lib/lua/lfmathlib.c static int fmath_deg (lua_State *L) { return oneargfn(L, FN_DEG); }
lua_State         477 lib/lua/lfmathlib.c static int fmath_rad (lua_State *L) { return oneargfn(L, FN_RAD); }
lua_State         479 lib/lua/lfmathlib.c static int fmath_int (lua_State *L) { return intfn(L, FN_INT); }
lua_State         480 lib/lua/lfmathlib.c static int fmath_ceil (lua_State *L) { return intfn(L, FN_CEIL); }
lua_State         481 lib/lua/lfmathlib.c static int fmath_floor (lua_State *L) { return intfn(L, FN_FLOOR); }
lua_State         482 lib/lua/lfmathlib.c static int fmath_round (lua_State *L) { return intfn(L, FN_ROUND); }
lua_State         484 lib/lua/lfmathlib.c static int fmath_sin (lua_State *L) { return trigfn(L, FN_SIN); }
lua_State         485 lib/lua/lfmathlib.c static int fmath_cos (lua_State *L) { return trigfn(L, FN_COS); }
lua_State         486 lib/lua/lfmathlib.c static int fmath_tan (lua_State *L) { return trigfn(L, FN_TAN); }
lua_State         488 lib/lua/lfmathlib.c static int fmath_asin (lua_State *L) { return atrigfn(L, FN_ASIN); }
lua_State         489 lib/lua/lfmathlib.c static int fmath_acos (lua_State *L) { return atrigfn(L, FN_ACOS); }
lua_State         490 lib/lua/lfmathlib.c static int fmath_atan (lua_State *L) { return atrigfn(L, FN_ATAN); }
lua_State         530 lib/lua/lfmathlib.c LUALIB_API int luaopen_fmath (lua_State *L) {
lua_State          23 lib/lua/lfunc.c LUAI_FUNC Closure *luaF_newCclosure (lua_State *L, int nelems, Table *e) {
lua_State          33 lib/lua/lfunc.c LUAI_FUNC Closure *luaF_newLclosure (lua_State *L, int nelems, Table *e) {
lua_State          44 lib/lua/lfunc.c LUAI_FUNC UpVal *luaF_newupval (lua_State *L) {
lua_State          53 lib/lua/lfunc.c LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level) {
lua_State          89 lib/lua/lfunc.c LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv) {
lua_State          96 lib/lua/lfunc.c LUAI_FUNC void luaF_close (lua_State *L, StkId level) {
lua_State         115 lib/lua/lfunc.c LUAI_FUNC Proto *luaF_newproto (lua_State *L) {
lua_State         141 lib/lua/lfunc.c LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f) {
lua_State         152 lib/lua/lfunc.c LUAI_FUNC void luaF_freeclosure (lua_State *L, Closure *c) {
lua_State          21 lib/lua/lfunc.h LUAI_FUNC Proto *luaF_newproto (lua_State *L);
lua_State          22 lib/lua/lfunc.h LUAI_FUNC Closure *luaF_newCclosure (lua_State *L, int nelems, Table *e);
lua_State          23 lib/lua/lfunc.h LUAI_FUNC Closure *luaF_newLclosure (lua_State *L, int nelems, Table *e);
lua_State          24 lib/lua/lfunc.h LUAI_FUNC UpVal *luaF_newupval (lua_State *L);
lua_State          25 lib/lua/lfunc.h LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level);
lua_State          26 lib/lua/lfunc.h LUAI_FUNC void luaF_close (lua_State *L, StkId level);
lua_State          27 lib/lua/lfunc.h LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f);
lua_State          28 lib/lua/lfunc.h LUAI_FUNC void luaF_freeclosure (lua_State *L, Closure *c);
lua_State          29 lib/lua/lfunc.h LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv);
lua_State         128 lib/lua/lgc.c  LUAI_FUNC size_t luaC_separateudata (lua_State *L, int all) {
lua_State         241 lib/lua/lgc.c  static void checkstacksizes (lua_State *L, StkId max) {
lua_State         256 lib/lua/lgc.c  static void traversestack (global_State *g, lua_State *l) {
lua_State         298 lib/lua/lgc.c        lua_State *th = gco2th(o);
lua_State         304 lib/lua/lgc.c        return sizeof(lua_State) + sizeof(TValue) * th->stacksize +
lua_State         378 lib/lua/lgc.c  static void freeobj (lua_State *L, GCObject *o) {
lua_State         407 lib/lua/lgc.c  static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) {
lua_State         431 lib/lua/lgc.c  static void checkSizes (lua_State *L) {
lua_State         445 lib/lua/lgc.c  static void GCTM (lua_State *L) {
lua_State         477 lib/lua/lgc.c  LUAI_FUNC void luaC_callGCTM (lua_State *L) {
lua_State         483 lib/lua/lgc.c  LUAI_FUNC void luaC_freeall (lua_State *L) {
lua_State         501 lib/lua/lgc.c  static void markroot (lua_State *L) {
lua_State         525 lib/lua/lgc.c  static void atomic (lua_State *L) {
lua_State         556 lib/lua/lgc.c  static l_mem singlestep (lua_State *L) {
lua_State         610 lib/lua/lgc.c  LUAI_FUNC void luaC_step (lua_State *L) {
lua_State         635 lib/lua/lgc.c  LUAI_FUNC void luaC_fullgc (lua_State *L) {
lua_State         661 lib/lua/lgc.c  LUAI_FUNC void luaC_barrierf (lua_State *L, GCObject *o, GCObject *v) {
lua_State         674 lib/lua/lgc.c  LUAI_FUNC void luaC_barrierback (lua_State *L, Table *t) {
lua_State         685 lib/lua/lgc.c  LUAI_FUNC void luaC_link (lua_State *L, GCObject *o, lu_byte tt) {
lua_State         694 lib/lua/lgc.c  LUAI_FUNC void luaC_linkupval (lua_State *L, UpVal *uv) {
lua_State          99 lib/lua/lgc.h  LUAI_FUNC size_t luaC_separateudata (lua_State *L, int all);
lua_State         100 lib/lua/lgc.h  LUAI_FUNC void luaC_callGCTM (lua_State *L);
lua_State         101 lib/lua/lgc.h  LUAI_FUNC void luaC_freeall (lua_State *L);
lua_State         102 lib/lua/lgc.h  LUAI_FUNC void luaC_step (lua_State *L);
lua_State         103 lib/lua/lgc.h  LUAI_FUNC void luaC_fullgc (lua_State *L);
lua_State         104 lib/lua/lgc.h  LUAI_FUNC void luaC_link (lua_State *L, GCObject *o, lu_byte tt);
lua_State         105 lib/lua/lgc.h  LUAI_FUNC void luaC_linkupval (lua_State *L, UpVal *uv);
lua_State         106 lib/lua/lgc.h  LUAI_FUNC void luaC_barrierf (lua_State *L, GCObject *o, GCObject *v);
lua_State         107 lib/lua/lgc.h  LUAI_FUNC void luaC_barrierback (lua_State *L, Table *t);
lua_State          30 lib/lua/limathlib.c static int imath_muldiv (lua_State *L) {
lua_State          38 lib/lua/limathlib.c static int imath_mul (lua_State *L) {
lua_State          44 lib/lua/limathlib.c static int imath_div (lua_State *L) {
lua_State          52 lib/lua/limathlib.c static int imath_sinr (lua_State *L) {
lua_State          57 lib/lua/limathlib.c static int imath_cosr (lua_State *L) {
lua_State          62 lib/lua/limathlib.c static int imath_tanr (lua_State *L) {
lua_State          67 lib/lua/limathlib.c static int imath_recr (lua_State *L) {
lua_State          76 lib/lua/limathlib.c static int imath_asinr (lua_State *L) {
lua_State          81 lib/lua/limathlib.c static int imath_acosr (lua_State *L) {
lua_State          86 lib/lua/limathlib.c static int imath_atanr (lua_State *L) {
lua_State          91 lib/lua/limathlib.c static int imath_polr (lua_State *L) {
lua_State         101 lib/lua/limathlib.c static int imath_sind (lua_State *L) {
lua_State         106 lib/lua/limathlib.c static int imath_cosd (lua_State *L) {
lua_State         111 lib/lua/limathlib.c static int imath_tand (lua_State *L) {
lua_State         116 lib/lua/limathlib.c static int imath_recd (lua_State *L) {
lua_State         125 lib/lua/limathlib.c static int imath_asind (lua_State *L) {
lua_State         130 lib/lua/limathlib.c static int imath_acosd (lua_State *L) {
lua_State         135 lib/lua/limathlib.c static int imath_atand (lua_State *L) {
lua_State         140 lib/lua/limathlib.c static int imath_pold (lua_State *L) {
lua_State         149 lib/lua/limathlib.c static int imath_deg (lua_State *L) {
lua_State         154 lib/lua/limathlib.c static int imath_rad (lua_State *L) {
lua_State         159 lib/lua/limathlib.c static int imath_log (lua_State *L) {
lua_State         164 lib/lua/limathlib.c static int imath_log2 (lua_State *L) {
lua_State         169 lib/lua/limathlib.c static int imath_log10 (lua_State *L) {
lua_State         174 lib/lua/limathlib.c static int imath_pow (lua_State *L) {
lua_State         180 lib/lua/limathlib.c static int imath_sqrt (lua_State *L) {
lua_State         186 lib/lua/limathlib.c static int imath_int (lua_State *L) {
lua_State         191 lib/lua/limathlib.c static int imath_frac (lua_State *L) {
lua_State         196 lib/lua/limathlib.c static int imath_ceil (lua_State *L) {
lua_State         201 lib/lua/limathlib.c static int imath_floor (lua_State *L) {
lua_State         206 lib/lua/limathlib.c static int imath_round (lua_State *L) {
lua_State         250 lib/lua/limathlib.c LUALIB_API int luaopen_imath (lua_State *L) {
lua_State          32 lib/lua/linit.c LUALIB_API void luaL_openlibs (lua_State *L) {
lua_State          28 lib/lua/liolib.c static int pushresult (lua_State *L, int i, const char *filename) {
lua_State          46 lib/lua/liolib.c static void fileerror (lua_State *L, int arg, const char *filename) {
lua_State          55 lib/lua/liolib.c static int io_type (lua_State *L) {
lua_State          70 lib/lua/liolib.c static FILE *tofile (lua_State *L) {
lua_State          84 lib/lua/liolib.c static FILE **newfile (lua_State *L) {
lua_State          96 lib/lua/liolib.c static int io_noclose (lua_State *L) {
lua_State         108 lib/lua/liolib.c static int io_pclose (lua_State *L) {
lua_State         120 lib/lua/liolib.c static int io_fclose (lua_State *L) {
lua_State         128 lib/lua/liolib.c static int aux_close (lua_State *L) {
lua_State         135 lib/lua/liolib.c static int io_close (lua_State *L) {
lua_State         143 lib/lua/liolib.c static int io_gc (lua_State *L) {
lua_State         152 lib/lua/liolib.c static int io_tostring (lua_State *L) {
lua_State         162 lib/lua/liolib.c static int io_open (lua_State *L) {
lua_State         176 lib/lua/liolib.c static int io_popen (lua_State *L) {
lua_State         188 lib/lua/liolib.c static int io_tmpfile (lua_State *L) {
lua_State         196 lib/lua/liolib.c static FILE *getiofile (lua_State *L, int findex) {
lua_State         206 lib/lua/liolib.c static int g_iofile (lua_State *L, int f, const char *mode) {
lua_State         227 lib/lua/liolib.c static int io_input (lua_State *L) {
lua_State         232 lib/lua/liolib.c static int io_output (lua_State *L) {
lua_State         237 lib/lua/liolib.c static int io_readline (lua_State *L);
lua_State         240 lib/lua/liolib.c static void aux_lines (lua_State *L, int idx, int toclose) {
lua_State         247 lib/lua/liolib.c static int f_lines (lua_State *L) {
lua_State         254 lib/lua/liolib.c static int io_lines (lua_State *L) {
lua_State         315 lib/lua/liolib.c static int read_number (lua_State *L, FILE *f) {
lua_State         334 lib/lua/liolib.c static int test_eof (lua_State *L, FILE *f) {
lua_State         341 lib/lua/liolib.c static int test_eof (lua_State *L, FILE *f) {
lua_State         349 lib/lua/liolib.c static int read_line (lua_State *L, FILE *f) {
lua_State         371 lib/lua/liolib.c static int read_chars (lua_State *L, FILE *f, size_t n) {
lua_State         389 lib/lua/liolib.c static int g_read (lua_State *L, FILE *f, int first) {
lua_State         442 lib/lua/liolib.c static int io_read (lua_State *L) {
lua_State         447 lib/lua/liolib.c static int f_read (lua_State *L) {
lua_State         452 lib/lua/liolib.c static int io_readline (lua_State *L) {
lua_State         477 lib/lua/liolib.c static int g_write (lua_State *L, FILE *f, int arg) {
lua_State         502 lib/lua/liolib.c static int io_write (lua_State *L) {
lua_State         507 lib/lua/liolib.c static int f_write (lua_State *L) {
lua_State         512 lib/lua/liolib.c static int f_seek (lua_State *L) {
lua_State         529 lib/lua/liolib.c static int f_setvbuf (lua_State *L) {
lua_State         542 lib/lua/liolib.c static int io_flush (lua_State *L) {
lua_State         547 lib/lua/liolib.c static int f_flush (lua_State *L) {
lua_State         551 lib/lua/liolib.c static int f_getfptr(lua_State *L) {
lua_State         595 lib/lua/liolib.c static void createmeta (lua_State *L) {
lua_State         603 lib/lua/liolib.c static void createstdfile (lua_State *L, FILE *f, int k, const char *fname) {
lua_State         615 lib/lua/liolib.c static void newfenv (lua_State *L, lua_CFunction cls) {
lua_State         622 lib/lua/liolib.c LUALIB_API int luaopen_io (lua_State *L) {
lua_State          64 lib/lua/llex.c LUAI_FUNC void luaX_init (lua_State *L) {
lua_State         118 lib/lua/llex.c   lua_State *L = ls->L;
lua_State         140 lib/lua/llex.c LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source) {
lua_State          62 lib/lua/llex.h   struct lua_State *L;
lua_State          70 lib/lua/llex.h LUAI_FUNC void luaX_init (lua_State *L);
lua_State          71 lib/lua/llex.h LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
lua_State          26 lib/lua/lmathlib.c static int math_abs (lua_State *L) {
lua_State          36 lib/lua/lmathlib.c static int math_sin (lua_State *L) {
lua_State          41 lib/lua/lmathlib.c static int math_sinh (lua_State *L) {
lua_State          46 lib/lua/lmathlib.c static int math_cos (lua_State *L) {
lua_State          51 lib/lua/lmathlib.c static int math_cosh (lua_State *L) {
lua_State          56 lib/lua/lmathlib.c static int math_tan (lua_State *L) {
lua_State          61 lib/lua/lmathlib.c static int math_tanh (lua_State *L) {
lua_State          66 lib/lua/lmathlib.c static int math_asin (lua_State *L) {
lua_State          71 lib/lua/lmathlib.c static int math_acos (lua_State *L) {
lua_State          76 lib/lua/lmathlib.c static int math_atan (lua_State *L) {
lua_State          81 lib/lua/lmathlib.c static int math_atan2 (lua_State *L) {
lua_State          86 lib/lua/lmathlib.c static int math_ceil (lua_State *L) {
lua_State          91 lib/lua/lmathlib.c static int math_floor (lua_State *L) {
lua_State          96 lib/lua/lmathlib.c static int math_fmod (lua_State *L) {
lua_State         101 lib/lua/lmathlib.c static int math_modf (lua_State *L) {
lua_State         109 lib/lua/lmathlib.c static int math_sqrt (lua_State *L) {
lua_State         114 lib/lua/lmathlib.c static int math_pow (lua_State *L) {
lua_State         123 lib/lua/lmathlib.c static int math_log (lua_State *L) {
lua_State         128 lib/lua/lmathlib.c static int math_log10 (lua_State *L) {
lua_State         133 lib/lua/lmathlib.c static int math_exp (lua_State *L) {
lua_State         138 lib/lua/lmathlib.c static int math_deg (lua_State *L) {
lua_State         143 lib/lua/lmathlib.c static int math_rad (lua_State *L) {
lua_State         148 lib/lua/lmathlib.c static int math_frexp (lua_State *L) {
lua_State         155 lib/lua/lmathlib.c static int math_ldexp (lua_State *L) {
lua_State         162 lib/lua/lmathlib.c static int math_min (lua_State *L) {
lua_State         176 lib/lua/lmathlib.c static int math_max (lua_State *L) {
lua_State         190 lib/lua/lmathlib.c static int math_random (lua_State *L) {
lua_State         230 lib/lua/lmathlib.c static int math_randomseed (lua_State *L) {
lua_State         272 lib/lua/lmathlib.c LUALIB_API int luaopen_math (lua_State *L) {
lua_State          46 lib/lua/lmem.c LUAI_FUNC void *luaM_growaux_ (lua_State *L, void *block, int *size, size_t size_elems,
lua_State          66 lib/lua/lmem.c LUAI_FUNC void *luaM_toobig (lua_State *L) {
lua_State          76 lib/lua/lmem.c LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) {
lua_State          41 lib/lua/lmem.h LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
lua_State          43 lib/lua/lmem.h LUAI_FUNC void *luaM_toobig (lua_State *L);
lua_State          44 lib/lua/lmem.h LUAI_FUNC void *luaM_growaux_ (lua_State *L, void *block, int *size,
lua_State          47 lib/lua/loadlib.c static void *ll_load (lua_State *L, const char *path);
lua_State          48 lib/lua/loadlib.c static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym);
lua_State          69 lib/lua/loadlib.c static void *ll_load (lua_State *L, const char *path) {
lua_State          76 lib/lua/loadlib.c static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) {
lua_State          98 lib/lua/loadlib.c static void setprogdir (lua_State *L) {
lua_State         113 lib/lua/loadlib.c static void pusherror (lua_State *L) {
lua_State         128 lib/lua/loadlib.c static void *ll_load (lua_State *L, const char *path) {
lua_State         135 lib/lua/loadlib.c static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) {
lua_State         160 lib/lua/loadlib.c static void pusherror (lua_State *L) {
lua_State         192 lib/lua/loadlib.c static void *ll_load (lua_State *L, const char *path) {
lua_State         213 lib/lua/loadlib.c static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) {
lua_State         246 lib/lua/loadlib.c static void *ll_load (lua_State *L, const char *path) {
lua_State         253 lib/lua/loadlib.c static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) {
lua_State         265 lib/lua/loadlib.c static void **ll_register (lua_State *L, const char *path) {
lua_State         289 lib/lua/loadlib.c static int gctm (lua_State *L) {
lua_State         297 lib/lua/loadlib.c static int ll_loadfunc (lua_State *L, const char *path, const char *sym) {
lua_State         312 lib/lua/loadlib.c static int ll_loadlib (lua_State *L) {
lua_State         348 lib/lua/loadlib.c static const char *pushnexttemplate (lua_State *L, const char *path) {
lua_State         359 lib/lua/loadlib.c static const char *findfile (lua_State *L, const char *name,
lua_State         381 lib/lua/loadlib.c static void loaderror (lua_State *L, const char *filename) {
lua_State         387 lib/lua/loadlib.c static int loader_Lua (lua_State *L) {
lua_State         398 lib/lua/loadlib.c static const char *mkfuncname (lua_State *L, const char *modname) {
lua_State         409 lib/lua/loadlib.c static int loader_C (lua_State *L) {
lua_State         421 lib/lua/loadlib.c static int loader_Croot (lua_State *L) {
lua_State         442 lib/lua/loadlib.c static int loader_preload (lua_State *L) {
lua_State         458 lib/lua/loadlib.c static int ll_require (lua_State *L) {
lua_State         514 lib/lua/loadlib.c static void setfenv (lua_State *L) {
lua_State         526 lib/lua/loadlib.c static void dooptions (lua_State *L, int n) {
lua_State         536 lib/lua/loadlib.c static void modinit (lua_State *L, const char *modname) {
lua_State         551 lib/lua/loadlib.c static int ll_module (lua_State *L) {
lua_State         579 lib/lua/loadlib.c static int ll_seeall (lua_State *L) {
lua_State         598 lib/lua/loadlib.c static void setpath (lua_State *L, const char *fieldname, __attribute__ ((unused))const char *envname,
lua_State         637 lib/lua/loadlib.c LUALIB_API int luaopen_package (lua_State *L) {
lua_State         104 lib/lua/lobject.c static void pushstr (lua_State *L, const char *str) {
lua_State         111 lib/lua/lobject.c LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, va_list argp) {
lua_State         172 lib/lua/lobject.c LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) {
lua_State         374 lib/lua/lobject.h LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt,
lua_State         376 lib/lua/lobject.h LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
lua_State          27 lib/lua/loslib.c static int os_pushresult (lua_State *L, int i, const char *filename) {
lua_State          43 lib/lua/loslib.c static int os_execute (lua_State *L) {
lua_State          50 lib/lua/loslib.c static int os_remove (lua_State *L) {
lua_State          56 lib/lua/loslib.c static int os_rename (lua_State *L) {
lua_State          65 lib/lua/loslib.c static int os_tmpname (lua_State *L) {
lua_State          77 lib/lua/loslib.c static int os_getenv (lua_State *L) {
lua_State          84 lib/lua/loslib.c static int os_clock (lua_State *L) {
lua_State          99 lib/lua/loslib.c static void setfield (lua_State *L, const char *key, int value) {
lua_State         104 lib/lua/loslib.c static void setboolfield (lua_State *L, const char *key, int value) {
lua_State         111 lib/lua/loslib.c static int getboolfield (lua_State *L, const char *key) {
lua_State         120 lib/lua/loslib.c static int getfield (lua_State *L, const char *key, int d) {
lua_State         135 lib/lua/loslib.c static int os_date (lua_State *L) {
lua_State         187 lib/lua/loslib.c static int os_time (lua_State *L) {
lua_State         213 lib/lua/loslib.c static int os_difftime (lua_State *L) {
lua_State         219 lib/lua/loslib.c static int os_difftime (lua_State *L) {
lua_State         228 lib/lua/loslib.c static int os_setlocale (lua_State *L) {
lua_State         241 lib/lua/loslib.c static int os_exit (lua_State *L) {
lua_State         247 lib/lua/loslib.c static int os_mkdir (lua_State *L) {
lua_State         257 lib/lua/loslib.c static int get_table_optbool(lua_State *L, int narg, const char *fname, int d)
lua_State         278 lib/lua/loslib.c static int os_listdir (lua_State *L) {
lua_State         319 lib/lua/loslib.c static int idir_iter(lua_State *L) {
lua_State         350 lib/lua/loslib.c static int idir_gc(lua_State *L) {
lua_State         387 lib/lua/loslib.c static int os_idir (lua_State *L) {
lua_State         419 lib/lua/loslib.c static void idir_register(lua_State *L) {
lua_State         426 lib/lua/loslib.c static int os_stat (lua_State *L) {
lua_State         505 lib/lua/loslib.c static int os_utime (lua_State *L) {
lua_State         545 lib/lua/loslib.c LUALIB_API int luaopen_os (lua_State *L) {
lua_State         329 lib/lua/lparser.c   lua_State *L = ls->L;
lua_State         357 lib/lua/lparser.c   lua_State *L = ls->L;
lua_State         383 lib/lua/lparser.c LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) {
lua_State          63 lib/lua/lparser.h   struct lua_State *L;  /* copy of the Lua state */
lua_State          78 lib/lua/lparser.h LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
lua_State          29 lib/lua/lstate.c #define tostate(l)   (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE))
lua_State          36 lib/lua/lstate.c   lua_State l;
lua_State          42 lib/lua/lstate.c static void stack_init (lua_State *L1, lua_State *L) {
lua_State          61 lib/lua/lstate.c static void freestack (lua_State *L, lua_State *L1) {
lua_State          70 lib/lua/lstate.c static void f_luaopen (lua_State *L, void *ud) {
lua_State          84 lib/lua/lstate.c static void preinit_state (lua_State *L, global_State *g) {
lua_State         105 lib/lua/lstate.c static void close_state (lua_State *L) {
lua_State         119 lib/lua/lstate.c LUAI_FUNC lua_State *luaE_newthread (lua_State *L) {
lua_State         120 lib/lua/lstate.c   lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State)));
lua_State         134 lib/lua/lstate.c LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1) {
lua_State         139 lib/lua/lstate.c   luaM_freemem(L, fromstate(L1), state_size(lua_State));
lua_State         143 lib/lua/lstate.c LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) {
lua_State         145 lib/lua/lstate.c   lua_State *L;
lua_State         193 lib/lua/lstate.c static void callallgcTM (lua_State *L, void *ud) {
lua_State         199 lib/lua/lstate.c LUA_API void lua_close (lua_State *L) {
lua_State          90 lib/lua/lstate.h   struct lua_State *mainthread;
lua_State         144 lib/lua/lstate.h   struct lua_State th;  /* thread */
lua_State         165 lib/lua/lstate.h LUAI_FUNC lua_State *luaE_newthread (lua_State *L);
lua_State         166 lib/lua/lstate.h LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
lua_State          22 lib/lua/lstring.c LUAI_FUNC void luaS_resize (lua_State *L, int newsize) {
lua_State          50 lib/lua/lstring.c static TString *newlstr (lua_State *L, const char *str, size_t l,
lua_State          75 lib/lua/lstring.c LUAI_FUNC TString *luaS_newlstr (lua_State *L, const char *str, size_t l) {
lua_State          96 lib/lua/lstring.c LUAI_FUNC Udata *luaS_newudata (lua_State *L, size_t s, Table *e) {
lua_State          26 lib/lua/lstring.h LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
lua_State          27 lib/lua/lstring.h LUAI_FUNC Udata *luaS_newudata (lua_State *L, size_t s, Table *e);
lua_State          28 lib/lua/lstring.h LUAI_FUNC TString *luaS_newlstr (lua_State *L, const char *str, size_t l);
lua_State          28 lib/lua/lstrlib.c static int str_len (lua_State *L) {
lua_State          43 lib/lua/lstrlib.c static int str_sub (lua_State *L) {
lua_State          57 lib/lua/lstrlib.c static int str_reverse (lua_State *L) {
lua_State          68 lib/lua/lstrlib.c static int str_lower (lua_State *L) {
lua_State          81 lib/lua/lstrlib.c static int str_upper (lua_State *L) {
lua_State          93 lib/lua/lstrlib.c static int str_rep (lua_State *L) {
lua_State         106 lib/lua/lstrlib.c static int str_byte (lua_State *L) {
lua_State         125 lib/lua/lstrlib.c static int str_char (lua_State *L) {
lua_State         140 lib/lua/lstrlib.c static int writer (lua_State *L, const void* b, size_t size, void* B) {
lua_State         147 lib/lua/lstrlib.c static int str_dump (lua_State *L) {
lua_State         173 lib/lua/lstrlib.c   lua_State *L;
lua_State         495 lib/lua/lstrlib.c static int str_find_aux (lua_State *L, int find) {
lua_State         538 lib/lua/lstrlib.c static int str_find (lua_State *L) {
lua_State         543 lib/lua/lstrlib.c static int str_match (lua_State *L) {
lua_State         548 lib/lua/lstrlib.c static int gmatch_aux (lua_State *L) {
lua_State         574 lib/lua/lstrlib.c static int gmatch (lua_State *L) {
lua_State         584 lib/lua/lstrlib.c static int gfind_nodef (lua_State *L) {
lua_State         614 lib/lua/lstrlib.c   lua_State *L = ms->L;
lua_State         644 lib/lua/lstrlib.c static int str_gsub (lua_State *L) {
lua_State         696 lib/lua/lstrlib.c static void addquoted (lua_State *L, luaL_Buffer *b, int arg) {
lua_State         725 lib/lua/lstrlib.c static const char *scanformat (lua_State *L, const char *strfrmt, char *form) {
lua_State         756 lib/lua/lstrlib.c static int str_format (lua_State *L) {
lua_State         847 lib/lua/lstrlib.c static void createmetatable (lua_State *L) {
lua_State         862 lib/lua/lstrlib.c LUALIB_API int luaopen_string (lua_State *L) {
lua_State         137 lib/lua/ltable.c static int findindex (lua_State *L, Table *t, StkId key) {
lua_State         162 lib/lua/ltable.c LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key) {
lua_State         263 lib/lua/ltable.c static void setarrayvector (lua_State *L, Table *t, int size) {
lua_State         272 lib/lua/ltable.c static void setnodevector (lua_State *L, Table *t, int size) {
lua_State         297 lib/lua/ltable.c static void resize (lua_State *L, Table *t, int nasize, int nhsize) {
lua_State         327 lib/lua/ltable.c LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, int nasize) {
lua_State         333 lib/lua/ltable.c static void rehash (lua_State *L, Table *t, const TValue *ek) {
lua_State         358 lib/lua/ltable.c LUAI_FUNC Table *luaH_new (lua_State *L, int narray, int nhash) {
lua_State         374 lib/lua/ltable.c LUAI_FUNC void luaH_free (lua_State *L, Table *t) {
lua_State         399 lib/lua/ltable.c static TValue *newkey (lua_State *L, Table *t, const TValue *key) {
lua_State         494 lib/lua/ltable.c LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key) {
lua_State         508 lib/lua/ltable.c LUAI_FUNC TValue *luaH_setnum (lua_State *L, Table *t, int key) {
lua_State         520 lib/lua/ltable.c LUAI_FUNC TValue *luaH_setstr (lua_State *L, Table *t, TString *key) {
lua_State          22 lib/lua/ltable.h LUAI_FUNC TValue *luaH_setnum (lua_State *L, Table *t, int key);
lua_State          24 lib/lua/ltable.h LUAI_FUNC TValue *luaH_setstr (lua_State *L, Table *t, TString *key);
lua_State          26 lib/lua/ltable.h LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
lua_State          27 lib/lua/ltable.h LUAI_FUNC Table *luaH_new (lua_State *L, int narray, int lnhash);
lua_State          28 lib/lua/ltable.h LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, int nasize);
lua_State          29 lib/lua/ltable.h LUAI_FUNC void luaH_free (lua_State *L, Table *t);
lua_State          30 lib/lua/ltable.h LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
lua_State          22 lib/lua/ltablib.c static int foreachi (lua_State *L) {
lua_State          39 lib/lua/ltablib.c static int foreach (lua_State *L) {
lua_State          56 lib/lua/ltablib.c static int maxn (lua_State *L) {
lua_State          72 lib/lua/ltablib.c static int getn (lua_State *L) {
lua_State          78 lib/lua/ltablib.c static int setn (lua_State *L) {
lua_State          90 lib/lua/ltablib.c static int tinsert (lua_State *L) {
lua_State         118 lib/lua/ltablib.c static int tremove (lua_State *L) {
lua_State         135 lib/lua/ltablib.c static void addfield (lua_State *L, luaL_Buffer *b, int i) {
lua_State         144 lib/lua/ltablib.c static int tconcat (lua_State *L) {
lua_State         173 lib/lua/ltablib.c static void set2 (lua_State *L, int i, int j) {
lua_State         178 lib/lua/ltablib.c static int sort_comp (lua_State *L, int a, int b) {
lua_State         193 lib/lua/ltablib.c static void auxsort (lua_State *L, int l, int u) {
lua_State         256 lib/lua/ltablib.c static int sort (lua_State *L) {
lua_State         283 lib/lua/ltablib.c LUALIB_API int luaopen_table (lua_State *L) {
lua_State          30 lib/lua/ltm.c  LUAI_FUNC void luaT_init (lua_State *L) {
lua_State          61 lib/lua/ltm.c  LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) {
lua_State          50 lib/lua/ltm.h  LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
lua_State          52 lib/lua/ltm.h  LUAI_FUNC void luaT_init (lua_State *L);
lua_State          22 lib/lua/lua.c  static lua_State *globalL = NULL;
lua_State          28 lib/lua/lua.c  static void lstop (lua_State *L, lua_Debug *ar) {
lua_State          65 lib/lua/lua.c  static int report (lua_State *L, int status) {
lua_State          76 lib/lua/lua.c  static int traceback (lua_State *L) {
lua_State          96 lib/lua/lua.c  static int docall (lua_State *L, int narg, int clear) {
lua_State         116 lib/lua/lua.c  static int getargs (lua_State *L, char **argv, int n) {
lua_State         134 lib/lua/lua.c  static int dofile (lua_State *L, const char *name) {
lua_State         140 lib/lua/lua.c  static int dostring (lua_State *L, const char *s, const char *name) {
lua_State         146 lib/lua/lua.c  static int dolibrary (lua_State *L, const char *name) {
lua_State         153 lib/lua/lua.c  static const char *get_prompt (lua_State *L, int firstline) {
lua_State         163 lib/lua/lua.c  static int incomplete (lua_State *L, int status) {
lua_State         177 lib/lua/lua.c  static int pushline (lua_State *L, int firstline) {
lua_State         196 lib/lua/lua.c  static int loadline (lua_State *L) {
lua_State         216 lib/lua/lua.c  static void dotty (lua_State *L) {
lua_State         239 lib/lua/lua.c  static int handle_script (lua_State *L, char **argv, int n) {
lua_State         294 lib/lua/lua.c  static int runargs (lua_State *L, char **argv, int n) {
lua_State         323 lib/lua/lua.c  static int handle_luainit (lua_State *L) {
lua_State         340 lib/lua/lua.c  static int pmain (lua_State *L) {
lua_State         380 lib/lua/lua.c    lua_State *L = lua_open();  /* create state */
lua_State          50 lib/lua/lua.h  typedef struct lua_State lua_State;
lua_State          52 lib/lua/lua.h  typedef int (*lua_CFunction) (lua_State *L);
lua_State          58 lib/lua/lua.h  typedef const char * (*lua_Reader) (lua_State *L, void *ud, size_t *sz);
lua_State          60 lib/lua/lua.h  typedef int (*lua_Writer) (lua_State *L, const void* p, size_t sz, void* ud);
lua_State         110 lib/lua/lua.h  LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud);
lua_State         111 lib/lua/lua.h  LUA_API void       (lua_close) (lua_State *L);
lua_State         112 lib/lua/lua.h  LUA_API lua_State *(lua_newthread) (lua_State *L);
lua_State         114 lib/lua/lua.h  LUA_API lua_CFunction (lua_atpanic) (lua_State *L, lua_CFunction panicf);
lua_State         120 lib/lua/lua.h  LUA_API int   (lua_gettop) (lua_State *L);
lua_State         121 lib/lua/lua.h  LUA_API void  (lua_settop) (lua_State *L, int idx);
lua_State         122 lib/lua/lua.h  LUA_API void  (lua_pushvalue) (lua_State *L, int idx);
lua_State         123 lib/lua/lua.h  LUA_API void  (lua_remove) (lua_State *L, int idx);
lua_State         124 lib/lua/lua.h  LUA_API void  (lua_insert) (lua_State *L, int idx);
lua_State         125 lib/lua/lua.h  LUA_API void  (lua_replace) (lua_State *L, int idx);
lua_State         126 lib/lua/lua.h  LUA_API int   (lua_checkstack) (lua_State *L, int sz);
lua_State         128 lib/lua/lua.h  LUA_API void  (lua_xmove) (lua_State *from, lua_State *to, int n);
lua_State         135 lib/lua/lua.h  LUA_API int             (lua_isnumber) (lua_State *L, int idx);
lua_State         136 lib/lua/lua.h  LUA_API int             (lua_isstring) (lua_State *L, int idx);
lua_State         137 lib/lua/lua.h  LUA_API int             (lua_iscfunction) (lua_State *L, int idx);
lua_State         138 lib/lua/lua.h  LUA_API int             (lua_isuserdata) (lua_State *L, int idx);
lua_State         139 lib/lua/lua.h  LUA_API int             (lua_type) (lua_State *L, int idx);
lua_State         140 lib/lua/lua.h  LUA_API const char     *(lua_typename) (lua_State *L, int tp);
lua_State         142 lib/lua/lua.h  LUA_API int            (lua_equal) (lua_State *L, int idx1, int idx2);
lua_State         143 lib/lua/lua.h  LUA_API int            (lua_rawequal) (lua_State *L, int idx1, int idx2);
lua_State         144 lib/lua/lua.h  LUA_API int            (lua_lessthan) (lua_State *L, int idx1, int idx2);
lua_State         146 lib/lua/lua.h  LUA_API lua_Number      (lua_tonumber) (lua_State *L, int idx);
lua_State         147 lib/lua/lua.h  LUA_API lua_Integer     (lua_tointeger) (lua_State *L, int idx);
lua_State         148 lib/lua/lua.h  LUA_API int             (lua_toboolean) (lua_State *L, int idx);
lua_State         149 lib/lua/lua.h  LUA_API const char     *(lua_tolstring) (lua_State *L, int idx, size_t *len);
lua_State         150 lib/lua/lua.h  LUA_API size_t          (lua_objlen) (lua_State *L, int idx);
lua_State         151 lib/lua/lua.h  LUA_API lua_CFunction   (lua_tocfunction) (lua_State *L, int idx);
lua_State         152 lib/lua/lua.h  LUA_API void	       *(lua_touserdata) (lua_State *L, int idx);
lua_State         153 lib/lua/lua.h  LUA_API lua_State      *(lua_tothread) (lua_State *L, int idx);
lua_State         154 lib/lua/lua.h  LUA_API const void     *(lua_topointer) (lua_State *L, int idx);
lua_State         160 lib/lua/lua.h  LUA_API void  (lua_pushnil) (lua_State *L);
lua_State         161 lib/lua/lua.h  LUA_API void  (lua_pushnumber) (lua_State *L, lua_Number n);
lua_State         162 lib/lua/lua.h  LUA_API void  (lua_pushinteger) (lua_State *L, lua_Integer n);
lua_State         163 lib/lua/lua.h  LUA_API void  (lua_pushlstring) (lua_State *L, const char *s, size_t l);
lua_State         164 lib/lua/lua.h  LUA_API void  (lua_pushstring) (lua_State *L, const char *s);
lua_State         165 lib/lua/lua.h  LUA_API const char *(lua_pushvfstring) (lua_State *L, const char *fmt,
lua_State         167 lib/lua/lua.h  LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...);
lua_State         168 lib/lua/lua.h  LUA_API void  (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n);
lua_State         169 lib/lua/lua.h  LUA_API void  (lua_pushboolean) (lua_State *L, int b);
lua_State         170 lib/lua/lua.h  LUA_API void  (lua_pushlightuserdata) (lua_State *L, void *p);
lua_State         171 lib/lua/lua.h  LUA_API int   (lua_pushthread) (lua_State *L);
lua_State         177 lib/lua/lua.h  LUA_API void  (lua_gettable) (lua_State *L, int idx);
lua_State         178 lib/lua/lua.h  LUA_API void  (lua_getfield) (lua_State *L, int idx, const char *k);
lua_State         179 lib/lua/lua.h  LUA_API void  (lua_rawget) (lua_State *L, int idx);
lua_State         180 lib/lua/lua.h  LUA_API void  (lua_rawgeti) (lua_State *L, int idx, int n);
lua_State         181 lib/lua/lua.h  LUA_API void  (lua_createtable) (lua_State *L, int narr, int nrec);
lua_State         182 lib/lua/lua.h  LUA_API void *(lua_newuserdata) (lua_State *L, size_t sz);
lua_State         183 lib/lua/lua.h  LUA_API int   (lua_getmetatable) (lua_State *L, int objindex);
lua_State         184 lib/lua/lua.h  LUA_API void  (lua_getfenv) (lua_State *L, int idx);
lua_State         190 lib/lua/lua.h  LUA_API void  (lua_settable) (lua_State *L, int idx);
lua_State         191 lib/lua/lua.h  LUA_API void  (lua_setfield) (lua_State *L, int idx, const char *k);
lua_State         192 lib/lua/lua.h  LUA_API void  (lua_rawset) (lua_State *L, int idx);
lua_State         193 lib/lua/lua.h  LUA_API void  (lua_rawseti) (lua_State *L, int idx, int n);
lua_State         194 lib/lua/lua.h  LUA_API int   (lua_setmetatable) (lua_State *L, int objindex);
lua_State         195 lib/lua/lua.h  LUA_API int   (lua_setfenv) (lua_State *L, int idx);
lua_State         201 lib/lua/lua.h  LUA_API void  (lua_call) (lua_State *L, int nargs, int nresults);
lua_State         202 lib/lua/lua.h  LUA_API int   (lua_pcall) (lua_State *L, int nargs, int nresults, int errfunc);
lua_State         203 lib/lua/lua.h  LUA_API int   (lua_cpcall) (lua_State *L, lua_CFunction func, void *ud);
lua_State         204 lib/lua/lua.h  LUA_API int   (lua_load) (lua_State *L, lua_Reader reader, void *dt,
lua_State         207 lib/lua/lua.h  LUA_API int (lua_dump) (lua_State *L, lua_Writer writer, void *data);
lua_State         213 lib/lua/lua.h  LUA_API int  (lua_yield) (lua_State *L, int nresults);
lua_State         214 lib/lua/lua.h  LUA_API int  (lua_resume) (lua_State *L, int narg);
lua_State         215 lib/lua/lua.h  LUA_API int  (lua_status) (lua_State *L);
lua_State         230 lib/lua/lua.h  LUA_API int (lua_gc) (lua_State *L, int what, int data);
lua_State         237 lib/lua/lua.h  LUA_API int   (lua_error) (lua_State *L);
lua_State         239 lib/lua/lua.h  LUA_API int   (lua_next) (lua_State *L, int idx);
lua_State         241 lib/lua/lua.h  LUA_API void  (lua_concat) (lua_State *L, int n);
lua_State         243 lib/lua/lua.h  LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud);
lua_State         244 lib/lua/lua.h  LUA_API void lua_setallocf (lua_State *L, lua_Alloc f, void *ud);
lua_State         298 lib/lua/lua.h  LUA_API void lua_setlevel	(lua_State *from, lua_State *to);
lua_State         330 lib/lua/lua.h  typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
lua_State         333 lib/lua/lua.h  LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
lua_State         334 lib/lua/lua.h  LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
lua_State         335 lib/lua/lua.h  LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n);
lua_State         336 lib/lua/lua.h  LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n);
lua_State         337 lib/lua/lua.h  LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n);
lua_State         338 lib/lua/lua.h  LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n);
lua_State         340 lib/lua/lua.h  LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count);
lua_State         341 lib/lua/lua.h  LUA_API lua_Hook lua_gethook (lua_State *L);
lua_State         342 lib/lua/lua.h  LUA_API int lua_gethookmask (lua_State *L);
lua_State         343 lib/lua/lua.h  LUA_API int lua_gethookcount (lua_State *L);
lua_State         119 lib/lua/luac.c static const Proto* combine(lua_State* L, int n)
lua_State         147 lib/lua/luac.c static int writer(lua_State* L, const void* p, size_t size, void* u)
lua_State         158 lib/lua/luac.c static int pmain(lua_State* L)
lua_State         188 lib/lua/luac.c  lua_State* L;
lua_State          19 lib/lua/lualib.h LUALIB_API int (luaopen_base) (lua_State *L);
lua_State          22 lib/lua/lualib.h LUALIB_API int (luaopen_table) (lua_State *L);
lua_State          25 lib/lua/lualib.h LUALIB_API int (luaopen_io) (lua_State *L);
lua_State          28 lib/lua/lualib.h LUALIB_API int (luaopen_os) (lua_State *L);
lua_State          31 lib/lua/lualib.h LUALIB_API int (luaopen_string) (lua_State *L);
lua_State          34 lib/lua/lualib.h LUALIB_API int (luaopen_math) (lua_State *L);
lua_State          37 lib/lua/lualib.h LUALIB_API int (luaopen_imath) (lua_State *L);
lua_State          40 lib/lua/lualib.h LUALIB_API int (luaopen_fmath) (lua_State *L);
lua_State          43 lib/lua/lualib.h LUALIB_API int (luaopen_debug) (lua_State *L);
lua_State          46 lib/lua/lualib.h LUALIB_API int (luaopen_package) (lua_State *L);
lua_State          50 lib/lua/lualib.h LUALIB_API void (luaL_openlibs) (lua_State *L); 
lua_State          24 lib/lua/lundump.c  lua_State* L;
lua_State         195 lib/lua/lundump.c LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name)
lua_State          14 lib/lua/lundump.h LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
lua_State          20 lib/lua/lundump.h LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip);
lua_State          63 lib/lua/lvm.c  LUAI_FUNC int luaV_tostring (lua_State *L, StkId obj) {
lua_State          76 lib/lua/lvm.c  static void traceexec (lua_State *L, const Instruction *pc) {
lua_State          96 lib/lua/lvm.c  static void callTMres (lua_State *L, StkId res, const TValue *f,
lua_State         112 lib/lua/lvm.c  static void callTM (lua_State *L, const TValue *f, const TValue *p1,
lua_State         124 lib/lua/lvm.c  LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key, StkId val) {
lua_State         150 lib/lua/lvm.c  LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId val) {
lua_State         181 lib/lua/lvm.c  static int call_binTM (lua_State *L, const TValue *p1, const TValue *p2,
lua_State         192 lib/lua/lvm.c  static const TValue *get_compTM (lua_State *L, Table *mt1, Table *mt2,
lua_State         206 lib/lua/lvm.c  static int call_orderTM (lua_State *L, const TValue *p1, const TValue *p2,
lua_State         241 lib/lua/lvm.c  LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r) {
lua_State         255 lib/lua/lvm.c  static int lessequal (lua_State *L, const TValue *l, const TValue *r) {
lua_State         271 lib/lua/lvm.c  LUAI_FUNC int luaV_equalval (lua_State *L, const TValue *t1, const TValue *t2) {
lua_State         298 lib/lua/lvm.c  LUAI_FUNC void luaV_concat (lua_State *L, int total, int last) {
lua_State         333 lib/lua/lvm.c  static void Arith (lua_State *L, StkId ra, const TValue *rb,
lua_State         393 lib/lua/lvm.c  LUAI_FUNC void luaV_execute (lua_State *L, int nexeccalls) {
lua_State          25 lib/lua/lvm.h  LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r);
lua_State          26 lib/lua/lvm.h  LUAI_FUNC int luaV_equalval (lua_State *L, const TValue *t1, const TValue *t2);
lua_State          28 lib/lua/lvm.h  LUAI_FUNC int luaV_tostring (lua_State *L, StkId obj);
lua_State          29 lib/lua/lvm.h  LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
lua_State          31 lib/lua/lvm.h  LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
lua_State          33 lib/lua/lvm.h  LUAI_FUNC void luaV_execute (lua_State *L, int nexeccalls);
lua_State          34 lib/lua/lvm.h  LUAI_FUNC void luaV_concat (lua_State *L, int total, int last);
lua_State          23 lib/lua/lzio.c   lua_State *L = z->L;
lua_State          52 lib/lua/lzio.c LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) {
lua_State          79 lib/lua/lzio.c LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) {
lua_State          46 lib/lua/lzio.h LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
lua_State          47 lib/lua/lzio.h LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader,
lua_State          61 lib/lua/lzio.h   lua_State *L;			/* Lua state (for reader) */
lua_State          76 modules/luascript.c lua_State* L;
lua_State          77 modules/luascript.c lua_State* Lt;
lua_State          79 modules/luascript.c extern void register_lua_funcs( lua_State* L );
lua_State         102 modules/luascript.c static ptp_script_msg *lua_create_usb_msg( lua_State* L, int index, unsigned msgtype) {
lua_State         193 modules/luascript.c static void lua_count_hook(lua_State *L, __attribute__ ((unused))lua_Debug *ar)
lua_State         202 modules/luascript.c int lua_script_error(lua_State *Lt,int runtime)
lua_State         248 modules/luascript.c void lua_script_finish(lua_State *L) 
lua_State         361 modules/luascript.c static int lua_get_key_arg( lua_State * L, int narg )
lua_State         375 modules/luascript.c static unsigned on_off_value_from_lua_arg( lua_State* L, int index)
lua_State         385 modules/luascript.c static int luaCB_set_curve_state( lua_State* L )
lua_State         391 modules/luascript.c static int luaCB_get_curve_state( lua_State* L )
lua_State         397 modules/luascript.c static int luaCB_set_curve_file( lua_State* L )
lua_State         405 modules/luascript.c static int luaCB_get_curve_file( lua_State* L )
lua_State         411 modules/luascript.c static int luaCB_set_aelock(lua_State* L) 
lua_State         419 modules/luascript.c static int luaCB_set_aflock(lua_State* L) 
lua_State         427 modules/luascript.c static int luaCB_set_mf(lua_State* L) 
lua_State         436 modules/luascript.c static int luaCB_get_sd_over_modes( lua_State* L )
lua_State         442 modules/luascript.c static int luaCB_shoot( lua_State* L )
lua_State         471 modules/luascript.c static int luaCB_sleep( lua_State* L )
lua_State         485 modules/luascript.c static int luaCB_keyfunc( lua_State* L )
lua_State         492 modules/luascript.c static int luaCB_cls( __attribute__ ((unused))lua_State* L )
lua_State         498 modules/luascript.c static int luaCB_set_console_layout( lua_State* L )
lua_State         504 modules/luascript.c static int luaCB_set_console_autoredraw( lua_State* L )
lua_State         510 modules/luascript.c static int luaCB_console_redraw( __attribute__ ((unused))lua_State* L )
lua_State         516 modules/luascript.c static int luaCB_get_partitionInfo( lua_State* L )
lua_State         530 modules/luascript.c static int luaCB_swap_partitions( lua_State* L )
lua_State         552 modules/luascript.c static int luaCB_get_av96( lua_State* L )
lua_State         558 modules/luascript.c static int luaCB_get_bv96( lua_State* L )
lua_State         564 modules/luascript.c static int luaCB_get_day_seconds( lua_State* L )
lua_State         572 modules/luascript.c static int luaCB_get_disk_size( lua_State* L )
lua_State         578 modules/luascript.c static int luaCB_get_dofinfo( lua_State* L )
lua_State         597 modules/luascript.c static int luaCB_get_free_disk_space( lua_State* L )
lua_State         603 modules/luascript.c static int luaCB_get_focus( lua_State* L )
lua_State         609 modules/luascript.c static int luaCB_get_iso_market( lua_State* L )
lua_State         615 modules/luascript.c static int luaCB_get_iso_mode( lua_State* L )
lua_State         621 modules/luascript.c static int luaCB_get_iso_real( lua_State* L )
lua_State         627 modules/luascript.c static int luaCB_get_jpg_count( lua_State* L )
lua_State         638 modules/luascript.c static int luaCB_get_prop( lua_State* L )
lua_State         650 modules/luascript.c static int luaCB_get_prop_str( lua_State* L ) {
lua_State         674 modules/luascript.c static int luaCB_get_raw_support( lua_State* L )
lua_State         680 modules/luascript.c static int luaCB_get_raw_count( lua_State* L )
lua_State         686 modules/luascript.c static int luaCB_get_sv96( lua_State* L )
lua_State         692 modules/luascript.c static int luaCB_get_tick_count( lua_State* L )
lua_State         698 modules/luascript.c static int luaCB_get_exp_count( lua_State* L )
lua_State         704 modules/luascript.c static int luaCB_get_image_dir( lua_State* L )
lua_State         712 modules/luascript.c static int luaCB_get_tv96( lua_State* L )
lua_State         718 modules/luascript.c static int luaCB_get_user_av_id( lua_State* L )
lua_State         724 modules/luascript.c static int luaCB_get_user_av96( lua_State* L )
lua_State         731 modules/luascript.c static int luaCB_get_min_av96( lua_State* L )
lua_State         743 modules/luascript.c static int luaCB_get_max_av96( lua_State* L )
lua_State         755 modules/luascript.c static int luaCB_get_current_av96( lua_State* L )
lua_State         763 modules/luascript.c static int luaCB_get_current_tv96( lua_State* L )
lua_State         775 modules/luascript.c static int luaCB_get_current_delta_sv96( lua_State* L )
lua_State         782 modules/luascript.c static int luaCB_get_current_base_sv96( lua_State* L )
lua_State         790 modules/luascript.c static int luaCB_get_nd_value_ev96( lua_State* L )
lua_State         797 modules/luascript.c static int luaCB_get_nd_current_ev96( lua_State* L )
lua_State         804 modules/luascript.c static int luaCB_get_imager_active( lua_State* L )
lua_State         811 modules/luascript.c static int luaCB_get_canon_image_format( lua_State* L )
lua_State         818 modules/luascript.c static int luaCB_get_canon_raw_support( lua_State* L )
lua_State         824 modules/luascript.c static int luaCB_get_user_tv_id( lua_State* L )
lua_State         830 modules/luascript.c static int luaCB_get_user_tv96( lua_State* L )
lua_State         836 modules/luascript.c static int luaCB_get_vbatt( lua_State* L )
lua_State         842 modules/luascript.c static int luaCB_get_zoom( lua_State* L )
lua_State         848 modules/luascript.c static int luaCB_get_parameter_data( lua_State* L )
lua_State         879 modules/luascript.c static int luaCB_get_flash_params_count( lua_State* L )
lua_State         885 modules/luascript.c static int luaCB_set_av96_direct( lua_State* L )
lua_State         891 modules/luascript.c static int luaCB_set_av96( lua_State* L )
lua_State         900 modules/luascript.c static int luaCB_set_canon_image_format( lua_State* L )
lua_State         906 modules/luascript.c static int luaCB_set_focus_interlock_bypass( lua_State* L )
lua_State         912 modules/luascript.c static int luaCB_set_focus( lua_State* L )
lua_State         939 modules/luascript.c static int luaCB_set_iso_mode( lua_State* L )
lua_State         945 modules/luascript.c static int luaCB_set_iso_real( lua_State* L )
lua_State         951 modules/luascript.c static int luaCB_set_led( lua_State* L )
lua_State         963 modules/luascript.c static int luaCB_set_nd_filter( lua_State* L )
lua_State         973 modules/luascript.c static int luaCB_set_prop( lua_State* L )
lua_State         985 modules/luascript.c static int luaCB_set_prop_str( lua_State *L ) {
lua_State         999 modules/luascript.c static int luaCB_set_raw_nr( lua_State* L )
lua_State        1005 modules/luascript.c static int luaCB_get_raw_nr( lua_State* L )
lua_State        1011 modules/luascript.c static int luaCB_set_raw( lua_State* L )
lua_State        1017 modules/luascript.c static int luaCB_get_raw( lua_State* L )
lua_State        1023 modules/luascript.c static int luaCB_set_sv96( lua_State* L )
lua_State        1029 modules/luascript.c static int luaCB_set_tv96_direct( lua_State* L )
lua_State        1035 modules/luascript.c static int luaCB_set_tv96( lua_State* L )
lua_State        1041 modules/luascript.c static int luaCB_set_user_av_by_id_rel( lua_State* L )
lua_State        1047 modules/luascript.c static int luaCB_set_user_av_by_id( lua_State* L )
lua_State        1053 modules/luascript.c static int luaCB_set_user_av96( lua_State* L )
lua_State        1059 modules/luascript.c static int luaCB_set_user_tv_by_id_rel( lua_State* L )
lua_State        1065 modules/luascript.c static int luaCB_set_user_tv_by_id( lua_State* L )
lua_State        1071 modules/luascript.c static int luaCB_set_user_tv96( lua_State* L )
lua_State        1077 modules/luascript.c static int luaCB_set_zoom_speed( lua_State* L )
lua_State        1083 modules/luascript.c static int luaCB_set_zoom_rel( lua_State* L )
lua_State        1089 modules/luascript.c static int luaCB_set_zoom( lua_State* L )
lua_State        1114 modules/luascript.c static int luaCB_wait_click( lua_State* L )
lua_State        1139 modules/luascript.c static int luaCB_is_pressed( lua_State* L )
lua_State        1145 modules/luascript.c static int luaCB_is_key( lua_State* L )
lua_State        1151 modules/luascript.c static int luaCB_set_exit_key( lua_State* L )
lua_State        1158 modules/luascript.c static int luaCB_wheel_right( __attribute__ ((unused))lua_State* L )
lua_State        1164 modules/luascript.c static int luaCB_wheel_left( __attribute__ ((unused))lua_State* L )
lua_State        1170 modules/luascript.c static int luaCB_md_af_led_control( lua_State* L )
lua_State        1185 modules/luascript.c static int luaCB_md_get_cell_diff( lua_State* L )
lua_State        1192 modules/luascript.c static int luaCB_md_get_cell_val( lua_State* L )
lua_State        1198 modules/luascript.c static int luaCB_md_detect_motion( lua_State* L )
lua_State        1253 modules/luascript.c static int luaCB_file_browser( lua_State* L ) {
lua_State        1264 modules/luascript.c static int luaCB_textbox( lua_State* L ) {
lua_State        1286 modules/luascript.c static int luaCB_draw_pixel( lua_State* L ) {
lua_State        1294 modules/luascript.c static int luaCB_draw_line( lua_State* L ) {
lua_State        1304 modules/luascript.c static int luaCB_draw_rect( lua_State* L ) {
lua_State        1315 modules/luascript.c static int luaCB_draw_rect_filled( lua_State* L ) {
lua_State        1327 modules/luascript.c static int luaCB_draw_ellipse( lua_State* L ) {
lua_State        1337 modules/luascript.c static int luaCB_draw_ellipse_filled( lua_State* L ) {
lua_State        1347 modules/luascript.c static int luaCB_draw_string( lua_State* L )
lua_State        1365 modules/luascript.c static int luaCB_draw_clear( __attribute__ ((unused))lua_State* L ) {
lua_State        1372 modules/luascript.c static int luaCB_get_gui_screen_width( lua_State* L )
lua_State        1378 modules/luascript.c static int luaCB_get_gui_screen_height( lua_State* L )
lua_State        1384 modules/luascript.c static int luaCB_autostarted( lua_State* L )
lua_State        1390 modules/luascript.c static int luaCB_get_autostart( lua_State* L )
lua_State        1396 modules/luascript.c static int luaCB_set_autostart( lua_State* L )
lua_State        1405 modules/luascript.c static int luaCB_get_usb_power( lua_State* L )
lua_State        1412 modules/luascript.c static int luaCB_set_remote_timing( lua_State* L )
lua_State        1423 modules/luascript.c static int luaCB_usb_force_active( lua_State* L )
lua_State        1430 modules/luascript.c static int luaCB_usb_sync_wait( lua_State* L )
lua_State        1436 modules/luascript.c static int luaCB_enter_alt( __attribute__ ((unused))lua_State* L )
lua_State        1446 modules/luascript.c static int luaCB_exit_alt( __attribute__ ((unused))lua_State* L )
lua_State        1456 modules/luascript.c static int luaCB_get_alt_mode( lua_State* L )
lua_State        1463 modules/luascript.c static int luaCB_shut_down( lua_State* L )
lua_State        1474 modules/luascript.c static int luaCB_print_screen( lua_State* L )
lua_State        1480 modules/luascript.c static int luaCB_get_movie_status( lua_State* L )
lua_State        1486 modules/luascript.c static int luaCB_set_movie_status( lua_State* L )
lua_State        1492 modules/luascript.c static int luaCB_get_video_button( lua_State* L )
lua_State        1498 modules/luascript.c static int luaCB_get_video_recording( lua_State* L )
lua_State        1504 modules/luascript.c static int luaCB_get_drive_mode( lua_State* L )
lua_State        1510 modules/luascript.c static int luaCB_get_focus_mode( lua_State* L )
lua_State        1516 modules/luascript.c static int luaCB_get_focus_state( lua_State* L )
lua_State        1522 modules/luascript.c static int luaCB_get_focus_ok( lua_State* L )
lua_State        1528 modules/luascript.c static int luaCB_get_flash_mode( lua_State* L )
lua_State        1534 modules/luascript.c static int luaCB_get_shooting( lua_State* L )
lua_State        1540 modules/luascript.c static int luaCB_get_flash_ready( lua_State* L )
lua_State        1546 modules/luascript.c static int luaCB_get_IS_mode( lua_State* L )
lua_State        1552 modules/luascript.c static int luaCB_get_orientation_sensor( lua_State* L )
lua_State        1558 modules/luascript.c static int luaCB_get_zoom_steps( lua_State* L )
lua_State        1564 modules/luascript.c static int luaCB_get_nd_present( lua_State* L )
lua_State        1582 modules/luascript.c static int luaCB_get_propset( lua_State* L )
lua_State        1588 modules/luascript.c static int luaCB_get_ev( lua_State* L )
lua_State        1594 modules/luascript.c static int luaCB_set_ev( lua_State* L )
lua_State        1603 modules/luascript.c static int luaCB_get_histo_range( lua_State* L )
lua_State        1611 modules/luascript.c static int luaCB_shot_histo_enable( lua_State* L )
lua_State        1617 modules/luascript.c static int luaCB_shot_histo_write_to_file( __attribute__ ((unused))lua_State* L )
lua_State        1629 modules/luascript.c static int luaCB_get_live_histo( lua_State* L )
lua_State        1647 modules/luascript.c static int luaCB_play_sound( lua_State* L )
lua_State        1653 modules/luascript.c static int luaCB_get_temperature( lua_State* L )
lua_State        1673 modules/luascript.c static int luaCB_get_time( lua_State* L )
lua_State        1698 modules/luascript.c static int luaCB_set_clock( lua_State* L )
lua_State        1714 modules/luascript.c static int luaCB_peek( lua_State* L )
lua_State        1751 modules/luascript.c static int luaCB_poke( lua_State* L )
lua_State        1784 modules/luascript.c static int luaCB_bitand( lua_State* L )
lua_State        1792 modules/luascript.c static int luaCB_bitor( lua_State* L )
lua_State        1800 modules/luascript.c static int luaCB_bitxor( lua_State* L )
lua_State        1808 modules/luascript.c static int luaCB_bitshl( lua_State* L )
lua_State        1816 modules/luascript.c static int luaCB_bitshri( lua_State* L )
lua_State        1824 modules/luascript.c static int luaCB_bitshru( lua_State* L )
lua_State        1832 modules/luascript.c static int luaCB_bitnot( lua_State* L )
lua_State        1839 modules/luascript.c void set_string_field(lua_State* L, const char *key, const char *val)
lua_State        1845 modules/luascript.c void set_number_field(lua_State* L, const char *key, int val)
lua_State        1851 modules/luascript.c static int luaCB_get_buildinfo( lua_State* L )
lua_State        1867 modules/luascript.c static int luaCB_get_mode( lua_State* L )
lua_State        1876 modules/luascript.c static int luaCB_set_raw_develop( lua_State* L )
lua_State        1882 modules/luascript.c static int luaCB_raw_merge_start( lua_State* L )
lua_State        1896 modules/luascript.c static int luaCB_raw_merge_add_file( lua_State* L )
lua_State        1902 modules/luascript.c static int luaCB_raw_merge_end( __attribute__ ((unused))lua_State* L )
lua_State        1909 modules/luascript.c static int luaCB_set_backlight( lua_State* L )
lua_State        1919 modules/luascript.c static int luaCB_set_lcd_display( lua_State* L )
lua_State        1929 modules/luascript.c static int luaCB_set_draw_title_line( lua_State* L )
lua_State        1936 modules/luascript.c static int luaCB_get_draw_title_line( lua_State* L )
lua_State        1943 modules/luascript.c static unsigned levent_id_from_lua_arg( lua_State* L, int index)
lua_State        1968 modules/luascript.c static unsigned levent_index_from_id_lua_arg( lua_State* L, int index )
lua_State        1986 modules/luascript.c static int luaCB_get_levent_def( lua_State* L )
lua_State        2004 modules/luascript.c static int luaCB_get_levent_index( lua_State* L )
lua_State        2021 modules/luascript.c static int luaCB_get_levent_def_by_index( lua_State* L )
lua_State        2043 modules/luascript.c static int luaCB_post_levent_to_ui( lua_State* L )
lua_State        2053 modules/luascript.c static int luaCB_post_levent_for_npt( lua_State* L )
lua_State        2069 modules/luascript.c static int luaCB_set_levent_active( lua_State* L )
lua_State        2085 modules/luascript.c static int luaCB_set_levent_script_mode( lua_State* L )
lua_State        2096 modules/luascript.c static int luaCB_set_capture_mode_canon( lua_State* L )
lua_State        2111 modules/luascript.c static int luaCB_set_capture_mode( lua_State* L )
lua_State        2123 modules/luascript.c static int luaCB_is_capture_mode_valid( lua_State* L )
lua_State        2141 modules/luascript.c static int luaCB_set_record( lua_State* L )
lua_State        2149 modules/luascript.c static int luaCB_switch_mode_usb( lua_State* L )
lua_State        2165 modules/luascript.c static int luaCB_force_analog_av( lua_State* L )
lua_State        2176 modules/luascript.c static int pack_native_args( lua_State* L, unsigned start, unsigned *argbuf)
lua_State        2216 modules/luascript.c static int luaCB_call_func_ptr( lua_State* L)
lua_State        2270 modules/luascript.c static int luaCB_call_event_proc( lua_State* L )
lua_State        2307 modules/luascript.c static int luaCB_reboot( lua_State* L )
lua_State        2313 modules/luascript.c static int luaCB_get_config_value( lua_State* L ) {
lua_State        2353 modules/luascript.c static int luaCB_set_config_value( lua_State* L ) {
lua_State        2407 modules/luascript.c static int luaCB_set_config_autosave( lua_State* L ) {
lua_State        2412 modules/luascript.c static int luaCB_save_config_file( lua_State* L ) {
lua_State        2417 modules/luascript.c static int luaCB_load_config_file( lua_State* L ) {
lua_State        2422 modules/luascript.c static int luaCB_set_file_attributes( lua_State* L ) {
lua_State        2468 modules/luascript.c static int luaCB_read_usb_msg( lua_State* L )
lua_State        2496 modules/luascript.c static int luaCB_write_usb_msg( lua_State* L )
lua_State        2530 modules/luascript.c static void set_meminfo_num( lua_State* L,const char *name, int val) {
lua_State        2563 modules/luascript.c static int luaCB_get_meminfo( lua_State* L ) {
lua_State        2621 modules/luascript.c static int luaCB_set_yield( lua_State* L )
lua_State        2638 modules/luascript.c static int luaCB_get_usb_capture_support( lua_State* L )
lua_State        2652 modules/luascript.c static int luaCB_init_usb_capture( lua_State* L )
lua_State        2665 modules/luascript.c static int luaCB_get_usb_capture_target( lua_State* L )
lua_State        2683 modules/luascript.c static int luaCB_set_usb_capture_timeout( lua_State* L )
lua_State        2692 modules/luascript.c static int luaCB_iso_to_sv96( lua_State* L )
lua_State        2698 modules/luascript.c static int luaCB_sv96_to_iso( lua_State* L )
lua_State        2704 modules/luascript.c static int luaCB_iso_real_to_market( lua_State* L )
lua_State        2710 modules/luascript.c static int luaCB_iso_market_to_real( lua_State* L )
lua_State        2716 modules/luascript.c static int luaCB_sv96_real_to_market( lua_State* L )
lua_State        2722 modules/luascript.c static int luaCB_sv96_market_to_real( lua_State* L )
lua_State        2728 modules/luascript.c static int luaCB_aperture_to_av96( lua_State* L )
lua_State        2734 modules/luascript.c static int luaCB_av96_to_aperture( lua_State* L )
lua_State        2740 modules/luascript.c static int luaCB_usec_to_tv96( lua_State* L )
lua_State        2746 modules/luascript.c static int luaCB_tv96_to_usec( lua_State* L )
lua_State        2752 modules/luascript.c static int luaCB_seconds_to_tv96( lua_State* L )
lua_State        2766 modules/luascript.c static int luaCB_shoot_hook_set( lua_State* L )
lua_State        2777 modules/luascript.c static int luaCB_shoot_hook_is_ready( lua_State* L )
lua_State        2788 modules/luascript.c static int luaCB_shoot_hook_continue( lua_State* L )
lua_State        2800 modules/luascript.c static int luaCB_shoot_hook_count( lua_State* L )
lua_State        3038 modules/luascript.c void register_shoot_hook_fn(lua_State* L, int hook, void *hook_fn, const char *name)
lua_State        3045 modules/luascript.c void register_shoot_hooks( lua_State* L )
lua_State        3059 modules/luascript.c void register_lua_funcs( lua_State* L )
lua_State           6 modules/luascript.h extern lua_State* L;
lua_State           7 modules/luascript.h extern lua_State* Lt;
lua_State          12 modules/rawhookops.c extern void set_number_field(lua_State *L, const char *name, int value);
lua_State          44 modules/rawhookops.c static int rawop_get_cfa(lua_State *L) {
lua_State          59 modules/rawhookops.c static int rawop_get_cfa_offsets(lua_State *L) {
lua_State          75 modules/rawhookops.c static int rawop_get_bits_per_pixel(lua_State *L) {
lua_State          90 modules/rawhookops.c static int rawop_get_raw_neutral(lua_State *L) {
lua_State         103 modules/rawhookops.c static int rawop_get_black_level(lua_State *L) {
lua_State         112 modules/rawhookops.c static int rawop_get_white_level(lua_State *L) {
lua_State         121 modules/rawhookops.c static int rawop_get_raw_width(lua_State *L) {
lua_State         130 modules/rawhookops.c static int rawop_get_raw_height(lua_State *L) {
lua_State         150 modules/rawhookops.c static int rawop_get_active_left(lua_State *L) {
lua_State         159 modules/rawhookops.c static int rawop_get_active_top(lua_State *L) {
lua_State         168 modules/rawhookops.c static int rawop_get_active_width(lua_State *L) {
lua_State         177 modules/rawhookops.c static int rawop_get_active_height(lua_State *L) {
lua_State         202 modules/rawhookops.c static int rawop_get_jpeg_left(lua_State *L) {
lua_State         211 modules/rawhookops.c static int rawop_get_jpeg_top(lua_State *L) {
lua_State         220 modules/rawhookops.c static int rawop_get_jpeg_width(lua_State *L) {
lua_State         229 modules/rawhookops.c static int rawop_get_jpeg_height(lua_State *L) {
lua_State         245 modules/rawhookops.c static int rawop_get_pixel(lua_State *L) {
lua_State         267 modules/rawhookops.c static int rawop_set_pixel(lua_State *L) {
lua_State         292 modules/rawhookops.c static int rawop_get_pixels_rgbg(lua_State *L) {
lua_State         321 modules/rawhookops.c static int rawop_set_pixels_rgbg(lua_State *L) {
lua_State         355 modules/rawhookops.c static int rawop_fill_rect(lua_State *L) {
lua_State         404 modules/rawhookops.c static int rawop_meter(lua_State *L) {
lua_State         461 modules/rawhookops.c static int rawop_raw_to_ev(lua_State *L) {
lua_State         484 modules/rawhookops.c static int rawop_ev_to_raw(lua_State *L) {
lua_State         506 modules/rawhookops.c static int rawop_create_histogram(lua_State *L) {
lua_State         528 modules/rawhookops.c static int rawop_histo_update(lua_State *L) {
lua_State         600 modules/rawhookops.c static int rawop_histo_range(lua_State *L) {
lua_State         649 modules/rawhookops.c static int rawop_histo_total_pixels(lua_State *L) {
lua_State         662 modules/rawhookops.c static int rawop_histo_bits(lua_State *L) {
lua_State         675 modules/rawhookops.c static int rawop_histo_free(lua_State *L) {
lua_State         682 modules/rawhookops.c static int rawop_histo_gc(lua_State *L) {
lua_State         760 modules/rawhookops.c int luaopen_rawop(lua_State *L) {
lua_State           4 modules/rawhookops.h int luaopen_rawop(lua_State *L);