/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lundump.h | 14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
|
lzio.h | 23 typedef struct Mbuffer { 27 } Mbuffer; 45 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
|
llex.h | 60 Mbuffer *buff; /* buffer for tokens */
|
lparser.h | 115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
lzio.c | 68 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) {
|
lstate.h | 138 Mbuffer buff; /* temporary buffer for string concatenation */
|
lundump.c | 26 Mbuffer* b; 206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name)
|
llex.c | 53 Mbuffer *b = ls->buff;
|
ldo.c | 624 Mbuffer buff; /* dynamic structure used by the scanner */
|
lparser.c | [all...] |
/external/syslinux/com32/lua/src/ |
lundump.h | 14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
|
lzio.h | 23 typedef struct Mbuffer { 27 } Mbuffer; 45 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
|
llex.h | 60 Mbuffer *buff; /* buffer for tokens */
|
lparser.h | 115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
lzio.c | 68 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) {
|
lstate.h | 138 Mbuffer buff; /* temporary buffer for string concatenation */
|
lundump.c | 26 Mbuffer* b; 206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name)
|
llex.c | 57 Mbuffer *b = ls->buff;
|
ldo.c | 624 Mbuffer buff; /* dynamic structure used by the scanner */
|
lparser.c | [all...] |