Searched refs:LUA_IDSIZE (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldebug.c204 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE);
574 char buff[LUA_IDSIZE]; /* add file:line information */
578 luaO_chunkid(buff, getstr(src), LUA_IDSIZE);
H A Dllex.c103 char buff[LUA_IDSIZE];
104 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE);
H A Dluaconf.h207 @@ LUA_IDSIZE gives the maximum size for the description of the source
211 #define LUA_IDSIZE 60 macro
H A Dlua.h411 char short_src[LUA_IDSIZE]; /* (S) */
/freebsd-11-stable/libexec/flua/
H A Dluaconf.h749 @@ LUA_IDSIZE gives the maximum size for the description of the source
753 #define LUA_IDSIZE 60 macro
/freebsd-11-stable/stand/liblua/
H A Dluaconf.h772 @@ LUA_IDSIZE gives the maximum size for the description of the source
776 #define LUA_IDSIZE 60 macro
/freebsd-11-stable/contrib/lua/src/
H A Dldebug.c225 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE);
630 char buff[LUA_IDSIZE];
632 luaO_chunkid(buff, getstr(src), LUA_IDSIZE);
H A Dlua.h454 char short_src[LUA_IDSIZE]; /* (S) */

Completed in 96 milliseconds