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

/netbsd-current/external/mit/lua/dist/src/
H A Dlauxlib.c85 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { function
107 if (pushglobalfuncname(L, ar)) { /* try first a global name */
193 ar.name = (pushglobalfuncname(L, &ar)) ? lua_tostring(L, -1) : "?";

Completed in 73 milliseconds