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

  /src/external/bsd/top/dist/
display.c 128 static int curr_x, curr_y; variable
219 curr_x = curr_y = 0;
226 * currently located at curr_x, curr_y, and will only use cursor
242 dprintf("display_move(%d, %d): curr_x %d, curr_y %d\n", x, y, curr_x, curr_y);
245 if (curr_y < y || (curr_y == y && curr_x <= x))
265 curr_x = 0;
270 bufp = &screenbuf[lineindex(curr_y) + curr_x];
271 colorp = &colorbuf[lineindex(curr_y) + curr_x];
272 while (cnt > 0 && curr_x < x
    [all...]

Completed in 16 milliseconds