Home
last modified time | relevance | path

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

/netbsd-src/games/warp/
H A Dus.c49 setimage(ent, ch); in do_direction()
118 setimage(ent, ch); in ctrl_direction()
143 setimage(ent, ch); in shift_direction()
H A Dthem.c71 setimage(obj, (obj->velx *= -1) < 0 ? '>' : '<'); in their_smarts()
86 setimage(curkl, ' '); in their_smarts()
289 setimage(curkl, curkl->flags & PIRATE ? 'P' : 'R'); in their_smarts()
H A Dweapon.c159 setimage(obj, in attack()
186 setimage(obj, in attack()
671 setimage(tractee, (tractee->velx *= -1) < 0 ? '>' : '<'); in tract()
H A Dmove.c562 setimage(curobj, ch); in move_universe()
602 setimage(curobj, ch); in move_universe()
H A Dterm.h35 #define setimage(of,to) (mvaddch(of->posy+1,of->posx*2,of->image=(to))) macro
H A Dinit.c337 setimage(obj,'@'); in initialize()