Searched refs:nPrintCol (Results 1 – 1 of 1) sorted by relevance
27579 int nPrintCol, nPrintRow; in do_meta_command() local27584 nPrintCol = 80/(maxlen+2); in do_meta_command()27585 if( nPrintCol<1 ) nPrintCol = 1; in do_meta_command()27586 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()