Searched refs:oldloc (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/games/adventure/ |
| D | io.c | 300 for (oldloc = -1, seekstart = seekhere;;) { in rdesc() 302 if ((locc = rnum()) != oldloc && oldloc >= 0 /* finished msg */ in rdesc() 307 ltext[oldloc].seekadr = seekhere; in rdesc() 308 ltext[oldloc].txtlen = maystart - seekstart; in rdesc() 311 stext[oldloc].seekadr = seekhere; in rdesc() 312 stext[oldloc].txtlen = maystart - seekstart; in rdesc() 315 ptext[oldloc].seekadr = seekhere; in rdesc() 316 ptext[oldloc].txtlen = maystart - seekstart; in rdesc() 319 if (oldloc >= RTXSIZE) in rdesc() 321 rtext[oldloc].seekadr = seekhere; in rdesc() [all …]
|
| D | subr.c | 332 oldloc2 = oldloc; in march() 333 oldloc = loc; in march() 389 if (forced(k = oldloc)) in mback() 391 oldloc2 = oldloc; in mback() 392 oldloc = loc; in mback() 531 if (atloc[loc] == 0 && atloc[oldloc] == 0 in checkhints() 1039 oldloc = 115; in caveclose()
|
| D | save.c | 496 {&oldloc, sizeof(oldloc)}, 609 &oldloc,
|
| D | done.c | 171 oldloc = loc; in die()
|
| D | hdr.h | 68 extern int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2;
|
| D | init.c | 68 int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2; variable
|
| /netbsd/src/sbin/gpt/ |
| D | resizedisk.c | 88 off_t last, oldloc, newloc, lastdata, gpt_size; in resizedisk() local 122 oldloc = (off_t)le64toh((uint64_t)hdr->hdr_lba_alt); in resizedisk() 131 if (sector == oldloc) { in resizedisk() 137 if (sector == 0 && last == oldloc) { in resizedisk() 164 if (sector > oldloc) in resizedisk() 166 if (sector > 0 && sector < oldloc && last >= oldloc) in resizedisk() 168 if (sector == 0 && last > oldloc) in resizedisk()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | amd64-tdep.c | 1796 CORE_ADDR *to, CORE_ADDR oldloc) in amd64_relocate_instruction() argument 1809 read_memory (oldloc, buf.data (), len); in amd64_relocate_instruction() 1819 insn_length = gdb_buffered_insn_length (gdbarch, insn, len, oldloc); in amd64_relocate_instruction() 1834 ret_addr = oldloc + insn_length; in amd64_relocate_instruction() 1876 newrel = (oldloc - *to) + rel32; in amd64_relocate_instruction() 1880 hex_string (rel32), paddress (gdbarch, oldloc), in amd64_relocate_instruction() 1903 newrel = (oldloc - *to) + rel32; in amd64_relocate_instruction() 1906 hex_string (rel32), paddress (gdbarch, oldloc), in amd64_relocate_instruction()
|
| D | i386-tdep.c | 970 CORE_ADDR *to, CORE_ADDR oldloc) in i386_relocate_instruction() argument 978 read_memory (oldloc, buf, I386_MAX_INSN_LEN); in i386_relocate_instruction() 981 I386_MAX_INSN_LEN, oldloc); in i386_relocate_instruction() 995 ret_addr = oldloc + insn_length; in i386_relocate_instruction() 1006 newrel = (oldloc - *to) + rel32; in i386_relocate_instruction() 1010 hex_string (rel32), paddress (gdbarch, oldloc), in i386_relocate_instruction() 1029 newrel = (oldloc - *to) + rel32; in i386_relocate_instruction() 1032 hex_string (rel32), paddress (gdbarch, oldloc), in i386_relocate_instruction()
|
| D | ChangeLog-2016 | 7583 oldloc.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | python.c | 2232 std::string oldloc = setlocale (LC_ALL, NULL); in do_start_initialization() local 2242 setlocale (LC_ALL, oldloc.c_str ()); in do_start_initialization()
|