Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbaselib.c331 static int dofilecont (lua_State *L) { in dofilecont() function
341 lua_callk(L, 0, LUA_MULTRET, 0, dofilecont); in luaB_dofile()
342 return dofilecont(L); in luaB_dofile()