Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/module/lua/
HDldebug.c204 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()
HDllex.c102 char buff[LUA_IDSIZE]; in lexerror()
103 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE); in lexerror()
/freebsd-head/sys/contrib/openzfs/include/sys/lua/
HDluaconf.h209 #define LUA_IDSIZE 60 macro
HDlua.h412 char short_src[LUA_IDSIZE]; /* (S) */
/freebsd-head/contrib/lua/src/
HDlobject.c394 #define BUFVFS (LUA_IDSIZE + MAXNUMBER2STR + 95)
568 size_t bufflen = LUA_IDSIZE; /* free space in buffer */ in luaO_chunkid()
HDluaconf.h759 #define LUA_IDSIZE 60 macro
HDlua.h491 char short_src[LUA_IDSIZE]; /* (S) */
HDluaconf.h.dist750 @@ LUA_IDSIZE gives the maximum size for the description of the source
754 #define LUA_IDSIZE 60
HDldebug.c799 char buff[LUA_IDSIZE]; in luaG_addinfo()
/freebsd-head/lib/liblua/
HDluaconf.h736 #define LUA_IDSIZE 60 macro
/freebsd-head/stand/liblua/
HDluaconf.h753 #define LUA_IDSIZE 60 macro