Home | History | Annotate | Download | only in battlestar

Lines Matching refs:row

49 static int     row, column;
89 row = rnd(LINES - 3) + 1;
154 if (row == MIDR && column < MIDC + 2 &&
256 oldr = row;
259 if (row + dr <= LINES - 3 && row + dr > 0)
260 row += dr;
268 d = (double) ((row - MIDR) * (row - MIDR) + (column - MIDC) *
271 row += (rnd(9) - 4) % (4 - abs(row - MIDR));
278 mvaddstr(row, column - 1, "/-\\");