OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaV_execute
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.h
38
LUAI_FUNC void
luaV_execute
(lua_State *L);
ldo.c
402
luaV_execute
(L); /* call it */
442
luaV_execute
(L); /* execute down to higher C 'boundary' */
507
luaV_execute
(L); /* call it */
515
luaV_execute
(L); /* just continue running Lua code */
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/skia/third_party/lua/src/
lvm.h
38
LUAI_FUNC void
luaV_execute
(lua_State *L);
ldo.c
395
luaV_execute
(L); /* call it */
435
luaV_execute
(L); /* execute down to higher C 'boundary' */
500
luaV_execute
(L); /* call it */
508
luaV_execute
(L); /* just continue running Lua code */
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.h
38
LUAI_FUNC void
luaV_execute
(lua_State *L);
ldo.c
402
luaV_execute
(L); /* call it */
442
luaV_execute
(L); /* execute down to higher C 'boundary' */
507
luaV_execute
(L); /* call it */
515
luaV_execute
(L); /* just continue running Lua code */
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 719 milliseconds