Searched defs:lua_State (Results 1 - 4 of 4) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlua.h54 typedef struct lua_State lua_State; typedef in typeref:struct:lua_State
56 typedef int (*lua_CFunction) (lua_State *L);
62 typedef const char * (*lua_Reader) (lua_State *L, void *ud, size_t *sz);
64 typedef int (*lua_Writer) (lua_State *L, const void* p, size_t sz, void* ud);
131 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud);
132 LUA_API void (lua_close) (lua_State *L);
133 LUA_API lua_State *(lua_newthread) (lua_State *L);
135 LUA_API lua_CFunction (lua_atpanic) (lua_State *
[all...]
H A Dlstate.h143 struct lua_State *mainthread;
154 struct lua_State { struct
193 struct lua_State th; /* thread */
222 LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
223 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
224 LUAI_FUNC void luaE_freeCI (lua_State *L);
/external/syslinux/com32/lua/src/
H A Dlstate.h143 struct lua_State *mainthread;
154 struct lua_State { struct
193 struct lua_State th; /* thread */
222 LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
223 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
224 LUAI_FUNC void luaE_freeCI (lua_State *L);
H A Dlua.h59 typedef struct lua_State lua_State; typedef in typeref:struct:lua_State
61 typedef int (*lua_CFunction) (lua_State *L);
67 typedef const char * (*lua_Reader) (lua_State *L, void *ud, size_t *sz);
69 typedef int (*lua_Writer) (lua_State *L, const void* p, size_t sz, void* ud);
136 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud);
137 LUA_API void (lua_close) (lua_State *L);
138 LUA_API lua_State *(lua_newthread) (lua_State *L);
140 LUA_API lua_CFunction (lua_atpanic) (lua_State *
[all...]

Completed in 190 milliseconds