put “local function x()” in a function and function name x not in search results
version 1.5 on iPad 1 ios 5.1.1i
I believe that the compilation of the ‘search’ function list is not sophisticated in that regard. For example, try
local function x() end
outside of a function,
function x() end
or
x = function () end
.