HomeSort by: relevance | last modified time | path
    Searched defs:d_xmax (Results 1 - 1 of 1) sorted by relevancy

  /src/games/larn/
display.c 244 static int d_xmin = 0, d_xmax = MAXX, d_ymin = 0, d_ymax = MAXY; variable in typeref:typename:int
260 d_xmax = xmax;
290 if (d_xmin == 0 && d_xmax == MAXX && d_ymin == 0 && d_ymax == MAXY) {
302 for (j = d_xmin; j < d_xmax; j++)
314 while ((screen[j][i] == ' ') && (j < d_xmax))
317 if (j >= d_xmax)
321 m = d_xmax - 1;
346 for (j = d_xmin; j < d_xmax; j++) {
367 d_xmin = 0, d_xmax = MAXX, d_ymin = 0, d_ymax = MAXY; /* for limited screen

Completed in 12 milliseconds