Searched refs:MIDC (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/games/battlestar/
H A Dfly.c43 #define MIDC (COLS/2 - 1) macro
151 if (row == MIDR && column - MIDC < 2 && MIDC - column < 2) {
203 move(MIDR, MIDC - 10);
206 mvaddch(n, MIDC, '|');
207 mvaddch(n + 6, MIDC, '|');
216 move(MIDR, MIDC - 10);
219 mvaddch(n, MIDC, ' ');
220 mvaddch(n + 6, MIDC, ' ');
233 mvaddch(n, MIDC
[all...]

Completed in 57 milliseconds