Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c21734 int mxWidth, /* Max width. 0 means no limit */ in translateForDisplayAndDup() argument
21747 if( mxWidth<0 ) mxWidth = -mxWidth; in translateForDisplayAndDup()
21748 if( mxWidth==0 ) mxWidth = 1000000; in translateForDisplayAndDup()
21750 while( n<mxWidth ){ in translateForDisplayAndDup()
21760 }while( (n&7)!=0 && n<mxWidth ); in translateForDisplayAndDup()
21766 if( n>=mxWidth && bWordWrap ){ in translateForDisplayAndDup()
21785 if( n>=mxWidth && z[i]>=' ' ){ in translateForDisplayAndDup()
21807 }while( (n&7)!=0 && n<mxWidth ); in translateForDisplayAndDup()