Home
last modified time | relevance | path

Searched refs:beacon (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/games/atc/
H A Dinput.c150 state11[] = { { 'b', 8, " beacon #", beacon },
151 { '*', 8, " beacon #", beacon },
383 xdiff = sp->beacon[(int)c].x - p.xpos; in delayb()
385 ydiff = sp->beacon[(int)c].y - p.ypos; in delayb()
390 if (abs(sp->beacon[(int)c].x - p.xpos) != in delayb()
391 abs(sp->beacon[(int)c].y - p.ypos)) in delayb()
399 xdiff = sp->beacon[dest_no].x - sp->beacon[(int)c].x; in delayb()
400 ydiff = sp->beacon[dest_no].y - sp->beacon[(int)c].y; in delayb()
403 xdiff = sp->exit[dest_no].x - sp->beacon[(int)c].x; in delayb()
424 beacon(char c) in beacon() function
[all …]
H A Dgrammar.y167 sp->beacon = reallocarray(sp->beacon,
170 if (sp->beacon == NULL)
173 sp->beacon[sp->num_beacons].x = $2;
174 sp->beacon[sp->num_beacons].y = $3;
H A Dlex.l60 beacon { return(BeaconOp); }
H A Dstruct.h72 BEACON *beacon; member
H A Dextern.h120 const char *beacon(char);
H A Dgraphics.c193 wmove(radar, scp->beacon[i].y, scp->beacon[i].x * 2); in setup_screen()
H A Dupdate.c133 if (pp->delayd && pp->xpos == sp->beacon[pp->delayd_no].x && in update()
134 pp->ypos == sp->beacon[pp->delayd_no].y) { in update()
/openbsd/etc/examples/
H A Dhostapd.conf79 hostap handle skip type management subtype ! beacon \
84 hostap handle skip type management subtype beacon bssid !<myess> \
/openbsd/games/atc/games/
H A Dnovice9 beacon: ( 8 10 ) ( 21 10 ) ;
H A Dgame_38 beacon: ( 12 6 ) ;
H A DKiller9 beacon: ( 12 7 ) ( 12 17 ) ( 14 10 ) ( 20 15 ) ;
H A Deasy8 beacon: ( 12 7 ) ;
H A DAtlantis11 beacon: ( 10 6 ) ( 23 6 )
H A Dcrossover9 beacon: ( 14 6 ) ( 18 10 ) ( 14 14 ) ( 10 10 );
H A DOHare10 beacon: ( 6 5 ) ( 18 5 )
H A DTic-Tac-Toe11 beacon: ( 10 7 ) ( 19 7 )
H A Dtwo-corners10 beacon: ( 10 10 ) ( 19 10 ) ;
H A Dgame_29 beacon: ( 12 17 ) ( 23 6 ) ( 23 13 ) ( 25 17 )
H A Dairports8 beacon: ( 6 3 ) ( 19 4 ) ( 27 4 )
H A Dgame_49 beacon: ( 5 5 ) ( 14 5 ) ( 24 5 ) ( 24 9 ) ( 24 11 )
H A Ddefault9 beacon: ( 12 7 ) ( 12 17 ) ;
H A Dbox11 beacon: ( 4 4 ) ( 14 4 ) ( 24 4 )
H A Dcrosshatch12 beacon: ( 6 10 ) ( 12 10 ) ( 18 10 ) ( 24 10 )
/openbsd/sys/dev/ic/
H A Dacx.c1843 struct acx_tmplt_beacon beacon; in acx_init_tmplt_ordered() member
1869 if (acx_set_tmplt(sc, ACXCMD_TMPLT_BEACON, &data.beacon, in acx_init_tmplt_ordered()
1870 sizeof(data.beacon)) != 0) in acx_init_tmplt_ordered()
2412 struct acx_tmplt_beacon beacon; in acx_set_beacon_tmplt() local
2417 bzero(&beacon, sizeof(beacon)); in acx_set_beacon_tmplt()
2430 m_copydata(m, 0, off, &beacon.data); in acx_set_beacon_tmplt()
2431 len = off + sizeof(beacon.size); in acx_set_beacon_tmplt()
2433 if (acx_set_tmplt(sc, ACXCMD_TMPLT_BEACON, &beacon, len) != 0) { in acx_set_beacon_tmplt()
2446 len += sizeof(beacon.size); in acx_set_beacon_tmplt()
H A Dar5210.c523 u_int32_t phy_sig, phy_agc, phy_sat, beacon; in ar5k_ar5210_calibrate() local
541 beacon = AR5K_REG_READ(AR5K_AR5210_BEACON); in ar5k_ar5210_calibrate()
542 AR5K_REG_WRITE(AR5K_AR5210_BEACON, beacon & ~AR5K_AR5210_BEACON_EN); in ar5k_ar5210_calibrate()
615 AR5K_REG_WRITE(AR5K_AR5210_BEACON, beacon); in ar5k_ar5210_calibrate()

12