Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.c62 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { in pushglobalfuncname() function
84 if (pushglobalfuncname(L, ar)) { in pushfuncname()
160 ar.name = (pushglobalfuncname(L, &ar)) ? lua_tostring(L, -1) : "?"; in luaL_argerror()