| /netbsd-src/games/warp/ |
| H A D | init.c | 324 obj = make_object(Star,ch,y,x,0,0,e+rand_mod(super*100+1),e/4,&root); in initialize() 362 movers = make_object(Crusher,'<',y,x,0,1,32767L,32768L,&root); in initialize() 372 ent = make_object(Enterprise,'E',y,x,0,0,e,e/2,&root); in initialize() 384 base = make_object(Base, 'B',y,x,0,0,e,e/4,&root); in initialize() 393 nuke = make_object(Enemy,'&',y,x,0,0,32767L, in initialize() 452 obj = make_object(Enemy,ch,y,x,0,0, in initialize() 492 obj = make_object(Enemy,ch,y,x,0,0, in initialize()
|
| H A D | weapon.c | 53 to = make_object(Torp, '+', from->posy,from->posx, in fire_torp() 60 to = make_object(Torp, '+', from->posy,from->posx, in fire_torp() 68 to = make_object(Torp, 'o', from->posy,from->posx, in fire_torp() 84 to = make_object(Torp, 'x', from->posy,from->posx, in fire_torp()
|
| H A D | object.h | 64 OBJECT *make_object(char, char, int, int, int, int, long, long, OBJECT *);
|
| H A D | object.c | 21 make_object(char typ, char img, int px, int py, int vx, int vy, long energ, in make_object() function
|
| H A D | them.c | 306 make_object(Web, in their_smarts()
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | object.h | 203 object *make_object(position *, direction *); 218 object *make_object(object_spec *, position *, direction *);
|
| H A D | pic.y | 577 $$.obj = $1->make_object(¤t_position,
|
| H A D | object.cpp | 1826 object *object_spec::make_object(position *curpos, direction *dirp) in make_object() function in object_spec
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | dwp.cc | 151 make_object(Dwp_output_file* output_file); 843 this->obj_ = this->make_object(NULL); in read_executable() 888 this->obj_ = this->make_object(output_file); in read() 988 this->obj_ = this->make_object(NULL); in verify() 1027 Dwo_file::make_object(Dwp_output_file* output_file) in make_object() function in gold::Dwo_file
|
| H A D | ChangeLog-0815 | 3726 (Dwo_file::make_object): ... here.
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | dwp.cc | 151 make_object(Dwp_output_file* output_file); 843 this->obj_ = this->make_object(NULL); in read_executable() 888 this->obj_ = this->make_object(output_file); in read() 988 this->obj_ = this->make_object(NULL); in verify() 1027 Dwo_file::make_object(Dwp_output_file* output_file) in make_object() function in gold::Dwo_file
|
| H A D | ChangeLog-0815 | 3726 (Dwo_file::make_object): ... here.
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 5396 * pic/object.c (object_spec::make_object): Allow negative and zero 5726 * pic/object.c (object_spec::make_object):
|
| H A D | ChangeLog.118 | 3252 (object_spec::make_object): Implement `IS_OUTLINED' and `IS_SHADED'.
|