Rows               84 usr/sample/tetris/screen.c 	Rows = 0, Cols = 0;
Rows               86 usr/sample/tetris/screen.c 		Rows = (int)ws.ws_row;
Rows               89 usr/sample/tetris/screen.c 	if (Rows == 0)
Rows               90 usr/sample/tetris/screen.c 		Rows = 25;
Rows              113 usr/sample/tetris/screen.c 	moveto(Rows - 1, 0);
Rows              220 usr/sample/tetris/screen.c 	moveto(Rows - 2, ((Cols - l) >> 1) - 1);
Rows               64 usr/sample/tetris/tetris.c int	Rows, Cols;		/* current screen size */
Rows               84 usr/sample/tetris/tetris.h extern int	Rows, Cols;	/* current screen size */