Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.c92 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
126 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
183 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
H A Dlua.h411 char short_src[LUA_IDSIZE]; /* (S) */ member
H A Dldebug.c204 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()