rows 45 lib/tty/tty-internal.h void tty_colorize_area (int y, int x, int rows, int cols, int color); rows 128 lib/tty/tty-ncurses.c tty_clip (int *y, int *x, int *rows, int *cols) rows 132 lib/tty/tty-ncurses.c *rows += *y; rows 134 lib/tty/tty-ncurses.c if (*rows <= 0) rows 150 lib/tty/tty-ncurses.c if (*y + *rows > LINES) rows 151 lib/tty/tty-ncurses.c *rows = LINES - *y; rows 153 lib/tty/tty-ncurses.c if (*rows <= 0) rows 536 lib/tty/tty-ncurses.c tty_fill_region (int y, int x, int rows, int cols, unsigned char ch) rows 540 lib/tty/tty-ncurses.c if (!tty_clip (&y, &x, &rows, &cols)) rows 543 lib/tty/tty-ncurses.c for (i = 0; i < rows; i++) rows 558 lib/tty/tty-ncurses.c tty_colorize_area (int y, int x, int rows, int cols, int color) rows 566 lib/tty/tty-ncurses.c if (!use_colors || !tty_clip (&y, &x, &rows, &cols)) rows 572 lib/tty/tty-ncurses.c for (int row = 0; row < rows; row++) rows 589 lib/tty/tty-ncurses.c (void) rows; rows 621 lib/tty/tty-slang.c tty_fill_region (int y, int x, int rows, int cols, unsigned char ch) rows 623 lib/tty/tty-slang.c SLsmg_fill_region (y, x, rows, cols, ch); rows 629 lib/tty/tty-slang.c tty_colorize_area (int y, int x, int rows, int cols, int color) rows 632 lib/tty/tty-slang.c SLsmg_set_color_in_region (color, y, x, rows, cols); rows 295 lib/tty/tty.c tty_draw_box_shadow (int y, int x, int rows, int cols, int shadow_color) rows 298 lib/tty/tty.c tty_colorize_area (y + 1, x + cols, rows - 1, 2, shadow_color); rows 300 lib/tty/tty.c tty_colorize_area (y + rows, x + 2, 1, cols, shadow_color); rows 126 lib/tty/tty.h extern void tty_draw_box (int y, int x, int rows, int cols, gboolean single); rows 127 lib/tty/tty.h extern void tty_draw_box_shadow (int y, int x, int rows, int cols, int shadow_color); rows 128 lib/tty/tty.h extern void tty_fill_region (int y, int x, int rows, int cols, unsigned char ch); rows 92 src/consaver/cons.saver.c send_contents (char *buffer, unsigned int columns, unsigned int rows) rows 99 src/consaver/cons.saver.c lc_index = 2 * rows * columns; rows 100 src/consaver/cons.saver.c for (lastline = rows; lastline > 0; lastline--)