Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/lua/src/
H A Dlauxlib.c110 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
153 lua_pushfstring(L, "\n\t%s: in ", ar.short_src); in luaL_traceback()
155 lua_pushfstring(L, "\n\t%s:%d: in ", ar.short_src, ar.currentline); in luaL_traceback()
221 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.c278 luaO_chunkid(ar->short_src, ar->source, ar->srclen); in funcinfo()
/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c90 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
124 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
181 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
H A Dldebug.c203 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
/freebsd-14.2/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h411 char short_src[LUA_IDSIZE]; /* (S) */ member