Home
last modified time | relevance | path

Searched refs:cleanradar (Results 1 – 1 of 1) sorted by relevance

/dragonfly/games/atc/
HDgraphics.c59 WINDOW *radar, *cleanradar, *credit, *input, *planes; variable
80 wmove(cleanradar, pp->ypos, pp->xpos * 2); in erase_all()
82 waddch(radar, winch(cleanradar)); in erase_all()
83 wmove(cleanradar, pp->ypos, pp->xpos * 2 + 1); in erase_all()
85 waddch(radar, winch(cleanradar)); in erase_all()
135 if (cleanradar != NULL) in setup_screen()
136 delwin(cleanradar); in setup_screen()
137 cleanradar = newwin(scp->height, scp->width * 2, 0, 0); in setup_screen()
208 overwrite(radar, cleanradar); in setup_screen()