Home
last modified time | relevance | path

Searched refs:LUA_SIGNATURE (Results 1 – 6 of 6) sorted by relevance

/minix/external/mit/lua/dist/src/
H A Dlundump.c222 char buff[sizeof(LUA_SIGNATURE) + sizeof(LUAC_DATA)]; /* larger than both */ in checkliteral()
239 checkliteral(S, LUA_SIGNATURE + 1, "not a"); /* 1st char already checked */ in checkHeader()
266 else if (*name == LUA_SIGNATURE[0]) in luaU_undump()
H A Dldump.c191 DumpLiteral(LUA_SIGNATURE, D); in DumpHeader()
H A Dluac.c402 else if (*s==LUA_SIGNATURE[0]) in PrintHeader()
H A Dlua.h45 #define LUA_SIGNATURE "\x1bLua" macro
H A Dlauxlib.c671 if (c == LUA_SIGNATURE[0] && filename) { /* binary file? */ in luaL_loadfilex()
H A Dldo.c689 if (c == LUA_SIGNATURE[0]) { in f_parser()