Searched refs:d_xmax (Results 1 – 1 of 1) sorted by relevance
244 static int d_xmin = 0, d_xmax = MAXX, d_ymin = 0, d_ymax = MAXY; variable260 d_xmax = xmax; in draws()290 if (d_xmin == 0 && d_xmax == MAXX && d_ymin == 0 && d_ymax == MAXY) { in drawscreen()302 for (j = d_xmin; j < d_xmax; j++) in drawscreen()314 while ((screen[j][i] == ' ') && (j < d_xmax)) in drawscreen()317 if (j >= d_xmax) in drawscreen()321 m = d_xmax - 1; in drawscreen()346 for (j = d_xmin; j < d_xmax; j++) { in drawscreen()367 d_xmin = 0, d_xmax = MAXX, d_ymin = 0, d_ymax = MAXY; /* for limited screen in drawscreen()