| /src/games/monop/ |
| rent.c | 1 /* $NetBSD: rent.c,v 1.9 2012/06/19 05:35:32 dholland Exp $ */ 35 static char sccsid[] = "@(#)rent.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: rent.c,v 1.9 2012/06/19 05:35:32 dholland Exp $"); 44 * This routine has the player pay rent 47 rent(SQUARE *sqp) function 64 printf("rent is %d\n", rnt=pp->rent[0] * 2); 66 printf("with %d house%s, rent is %d\n", 68 rnt=pp->rent[pp->houses]); 70 printf("with a hotel, rent is %d\n" [all...] |
| monop.h | 106 int rent[6]; /* rents */ member in struct:prp_st 206 /* rent.c */ 207 void rent(SQUARE *);
|
| /src/sys/arch/atari/stand/tostools/aptck/ |
| aptck.h | 52 u_int rent; member in struct:__anon1222
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| ahdi.h | 83 u_int rent; member in struct:__anon1227
|
| ahdilbl.h | 123 u_int rent; member in struct:__anon1229
|
| /src/sys/arch/atari/stand/edahdi/ |
| edahdi.c | 66 u_int rent; member in struct:__anon1218 259 p->rsec, p->rent, p->id, p->start, p->end, megs); 442 p->rent = part - root->ar_parts; 497 apart = &root->ar_parts[lpart->rent];
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_request.c | 2005 struct reset_entry *rent; local 2023 for (rent = reset_entries; rent->flag != 0; rent++) { 2024 if (flags & rent->flag) 2025 (*rent->handler)();
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf64-hppa.c | 447 struct elf64_hppa_dyn_reloc_entry *rent; 449 rent = (struct elf64_hppa_dyn_reloc_entry *) 450 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent)); 451 if (!rent) 454 rent->next = hh->reloc_entries; 455 rent->type = type; 456 rent->sec = sec; 457 rent->sec_symndx = sec_symndx; 458 rent->offset = offset; 459 rent->addend = addend 446 struct elf64_hppa_dyn_reloc_entry *rent; local 1398 struct elf64_hppa_dyn_reloc_entry *rent; local 2298 struct elf64_hppa_dyn_reloc_entry *rent; local [all...] |
| elf64-alpha.c | 1963 struct alpha_elf_reloc_entry *rent; 1965 for (rent = h->reloc_entries; rent; rent = rent->next) 1966 if (rent->rtype == r_type && rent->srel == sreloc) 1969 if (!rent) 1972 rent = (struct alpha_elf_reloc_entry *) bfd_alloc (abfd, amt); 1973 if (!rent) 1955 struct alpha_elf_reloc_entry *rent; local [all...] |
| elf64-ia64-vms.c | 1881 struct elf64_ia64_dyn_reloc_entry *rent; local 1883 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) 1884 if (rent->srel == srel && rent->type == type) 1887 if (!rent) 1889 rent = ((struct elf64_ia64_dyn_reloc_entry *) 1890 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent))); 2456 struct elf64_ia64_dyn_reloc_entry *rent; local [all...] |
| elfnn-ia64.c | 2128 struct elfNN_ia64_dyn_reloc_entry *rent; 2130 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) 2131 if (rent->srel == srel && rent->type == type) 2134 if (!rent) 2136 rent = ((struct elfNN_ia64_dyn_reloc_entry *) 2137 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent))); 2122 struct elfNN_ia64_dyn_reloc_entry *rent; local 2847 struct elfNN_ia64_dyn_reloc_entry *rent; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf64-hppa.c | 447 struct elf64_hppa_dyn_reloc_entry *rent; 449 rent = (struct elf64_hppa_dyn_reloc_entry *) 450 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent)); 451 if (!rent) 454 rent->next = hh->reloc_entries; 455 rent->type = type; 456 rent->sec = sec; 457 rent->sec_symndx = sec_symndx; 458 rent->offset = offset; 459 rent->addend = addend 446 struct elf64_hppa_dyn_reloc_entry *rent; local 1398 struct elf64_hppa_dyn_reloc_entry *rent; local 2296 struct elf64_hppa_dyn_reloc_entry *rent; local [all...] |
| elf64-alpha.c | 1958 struct alpha_elf_reloc_entry *rent; 1960 for (rent = h->reloc_entries; rent; rent = rent->next) 1961 if (rent->rtype == r_type && rent->srel == sreloc) 1964 if (!rent) 1967 rent = (struct alpha_elf_reloc_entry *) bfd_alloc (abfd, amt); 1968 if (!rent) 1950 struct alpha_elf_reloc_entry *rent; local [all...] |
| elf64-ia64-vms.c | 1880 struct elf64_ia64_dyn_reloc_entry *rent; local 1882 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) 1883 if (rent->srel == srel && rent->type == type) 1886 if (!rent) 1888 rent = ((struct elf64_ia64_dyn_reloc_entry *) 1889 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent))); 2455 struct elf64_ia64_dyn_reloc_entry *rent; local [all...] |
| elfnn-ia64.c | 2128 struct elfNN_ia64_dyn_reloc_entry *rent; 2130 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) 2131 if (rent->srel == srel && rent->type == type) 2134 if (!rent) 2136 rent = ((struct elfNN_ia64_dyn_reloc_entry *) 2137 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent))); 2122 struct elfNN_ia64_dyn_reloc_entry *rent; local 2847 struct elfNN_ia64_dyn_reloc_entry *rent; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf64-hppa.c | 447 struct elf64_hppa_dyn_reloc_entry *rent; 449 rent = (struct elf64_hppa_dyn_reloc_entry *) 450 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent)); 451 if (!rent) 454 rent->next = hh->reloc_entries; 455 rent->type = type; 456 rent->sec = sec; 457 rent->sec_symndx = sec_symndx; 458 rent->offset = offset; 459 rent->addend = addend 446 struct elf64_hppa_dyn_reloc_entry *rent; local 1398 struct elf64_hppa_dyn_reloc_entry *rent; local 2298 struct elf64_hppa_dyn_reloc_entry *rent; local [all...] |
| elf64-alpha.c | 1958 struct alpha_elf_reloc_entry *rent; 1960 for (rent = h->reloc_entries; rent; rent = rent->next) 1961 if (rent->rtype == r_type && rent->srel == sreloc) 1964 if (!rent) 1967 rent = (struct alpha_elf_reloc_entry *) bfd_alloc (abfd, amt); 1968 if (!rent) 1950 struct alpha_elf_reloc_entry *rent; local [all...] |
| elf64-ia64-vms.c | 1881 struct elf64_ia64_dyn_reloc_entry *rent; local 1883 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) 1884 if (rent->srel == srel && rent->type == type) 1887 if (!rent) 1889 rent = ((struct elf64_ia64_dyn_reloc_entry *) 1890 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent))); 2456 struct elf64_ia64_dyn_reloc_entry *rent; local [all...] |
| elfnn-ia64.c | 2128 struct elfNN_ia64_dyn_reloc_entry *rent; 2130 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) 2131 if (rent->srel == srel && rent->type == type) 2134 if (!rent) 2136 rent = ((struct elfNN_ia64_dyn_reloc_entry *) 2137 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent))); 2122 struct elfNN_ia64_dyn_reloc_entry *rent; local 2847 struct elfNN_ia64_dyn_reloc_entry *rent; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf64-hppa.c | 450 struct elf64_hppa_dyn_reloc_entry *rent; 452 rent = (struct elf64_hppa_dyn_reloc_entry *) 453 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent)); 454 if (!rent) 457 rent->next = hh->reloc_entries; 458 rent->type = type; 459 rent->sec = sec; 460 rent->sec_symndx = sec_symndx; 461 rent->offset = offset; 462 rent->addend = addend 449 struct elf64_hppa_dyn_reloc_entry *rent; local 1459 struct elf64_hppa_dyn_reloc_entry *rent; local 2501 struct elf64_hppa_dyn_reloc_entry *rent; local [all...] |
| elf64-alpha.c | 1963 struct alpha_elf_reloc_entry *rent; 1965 for (rent = h->reloc_entries; rent; rent = rent->next) 1966 if (rent->rtype == r_type && rent->srel == sreloc) 1969 if (!rent) 1972 rent = (struct alpha_elf_reloc_entry *) bfd_alloc (abfd, amt); 1973 if (!rent) 1955 struct alpha_elf_reloc_entry *rent; local [all...] |
| elf64-ia64-vms.c | 1881 struct elf64_ia64_dyn_reloc_entry *rent; local 1883 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) 1884 if (rent->srel == srel && rent->type == type) 1887 if (!rent) 1889 rent = ((struct elf64_ia64_dyn_reloc_entry *) 1890 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent))); 2456 struct elf64_ia64_dyn_reloc_entry *rent; local [all...] |
| elfnn-ia64.c | 2126 struct elfNN_ia64_dyn_reloc_entry *rent; 2128 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) 2129 if (rent->srel == srel && rent->type == type) 2132 if (!rent) 2134 rent = ((struct elfNN_ia64_dyn_reloc_entry *) 2135 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent))); 2120 struct elfNN_ia64_dyn_reloc_entry *rent; local 2845 struct elfNN_ia64_dyn_reloc_entry *rent; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-decl.cc | 5496 gfc_use_rename *rent; local 5513 for (rent = use_stmt->rename; rent; rent = rent->next) 5517 if (rent->op != INTRINSIC_NONE) 5520 hashval_t hash = htab_hash_string (rent->use_name); 5521 tree *slot = entry->decls->find_slot_with_hash (rent->use_name, hash, 5528 rent->local_name[0] 5529 ? rent->local_name : rent->use_name) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-decl.cc | 5290 gfc_use_rename *rent; local 5307 for (rent = use_stmt->rename; rent; rent = rent->next) 5311 if (rent->op != INTRINSIC_NONE) 5314 hashval_t hash = htab_hash_string (rent->use_name); 5315 tree *slot = entry->decls->find_slot_with_hash (rent->use_name, hash, 5322 rent->local_name[0] 5323 ? rent->local_name : rent->use_name) [all...] |