OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:luaV_execute
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c
481
** some macros for common tasks in `
luaV_execute
'
534
void
luaV_execute
(lua_State *L) {
720
goto newframe; /* restart
luaV_execute
over new Lua function */
749
goto newframe; /* restart
luaV_execute
over new Lua function */
764
goto newframe; /* restart
luaV_execute
over new Lua function */
/external/syslinux/com32/lua/src/
lvm.c
504
** some macros for common tasks in `
luaV_execute
'
557
void
luaV_execute
(lua_State *L) {
743
goto newframe; /* restart
luaV_execute
over new Lua function */
772
goto newframe; /* restart
luaV_execute
over new Lua function */
787
goto newframe; /* restart
luaV_execute
over new Lua function */
Completed in 253 milliseconds