Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c2143 static const int mxW = 10000000; in qrfWidthPrint() local
2150 if( w<-mxW ){ in qrfWidthPrint()
2151 w = -mxW; in qrfWidthPrint()
2152 }else if( w>mxW ){ in qrfWidthPrint()
2153 w= mxW; in qrfWidthPrint()
2373 int mxW; /* Maximum natural (unwrapped) width */ member
2702 a[i].fx = a[i].mxW = a[i].w = aw[i]; in qrfSplitColumn()
2775 && (w>MIN_EX_SQUOZE || w*2>pData->a[i].mxW) in qrfRestrictScreenWidth()
2854 if( w>data.a[i].mxW ) data.a[i].mxW = w; in qrfColumnar()
2877 if( w>data.a[i].mxW ) data.a[i].mxW = w; in qrfColumnar()
[all …]