Home
last modified time | relevance | path

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

/freebsd/contrib/lutok/
H A Ddebug.cpp188 lutok::debug::short_src(void) const in short_src() function in lutok::debug
190 assert(_pimpl->lua_debug.short_src != NULL); in short_src()
191 return _pimpl->lua_debug.short_src; in short_src()
H A Ddebug.hpp84 std::string short_src(void) const;
/freebsd/contrib/lua/src/
H A Dlauxlib.c111 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
154 lua_pushfstring(L, "\n\t%s: in ", ar.short_src); in luaL_traceback()
156 lua_pushfstring(L, "\n\t%s:%d: in ", ar.short_src, ar.currentline); in luaL_traceback()
222 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
H A Dldblib.c173 settabss(L, "short_src", ar.short_src); in db_getinfo()
H A Dlua.h491 char short_src[LUA_IDSIZE]; /* (S) */ member
H A Dldebug.c281 luaO_chunkid(ar->short_src, ar->source, ar->srclen); in funcinfo()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c91 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
125 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
182 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
H A Dldebug.c204 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h412 char short_src[LUA_IDSIZE]; /* (S) */ member