Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/data/tools/vim/
H A Dwmllua.vim49 syn region luaParen transparent start='(' end=')' contains=ALLBUT,luaError,luaTodo,luaSpecial,luaCo…
50 syn match luaError ")"
51 syn match luaError "}"
52 syn match luaError "\<\%(end\|else\|elseif\|then\|until\|in\)\>"
295 HiLink luaError Error
/dports/dns/powerdns/pdns-4.5.2/ext/luawrapper/include/
H A DLuaContext.hpp133 luaError(lua); in writeGlobalEq()
1131 static void luaError(lua_State* state) in luaError() function in LuaContext
1567 luaError(lua); in push()
1603 luaError(lua); in push()
1614 luaError(lua); in push()
1635 luaError(lua); in push()
2384 luaError(state); in callback()
2393 luaError(state); in callback()
2408 luaError(state); in callback()
2415 luaError(state); in callback()
[all …]
/dports/dns/dnsdist/dnsdist-1.6.1/ext/luawrapper/include/
H A DLuaContext.hpp133 luaError(lua); in writeGlobalEq()
1131 static void luaError(lua_State* state) in luaError() function in LuaContext
1567 luaError(lua); in push()
1603 luaError(lua); in push()
1614 luaError(lua); in push()
1635 luaError(lua); in push()
2384 luaError(state); in callback()
2393 luaError(state); in callback()
2408 luaError(state); in callback()
2415 luaError(state); in callback()
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dlua.vim53 syn match luaError "\<\%(end\|else\|elseif\|then\|until\|in\)\>"
342 hi def link luaError Error
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dlua.vim53 syn match luaError "\<\%(end\|else\|elseif\|then\|until\|in\)\>"
342 hi def link luaError Error
/dports/graphics/aloadimage/arcan-0.6.1/doc/
H A Darcan-lua.vim52 syn match luaError "\<\%(end\|else\|elseif\|then\|until\|in\)\>"
341 hi def link luaError Error
/dports/sysutils/acfgfs/arcan-0.6.1/doc/
H A Darcan-lua.vim52 syn match luaError "\<\%(end\|else\|elseif\|then\|until\|in\)\>"
341 hi def link luaError Error
/dports/x11/aclip/arcan-0.6.1/doc/
H A Darcan-lua.vim52 syn match luaError "\<\%(end\|else\|elseif\|then\|until\|in\)\>"
341 hi def link luaError Error
/dports/x11/arcan-trayicon/arcan-0.6.1/doc/
H A Darcan-lua.vim52 syn match luaError "\<\%(end\|else\|elseif\|then\|until\|in\)\>"
341 hi def link luaError Error
/dports/audio/ardour6/Ardour-6.8.0/libs/lua/LuaBridge/detail/
H A DNamespace.h134 static int luaError (lua_State* L, std::string message)