Searched refs:nPrintCol (Results 1 – 2 of 2) sorted by relevance
14146 int nPrintCol, nPrintRow; in do_meta_command() local14151 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()
14169 int nPrintCol, nPrintRow; in do_meta_command() local14174 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()