Home
last modified time | relevance | path

Searched refs:f_call (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c921 static void f_call (lua_State *L, void *ud) { in f_call() function
949 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()