HomeSort by: relevance | last modified time | path
    Searched defs:radar (Results 1 - 2 of 2) sorted by relevancy

  /src/games/atc/
graphics.c 74 static WINDOW *radar, *cleanradar, *credit, *input, *planes; variable
96 (void)wmove(radar, pp->ypos, pp->xpos * 2);
97 (void)waddch(radar, winch(cleanradar));
99 (void)wmove(radar, pp->ypos, pp->xpos * 2 + 1);
100 (void)waddch(radar, winch(cleanradar));
111 (void)wstandout(radar);
112 (void)wmove(radar, pp->ypos, pp->xpos * 2);
113 (void)waddch(radar, name(pp));
114 (void)waddch(radar, '0' + pp->altitude);
116 (void)wstandend(radar);
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 860 * radar_background - Whether radar/CAC background is requested
2204 /** Driver supports radar detection */
2306 /** Driver supports background radar/CAC detection */
4580 * start_dfs_cac - Listen for radar interference on the channel
5508 * the driver does not support radar detection and another virtual
5620 * EVENT_DFS_RADAR_DETECTED - Notify of radar detection
5622 * A radar has been detected on the supplied frequency, hostapd should
5638 * state. This may happen due to a radar being detected or other
6623 * struct dfs_event - Data for radar detected events
6667 bool radar; member in struct:wpa_event_data::channel_list_changed::frequency_attrs
    [all...]

Completed in 33 milliseconds