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

/netbsd-current/games/battlestar/
H A Dfly.c47 #define MIDC (COLS/2 - 1) macro
154 if (row == MIDR && column < MIDC + 2 &&
155 column > MIDC - 2) {
207 move(MIDR, MIDC - 10);
210 mvaddch(n, MIDC, '|');
211 mvaddch(n + 6, MIDC, '|');
220 move(MIDR, MIDC - 10);
223 mvaddch(n, MIDC, ' ');
224 mvaddch(n + 6, MIDC, ' ');
237 mvaddch(n, MIDC
[all...]

Completed in 269 milliseconds