Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.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()
H A Dllex.c103 char buff[LUA_IDSIZE]; in lexerror()
104 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE); in lexerror()
H A Dluaconf.h208 #define LUA_IDSIZE 60 macro
H A Dlua.h411 char short_src[LUA_IDSIZE]; /* (S) */