Home
last modified time | relevance | path

Searched refs:make_object (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/games/warp/
H A Dinit.c324 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 Dweapon.c53 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 Dobject.h64 OBJECT *make_object(char, char, int, int, int, int, long, long, OBJECT *);
H A Dobject.c21 make_object(char typ, char img, int px, int py, int vx, int vy, long energ, in make_object() function
H A Dthem.c306 make_object(Web, in their_smarts()
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.h203 object *make_object(position *, direction *);
218 object *make_object(object_spec *, position *, direction *);
H A Dpic.y577 $$.obj = $1->make_object(&current_position,
H A Dobject.cpp1826 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 Ddwp.cc151 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 DChangeLog-08153726 (Dwo_file::make_object): ... here.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddwp.cc151 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 DChangeLog-08153726 (Dwo_file::make_object): ... here.
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1155396 * pic/object.c (object_spec::make_object): Allow negative and zero
5726 * pic/object.c (object_spec::make_object):
H A DChangeLog.1183252 (object_spec::make_object): Implement `IS_OUTLINED' and `IS_SHADED'.