Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c21228 int nPrintCol, nPrintRow; in do_meta_command() local
21233 nPrintCol = 80/(maxlen+2); in do_meta_command()
21234 if( nPrintCol<1 ) nPrintCol = 1; in do_meta_command()
21235 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()