freebsd-dev/stand/lua
Kyle Evans 9ed6f9efda lualoader: Use "local function x()" instead of "local x = function()"
The latter is good, but the former is more elegant and clear about what 'x'
is. Adopt it, preferably only using the latter kind of notation where needed
as values for tables.
2018-02-23 04:03:07 +00:00
..
cli.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
color.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
config.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
core.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
drawer.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
loader.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
Makefile lualoader: Split cli bits out into a cli module 2018-02-22 01:21:39 +00:00
menu.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
password.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
screen.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00