HomeSort by: relevance | last modified time | path
    Searched refs:d_ymin (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
261 d_ymin = ymin;
290 if (d_xmin == 0 && d_xmax == MAXX && d_ymin == 0 && d_ymax == MAXY) {
301 for (i = d_ymin; i < d_ymax; i++)
312 for (i = d_ymin; i < d_ymax; i++) {
345 for (lastx = lasty = 127, i = d_ymin; i < d_ymax; i++)
367 d_xmin = 0, d_xmax = MAXX, d_ymin = 0, d_ymax = MAXY; /* for limited screen

Completed in 271 milliseconds