Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/include/
H A DPlatform.h188 int co; variable
190 constexpr explicit ColourDesired(int co_=0) noexcept : co(co_) { in co() function
/MusicPlayer2/scintilla/src/
H A DDocument.cxx3101 for (size_t co = 0; co < match.size(); co++) { in MatchOnLines() local