Searched refs:setimage (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/games/warp/ |
| H A D | us.c | 49 setimage(ent, ch); in do_direction() 118 setimage(ent, ch); in ctrl_direction() 143 setimage(ent, ch); in shift_direction()
|
| H A D | them.c | 71 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 D | weapon.c | 159 setimage(obj, in attack() 186 setimage(obj, in attack() 671 setimage(tractee, (tractee->velx *= -1) < 0 ? '>' : '<'); in tract()
|
| H A D | move.c | 562 setimage(curobj, ch); in move_universe() 602 setimage(curobj, ch); in move_universe()
|
| H A D | term.h | 35 #define setimage(of,to) (mvaddch(of->posy+1,of->posx*2,of->image=(to))) macro
|
| H A D | init.c | 337 setimage(obj,'@'); in initialize()
|