Home
last modified time | relevance | path

Searched refs:LUAC_FORMAT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlundump.h27 #define LUAC_FORMAT 0 /* this is the official format */ macro
H A Dldump.c204 dumpByte(D, LUAC_FORMAT); in dumpHeader()
H A Dlundump.c297 if (loadByte(S) != LUAC_FORMAT) in checkHeader()