Searched refs:short_src (Results 1 – 9 of 9) sorted by relevance
| /freebsd/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/contrib/lua/src/ |
| H A D | lauxlib.c | 111 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 D | ldblib.c | 173 settabss(L, "short_src", ar.short_src); in db_getinfo()
|
| H A D | lua.h | 491 char short_src[LUA_IDSIZE]; /* (S) */ member
|
| H A D | ldebug.c | 281 luaO_chunkid(ar->short_src, ar->source, ar->srclen); in funcinfo()
|
| /freebsd/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 | 204 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
|
| /freebsd/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 412 char short_src[LUA_IDSIZE]; /* (S) */ member
|