Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c14146 int nPrintCol, nPrintRow; in do_meta_command() local
14151 nPrintCol = 80/(maxlen+2); in do_meta_command()
14152 if( nPrintCol<1 ) nPrintCol = 1; in do_meta_command()
14153 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()
/external/sqlite/dist/
Dshell.c14169 int nPrintCol, nPrintRow; in do_meta_command() local
14174 nPrintCol = 80/(maxlen+2); in do_meta_command()
14175 if( nPrintCol<1 ) nPrintCol = 1; in do_meta_command()
14176 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()