/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/blast/ |
H A D | Makefile | 1 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 D | README | 1 Read blast.h for purpose and usage.
|
H A D | blast.c | 383 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 D | Makefile | 1 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 D | README | 1 Read blast.h for purpose and usage.
|
H A D | blast.h | 45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
|
H A D | blast.c | 383 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 D | Makefile | 1 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 D | README | 1 Read blast.h for purpose and usage.
|
H A D | blast.h | 45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
|
H A D | blast.c | 383 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 D | Makefile | 1 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 D | README | 1 Read blast.h for purpose and usage.
|
H A D | blast.h | 45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
|
H A D | blast.c | 383 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 D | Makefile | 1 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 D | README | 1 Read blast.h for purpose and usage.
|
H A D | blast.h | 45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
|
H A D | blast.c | 383 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 D | move.c | 134 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 D | play.c | 107 if (blast[realapollo->posy][realapollo->posx] <= 32000) in play() 141 if (blast[realapollo->posy][realapollo->posx] <= 32000) in play()
|
H A D | weapon.c | 356 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 D | bang.h | 9 EXT long blast[YSIZE][XSIZE]; variable
|
/netbsd-src/games/battlestar/ |
H A D | fly.c | 56 static void blast(void); 153 blast(); in visual() 229 blast(void) in blast() function
|
/netbsd-src/usr.bin/msgs/ |
H A D | msgs.c | 169 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()
|