freebsd-dev/stand/lua
Kyle Evans e15abd1f16 stand/lua: Consistently declare local functions at module scope
Declare these adjacent to the local definitions at the top of the module,
and make sure they're actually declared local to pollute global namespace a
little bit less.
2018-02-20 14:36:28 +00:00
..
color.lua stand/lua: Round up some more style.lua(9) concerns 2018-02-19 17:51:33 +00:00
config.lua stand/lua: Add copyright notice in places 2018-02-19 18:11:35 +00:00
core.lua stand/lua: Don't set ACPI off just because we can't detect it. 2018-02-20 02:03:29 +00:00
drawer.lua stand/lua: Consistently declare local functions at module scope 2018-02-20 14:36:28 +00:00
loader.lua
Makefile
menu.lua stand/lua: Consistently declare local functions at module scope 2018-02-20 14:36:28 +00:00
password.lua stand/lua: Add copyright notice in places 2018-02-19 18:11:35 +00:00
screen.lua stand/lua: Consistently declare local functions at module scope 2018-02-20 14:36:28 +00:00