Home
last modified time | relevance | path

Searched refs:getLuaErrorText (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/highlight/highlight-4.1/src/include/
H A Dsyntaxreader.h102 string getLuaErrorText() const in getLuaErrorText() function
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dcodegenerator.cpp546 return (currentSyntax)? currentSyntax->getLuaErrorText(): "syntax undef"; in getSyntaxLuaError()