Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24193 int mxWidth, /* Max width. 0 means no limit */ in translateForDisplayAndDup() argument
24206 if( mxWidth<0 ) mxWidth = -mxWidth; in translateForDisplayAndDup()
24207 if( mxWidth==0 ) mxWidth = 1000000; in translateForDisplayAndDup()
24209 while( n<mxWidth ){ in translateForDisplayAndDup()
24230 }while( (n&7)!=0 && n<mxWidth ); in translateForDisplayAndDup()
24243 if( n>=mxWidth && bWordWrap ){ in translateForDisplayAndDup()
24262 if( n>=mxWidth && z[i]>=' ' ){ in translateForDisplayAndDup()
24293 }while( (n&7)!=0 && n<mxWidth ); in translateForDisplayAndDup()