| /src/games/hack/ |
| def.gold.h | 1 /* $NetBSD: def.gold.h,v 1.6 2011/08/06 20:18:26 dholland Exp $ */ 66 struct gold { struct 67 struct gold *ngold; 72 #define newgold() ((struct gold *) alloc(sizeof(struct gold))) 73 extern struct gold *fgold;
|
| hack.lev.c | 81 static void savegoldchn(int, struct gold *); 183 savegoldchn(int fd, struct gold *gold) 185 struct gold *gold2; 186 while (gold) { 187 gold2 = gold->ngold; 188 bwrite(fd, gold, sizeof(struct gold)); 189 free(gold); 190 gold = gold2 211 struct gold *gold; local [all...] |
| hack.mkobj.c | 208 struct gold *gold; local 211 if ((gold = g_at(x, y)) != NULL) 212 gold->amount += amount; 214 gold = newgold(); 215 gold->ngold = fgold; 216 gold->gx = x; 217 gold->gy = y; 218 gold->amount = amount; 219 fgold = gold; [all...] |
| hack.invent.c | 225 freegold(struct gold *gold) 227 struct gold *gtmp; 229 if (gold == fgold) 230 fgold = gold->ngold; 233 while (gtmp->ngold != gold) { 238 gtmp->ngold = gold->ngold; 240 free(gold); 350 struct gold * 353 struct gold *gold = fgold local 843 struct gold *gold = NULL; local [all...] |
| hack.Decl.c | 85 struct gold *fgold = 0;
|
| hack.steal.c | 88 struct gold *gold = g_at(u.ux, u.uy); local 90 if (gold && (!u.ugold || gold->amount > u.ugold || !rn2(5))) { 91 mtmp->mgold += gold->amount; 92 freegold(gold); 95 pline("%s quickly snatches some gold from between your feet!",
|
| hack.mon.c | 424 /* look for gold or jewels nearby */ 433 struct gold *gold; local 434 for (gold = fgold; gold; gold = gold->ngold) 435 if ((dd = DIST(omx, omy, gold->gx, gold->gy)) < mind) { 437 gx = gold->gx 549 struct gold *gold; local [all...] |
| hack.c | 417 struct gold *gold; local 423 while ((gold = g_at(u.ux, u.uy)) != NULL) { 424 pline("%ld gold piece%s.", gold->amount, plur(gold->amount)); 425 u.ugold += gold->amount; 427 freegold(gold);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| exec-tool.in | 42 # Check -fuse-ld=bfd and -fuse-ld=gold 47 *\ -fuse-ld=gold\ *) 61 if test "$original" = ../gold/ld-new$exeext; then 62 dir=gold 63 # No need to handle relink since gold doesn't use libtool.
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| exec-tool.in | 42 # Check -fuse-ld=bfd and -fuse-ld=gold 47 *\ -fuse-ld=gold\ *) 61 if test "$original" = ../gold/ld-new$exeext; then 62 dir=gold 63 # No need to handle relink since gold doesn't use libtool.
|
| /src/games/rogue/ |
| score.c | 77 rogue.gold = ((rogue.gold * 9) / 10); 110 "%s with %ld gold", mechanism, rogue.gold); 214 * bytes 5-15 Score/gold 223 long gold; member in struct:score_entry 293 se->gold = lget_number(score_block+x); 321 rank+1, se->gold, se->username, se->death); 367 if (rogue.gold < scores[i].gold) { [all...] |
| message.c | 238 Level: 99 Gold: 999999 Hp: 999(999) Str: 99(99) Arm: 99 Exp: 21/10000000 Hungry 260 mvaddstr(row, 10, "Gold: "); 262 if (rogue.gold > MAX_GOLD) { 263 rogue.gold = MAX_GOLD; 265 mvprintw(row, 16, "%-6ld", rogue.gold);
|
| spec_hit.c | 160 if ((rogue.gold <= 0) || rand_percent(10)) { 166 if (amount > rogue.gold) { 167 amount = rogue.gold; 169 rogue.gold -= amount; 257 obj->what_is = GOLD; 347 (obj->what_is == GOLD)) {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| gold-gdb-index.exp | 18 standard_testfile .c gold-gdb-index-2.c 25 {debug c++ additional_flags=-fuse-ld=gold \ 45 -re -wrap "\{ symtab \[^\r\n\]*gold-gdb-index-2.c.*" {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| gold-gdb-index.exp | 18 standard_testfile .c gold-gdb-index-2.c 25 {debug c++ additional_flags=-fuse-ld=gold \ 45 -re -wrap "\{ symtab \[^\r\n\]*gold-gdb-index-2.c.*" {
|
| /src/games/phantasia/ |
| Makefile | 20 ALLFILES=gold lastdead mess monsters void motd characs scoreboard 21 FILES=gold lastdead mess monsters void motd
|
| /src/games/larn/ |
| tok.c | 156 i = (10 * mp->gold) / (10 + k); 157 mp->gold = (i > 32767) ? 32767 : i;
|
| /src/usr.bin/ctags/test/ |
| ctags.test | 18 enum color {red, green, gold, brown};
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/ |
| make-check-all.sh | 80 gold 81 gold-gdb-index
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/ |
| make-check-all.sh | 81 gold 82 gold-gdb-index
|
| /src/external/gpl3/binutils/dist/ |
| src-release.sh | 142 # configure. --enable-gold is needed to ensure .c/.h from .y are 143 # built in the gold dir. The disables speed the build a little. 146 for dir in binutils gas gdb gold gprof gprofng libsframe ld libctf libdecnumber readline sim; do 384 BINUTILS_GOLD_DIRS="$BINUTILS_DIRS elfcpp gold" 388 package=binutils-with-gold 393 GOLD_DIRS="gold elfcpp include" 395 # gold are needed in order to be able to build and test it. 400 package=gold 435 echo " binutils: All the binutils except gold" 436 echo " binutils_with_gold: All the binutils including gold" [all...] |
| Makefile.def | 74 host_modules= { module= gold; bootstrap=true; }; 375 dependencies = { module=configure-gcc; on=all-gold; }; 494 // We must build gas before binutils, gprof, ld and gold to avoid race 562 dependencies = { module=install-ld; on=install-gold; }; 563 dependencies = { module=install-strip-ld; on=install-strip-gold; }; 564 dependencies = { module=configure-gold; on=configure-gettext; }; 565 dependencies = { module=all-gold; on=all-libiberty; }; 566 dependencies = { module=all-gold; on=all-gettext; }; 567 dependencies = { module=all-gold; on=all-bfd; }; 568 dependencies = { module=all-gold; on=all-build-bison; } [all...] |
| /src/external/gpl3/binutils.old/dist/ |
| src-release.sh | 142 # configure. --enable-gold is needed to ensure .c/.h from .y are 143 # built in the gold dir. The disables speed the build a little. 146 for dir in binutils gas gdb gold gprof gprofng libsframe ld libctf libdecnumber readline sim; do 384 BINUTILS_GOLD_DIRS="$BINUTILS_DIRS elfcpp gold" 388 package=binutils-with-gold 393 GOLD_DIRS="gold elfcpp include" 395 # gold are needed in order to be able to build and test it. 400 package=gold 435 echo " binutils: All the binutils except gold" 436 echo " binutils_with_gold: All the binutils including gold" [all...] |
| Makefile.def | 74 host_modules= { module= gold; bootstrap=true; }; 374 dependencies = { module=configure-gcc; on=all-gold; }; 492 // We must build gas before binutils, gprof, ld and gold to avoid race 560 dependencies = { module=install-ld; on=install-gold; }; 561 dependencies = { module=install-strip-ld; on=install-strip-gold; }; 562 dependencies = { module=configure-gold; on=configure-gettext; }; 563 dependencies = { module=all-gold; on=all-libiberty; }; 564 dependencies = { module=all-gold; on=all-gettext; }; 565 dependencies = { module=all-gold; on=all-bfd; }; 566 dependencies = { module=all-gold; on=all-build-bison; } [all...] |
| /src/external/gpl3/gdb/dist/ |
| src-release.sh | 142 # configure. --enable-gold is needed to ensure .c/.h from .y are 143 # built in the gold dir. The disables speed the build a little. 146 for dir in binutils gas gdb gold gprof gprofng libsframe ld libctf libdecnumber readline sim; do 384 BINUTILS_GOLD_DIRS="$BINUTILS_DIRS elfcpp gold" 388 package=binutils-with-gold 393 GOLD_DIRS="gold elfcpp include" 395 # gold are needed in order to be able to build and test it. 400 package=gold 435 echo " binutils: All the binutils except gold" 436 echo " binutils_with_gold: All the binutils including gold" [all...] |