Searched refs:LUA_IDSIZE (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| 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() 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 D | luaconf.h | 210 #define LUA_IDSIZE 60 macro
|
| H A D | lua.h | 356 char short_src[LUA_IDSIZE]; /* (S) */
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldebug.c | 203 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 D | llex.c | 102 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 D | luaconf.h | 209 #define LUA_IDSIZE 60 macro
|
| H A D | lua.h | 412 char short_src[LUA_IDSIZE]; /* (S) */
|