Searched refs:MIDR (Results 1 – 1 of 1) sorted by relevance
46 #define MIDR (LINES/2 - 1) macro154 if (row == MIDR && column < MIDC + 2 && in visual()207 move(MIDR, MIDC - 10); in target()209 for (n = MIDR - 4; n < MIDR - 1; n++) { in target()220 move(MIDR, MIDC - 10); in notarget()222 for (n = MIDR - 4; n < MIDR - 1; n++) { in notarget()236 for (n = LINES - 1 - 2; n >= MIDR + 1; n--) { in blast()237 mvaddch(n, MIDC + MIDR - n, '/'); in blast()238 mvaddch(n, MIDC - MIDR + n, '\\'); in blast()241 mvaddch(MIDR, MIDC, '*'); in blast()[all …]