Home
last modified time | relevance | path

Searched defs:onlyLineEnds (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/lexlib/
H A DWordList.h20 bool onlyLineEnds; ///< Delimited by any white space or only line ends variable
H A DWordList.cxx23 static char **ArrayFromWordList(char *wordlist, size_t slen, int *len, bool onlyLineEnds = false) { in ArrayFromWordList()