Searched refs:nLines (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dc_exists.c60 if ((result == 2) && ((rp->msg.nLines >= 3) || (rp->msg.nLines == 1))) {
140 if ((result != 2) || (rp->msg.nLines == 2)) {
183 if (((rp->msg.nLines >= 3) || (rp->msg.nLines == 1))) {
197 } else if (rp->msg.nLines == 2) {
257 (fileList.nLines >= 1) &&
321 (fileList.nLines >= 1) &&
353 (fileList.nLines >= 1) &&
H A Dlinelist.c58 list->nLines = 0;
88 list->nLines--;
114 list->nLines = 1;
119 list->nLines++;
H A Dio_listmem.c118 if (llines->nLines == 3) {
H A Dncftp.h227 int nLines; member in struct:FTPLineList
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp308 size_t nLines = 0;
315 nLines += (m_aMessages[n - 1].Len() + nMsgLineWidth - 1) / nMsgLineWidth;
317 if ( nLines > 25 ) // don't put too many lines in message box
565 int nLines = m_pTextCtrl->GetNumberOfLines(); local
566 for ( int nLine = 0; bOk && nLine < nLines; nLine++ ) {
H A Dgrid.cpp8280 size_t nLines = lines.GetCount(); local
8281 for ( size_t l = 0; l < nLines; l++ )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dscrolbar.h92 bool ScrollLines(int nLines);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dscrolbar.cpp831 bool wxScrollBar::ScrollLines(int nLines) argument
833 DoSetThumb(m_thumbPos + nLines);
H A Dlistbox.cpp642 unsigned int nLines = GetCount(); local
644 bool showScrollbarY = (int)nLines*lineHeight > size.y;
666 ? nLines +
H A Dtextctrl.cpp3214 int nLines = GetNumberOfLines();
3218 for ( line = 0; line < nLines; line++ )
3232 if ( line == nLines )
3240 if ( row >= nLines )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ngene/
H A Dngene.h659 u16 nLines; member in struct:ngene_channel
H A Dngene-core.c631 com.cmd.StreamControl.MaxLinesPerField = chan->nLines;

Completed in 282 milliseconds