Searched refs:short_src (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/lutok/ |
| H A D | debug.cpp | 188 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 D | debug.hpp | 84 std::string short_src(void) const;
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lauxlib.c | 110 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 D | ldblib.c | 172 settabss(L, "short_src", ar.short_src); in db_getinfo()
|
| H A D | lua.h | 485 char short_src[LUA_IDSIZE]; /* (S) */ member
|
| H A D | ldebug.c | 282 luaO_chunkid(ar->short_src, ar->source, ar->srclen); in funcinfo()
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 91 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 D | ldebug.c | 203 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 412 char short_src[LUA_IDSIZE]; /* (S) */ member
|