OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaD_growstack
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldo.h
17
luaD_growstack
(L, n); else condmovestack(L);
39
LUAI_FUNC void
luaD_growstack
(lua_State *L, int n);
ldo.c
175
void
luaD_growstack
(lua_State *L, int n) {
lapi.c
88
luaD_growstack
(L, size);
/external/syslinux/com32/lua/src/
ldo.h
17
luaD_growstack
(L, n); else condmovestack(L);
39
LUAI_FUNC void
luaD_growstack
(lua_State *L, int n);
ldo.c
175
void
luaD_growstack
(lua_State *L, int n) {
lapi.c
88
luaD_growstack
(L, size);
Completed in 234 milliseconds