Home
last modified time | relevance | path

Searched refs:blast (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/blast/
H A DMakefile1 blast: blast.c blast.h target
2 cc -DTEST -o blast blast.c
4 test: blast
5 blast < test.pk | cmp - test.txt
8 rm -f blast blast.o
H A DREADME1 Read blast.h for purpose and usage.
H A Dblast.c383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, in blast() function
453 ret = blast(inf, stdin, outf, stdout, &left, NULL); in main()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/blast/
H A DMakefile1 blast: blast.c blast.h target
2 cc -DTEST -o blast blast.c
4 test: blast
5 blast < test.pk | cmp - test.txt
8 rm -f blast blast.o
H A DREADME1 Read blast.h for purpose and usage.
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
H A Dblast.c383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, in blast() function
453 ret = blast(inf, stdin, outf, stdout, &left, NULL); in main()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/blast/
H A DMakefile1 blast: blast.c blast.h target
2 cc -DTEST -o blast blast.c
4 test: blast
5 blast < test.pk | cmp - test.txt
8 rm -f blast blast.o
H A DREADME1 Read blast.h for purpose and usage.
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
H A Dblast.c383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, in blast() function
453 ret = blast(inf, stdin, outf, stdout, &left, NULL); in main()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/blast/
H A DMakefile1 blast: blast.c blast.h target
2 cc -DTEST -o blast blast.c
4 test: blast
5 blast < test.pk | cmp - test.txt
8 rm -f blast blast.o
H A DREADME1 Read blast.h for purpose and usage.
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
H A Dblast.c383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, in blast() function
453 ret = blast(inf, stdin, outf, stdout, &left, NULL); in main()
/netbsd-src/common/dist/zlib/contrib/blast/
H A DMakefile1 blast: blast.c blast.h target
2 cc -DTEST -o blast blast.c
4 test: blast
5 blast < test.pk | cmp - test.txt
8 rm -f blast blast.o
H A DREADME1 Read blast.h for purpose and usage.
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
H A Dblast.c383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, in blast() function
453 ret = blast(inf, stdin, outf, stdout, &left, NULL); in main()
/netbsd-src/games/warp/
H A Dmove.c134 blast[y][x] += 1250; in move_universe()
136 blast[y][x] += 500+super*20; in move_universe()
138 blast[y][x] += 5000+super*100; in move_universe()
149 blast[y][x] += 80000; in move_universe()
151 blast[y][x] += 10; in move_universe()
157 blast[y][x] += 100000; in move_universe()
163 blast[y][x] += (temp==nuke ? 80000 : 1250); in move_universe()
165 blast[y][x] += 500+super*20; in move_universe()
167 blast[y][x] += 5000+super*100; in move_universe()
186 blast[y][x] += rand_mod(751)+1; in move_universe()
[all …]
H A Dplay.c107 if (blast[realapollo->posy][realapollo->posx] <= 32000) in play()
141 if (blast[realapollo->posy][realapollo->posx] <= 32000) in play()
H A Dweapon.c356 blast[y=(obj->posy+obj->vely+YSIZE00)%YSIZE] in attack()
583 blast[y][x] += size>50 ? 15000 : (size>15 ? 1500 : 150); in fire_phaser()
585 blast[y][x] += size*4; in fire_phaser()
587 blast[y][x] += 15000; in fire_phaser()
589 blast[y][x] += size*smarts/25; in fire_phaser()
H A Dbang.h9 EXT long blast[YSIZE][XSIZE]; variable
/netbsd-src/games/battlestar/
H A Dfly.c56 static void blast(void);
153 blast(); in visual()
229 blast(void) in blast() function
/netbsd-src/usr.bin/msgs/
H A Dmsgs.c169 int blast = 0; in main() local
258 blast = lastmsg; /* save upper bound */ in main()
319 if (blast != 0) /* never lower the upper bound! */ in main()
320 lastmsg = blast; in main()
323 else if (blast > lastmsg) in main()
324 lastmsg = blast; in main()

123