OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modify_amoeba
(Results
1 - 6
of
6
) sorted by relevancy
/src/games/warp/
them.h
11
void
modify_amoeba
(int, int, int, int, int);
bang.c
67
modify_amoeba
(y,x,1,'~', 10);
69
modify_amoeba
(y,x,1,'~', 5);
them.c
59
modify_amoeba
(y,x,1,' ',(int)rand_mod(5+ambsize/10)+1);
78
modify_amoeba
(0,0,0,'~',(int)rand_mod(10));
80
modify_amoeba
(yamblast,xamblast,2,' ',(ambsize-100)/5);
335
modify_amoeba
(int y, int x, int where, int ch, int quant)
function
weapon.c
527
modify_amoeba
(y,x,1,'~',10);
529
modify_amoeba
(y,x,1,'~',7);
531
modify_amoeba
(y,x,1,'~',5);
533
modify_amoeba
(y,x,1,'~',2);
637
modify_amoeba
(y,x,2,'~',size);
639
modify_amoeba
(y,x,1,' ',size);
init.c
398
modify_amoeba
(y,x,2,'~',(int)rand_mod(smarts<<1));/* just make blob */
402
modify_amoeba
(y,x,2,'~',(int)rand_mod(5));
403
modify_amoeba
(y,x,2,'~',(int)rand_mod(5));
404
modify_amoeba
(y,x,2,'~',(int)rand_mod(5));
405
modify_amoeba
(y,x,2,'~',(int)rand_mod(5)); /* extend pseudopod */
move.c
233
modify_amoeba
(y,x,1,'~',5);
Completed in 27 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026