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

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

Completed in 80 milliseconds