Lines Matching defs:grid_x
56 int grid_x, grid_y, **circle_pos;
116 grid_x = grid_unit * 2;
152 for (col = 1; col < x_limit; col = col + grid_x) {
154 while ((xpos < col + grid_x - 1) && (xpos <
166 for (col = grid_x - 1; col < x_limit; col += grid_x) {
185 for (col = 1; col < x_limit; col += grid_x) {
186 mvaddch(0, col + grid_x - 1, 119 | A_ALTCHARSET);
187 mvaddch(y_limit, col + grid_x - 1, 118 | A_ALTCHARSET);
190 while ((xpos < col + grid_x - 1) && (xpos < x_limit)) {
481 for (col = 1; col < x_limit; col = col + grid_x) {
483 while (xpos < col + grid_x - 1) {