Home
last modified time | relevance | path

Searched refs:IsUnicolor (Results 1 – 3 of 3) sorted by relevance

/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/view/
H A Dtelnetcon.cpp1087 if( IsUnicolor(pLine, 0, m_ColsPerPage / 2) ) in SetPageState()
1090 if(IsUnicolor(pLine,0,m_ColsPerPage / 2)) in SetPageState()
1098 if( IsUnicolor(pLine, m_ColsPerPage / 3, m_ColsPerPage * 2 / 3) ) in SetPageState()
1104 bool CTelnetCon::IsUnicolor(char* pLine, int start, int end) in IsUnicolor() function in CTelnetCon
H A Dtelnetcon.h240 bool IsUnicolor(char* line, int start, int end);
/dports/chinese/pcmanx/pcmanx-gtk2-1.3/
H A DChangeLog.old1730 (CTelnetCon::IsUnicolor): Clean up.