Home
last modified time | relevance | path

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

/netbsd-src/sys/modules/lua/
H A Dlua.c71 static bool lua_autoload_on = true; variable
177 NULL, 0, &lua_autoload_on, 0, in lua_attach()
516 if (md == NULL && lua_autoload_on && strchr(module, '/') == NULL) { in lua_require()
703 if (lua_require_on || lua_autoload_on) { in klua_newstate()