Home
last modified time | relevance | path

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

/netbsd-src/sys/modules/lua/
H A Dlua.c73 static bool lua_bytecode_on = false; variable
184 NULL, 0, &lua_bytecode_on, 0, in lua_attach()
605 if (ls->off == 0L && lua_bytecode_on == false && buf[0] == 0x1b) { in lua_reader()