Searched refs:short_src (Results 1 – 10 of 10) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | trace-calls.lua | 9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end 18 io.write("begin ",t.short_src) 20 io.write("end ",t.short_src) 24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">")
|
| H A D | trace-globals.lua | 17 io.write(t.short_src)
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldblib.c | 123 settabss(L, "short_src", ar.short_src); in db_getinfo() 354 lua_pushfstring(L, "%s:", ar.short_src); in db_errorfb() 366 ar.short_src, ar.linedefined); in db_errorfb()
|
| H A D | ldebug.c | 163 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo() 172 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in info_tailcall()
|
| H A D | lua.h | 356 char short_src[LUA_IDSIZE]; /* (S) */ member
|
| H A D | lauxlib.c | 78 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
|
| /f-stack/freebsd/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()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 412 char short_src[LUA_IDSIZE]; /* (S) */ member
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 2261 if(strstr(ar.short_src,"user_script") != NULL) { in ldbTrace() 2419 if(strstr(ar->short_src,"user_script") == NULL) return; in luaLdbLineHook()
|