Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c2726 int sumW; /* Total width of data area over all columns */ in qrfRestrictScreenWidth() local
2740 for(i=sumW=0; i<nCol; i++) sumW += pData->a[i].w; in qrfRestrictScreenWidth()
2741 if( p->spec.nScreenWidth >= sumW+sepW ) return; in qrfRestrictScreenWidth()
2767 while( sumW > targetW ){ in qrfRestrictScreenWidth()
2787 if( sumW - gain < targetW ){ in qrfRestrictScreenWidth()
2788 gain = sumW - targetW; in qrfRestrictScreenWidth()
2790 sumW -= gain; in qrfRestrictScreenWidth()