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/lua/src/
lvm.c
718
** Function '
luaV_execute
': main interpreter loop
724
** some macros for common tasks in '
luaV_execute
'
786
void
luaV_execute
(lua_State *L) {
791
ci->callstatus |= CIST_FRESH; /* fresh invocation of '
luaV_execute
" */
[
all
...]
Completed in 163 milliseconds