Searched refs:nrows (Results 1 – 2 of 2) sorted by relevance
1662 def console_screen(ncols=None, nrows=None): argument1671 if nrows is None:1672 nrows = info.dwSize.Y1673 elif nrows > 9999:1685 new_info.dwSize = COORD(ncols, nrows)1694 hScreen, u'\0', ncols * nrows, COORD(0,0), nwritten)1739 with console_screen(nrows=1000) as screen:
97 int nrows; /* num lines */ in smp_debug_print_nbyte_big_endian() local99 nrows = len % ncols ? len / ncols + 1 : len / ncols; in smp_debug_print_nbyte_big_endian()100 for (int row = 0; row < nrows; row++) { in smp_debug_print_nbyte_big_endian()