Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/test/
H A Dtrace-calls.lua9 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 Dtrace-globals.lua17 io.write(t.short_src)
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldblib.c123 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 Dldebug.c163 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 Dlua.h356 char short_src[LUA_IDSIZE]; /* (S) */ member
H A Dlauxlib.c78 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
/f-stack/freebsd/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.c203 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h412 char short_src[LUA_IDSIZE]; /* (S) */ member
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c2261 if(strstr(ar.short_src,"user_script") != NULL) { in ldbTrace()
2419 if(strstr(ar->short_src,"user_script") == NULL) return; in luaLdbLineHook()