Home
last modified time | relevance | path

Searched refs:LUA_IDSIZE (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
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()
610 char buff[LUA_IDSIZE]; /* add file:line information */ in addinfo()
612 luaO_chunkid(buff, getstr(getluaproto(ci)->source), LUA_IDSIZE); in addinfo()
H A Dluaconf.h210 #define LUA_IDSIZE 60 macro
H A Dlua.h356 char short_src[LUA_IDSIZE]; /* (S) */
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.c203 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
574 char buff[LUA_IDSIZE]; /* add file:line information */ in addinfo()
578 luaO_chunkid(buff, getstr(src), LUA_IDSIZE); in addinfo()
H A Dllex.c102 char buff[LUA_IDSIZE]; in lexerror()
103 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE); in lexerror()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dluaconf.h209 #define LUA_IDSIZE 60 macro
H A Dlua.h412 char short_src[LUA_IDSIZE]; /* (S) */