Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlauxlib.c67 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { in pushglobalfuncname() function
89 if (pushglobalfuncname(L, ar)) { in pushfuncname()
165 ar.name = (pushglobalfuncname(L, &ar)) ? lua_tostring(L, -1) : "?"; in luaL_argerror()