Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DScintillaEditView.cpp305 int mode = 0; in SetEolMode() local
325 int mode = SendMessage(SCI_GETEOLMODE); in GetEolMode() local
340 int mode = 0; in ConvertEolMode() local
/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.cpp2250 static FILE* callfopen( const char* filepath, const char* mode ) in callfopen()