Searched refs:newloc (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/games/adventure/
H A Dsubr.c157 if (newloc != loc && !forced(loc) && !bitset(loc, 3)) {
159 if (odloc[i] != newloc || !dseen[i])
161 newloc = loc;
166 loc = newloc; /* 74 */
167 if (loc == 0 || forced(loc) || bitset(newloc, 3))
198 newloc = kk->tloc;
199 if (newloc > 300 || newloc < 15 || newloc == odloc[i]
200 || (j > 1 && newloc
[all...]
H A Dhdr.h68 extern int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2;
109 int conditions; /* m in writeup (newloc / 1000) */
110 int tloc; /* n in writeup (newloc % 1000) */
H A Dinit.c68 int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2; variable
297 newloc = 1;
H A Dmain.c94 if (newloc < 9 && newloc != 0 && isclosing) {
96 newloc = loc; /* main office */
H A Dsave.c492 {&newloc, sizeof(newloc)},
605 &newloc,
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dresolve.c653 const char *newloc; local
655 if ((newloc = mail_addr_find(relocated_maps, STR(nextrcpt),
659 vstring_sprintf(nexthop, "5.1.6 User has moved to %s", newloc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-lex.c356 location_t newloc;
359 tok = cpp_get_token_with_location (parse_in, &newloc);
386 *loc = newloc;
354 location_t newloc; local
H A Ddwarf2out.c20403 struct var_loc_node *newloc;
20420 newloc = add_var_loc_to_decl (decl, loc_note);
20421 if (newloc == NULL)
20436 newloc->var_loc_note = loc_note;
20437 newloc->next = NULL;
20440 newloc->label = last_label;
20448 newloc->label = last_postcall_label;
20386 struct var_loc_node *newloc; local
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dautoconf.c1934 bootinfo_relocate(void *newloc) argument
1942 kernel_top = newloc;
1964 if ((int)bootinfo - (int)newloc < bi_size)
1972 dp = newloc;
1986 bootinfo = newloc;
1987 kernel_top = (char *)newloc + ALIGN(bi_size);
/netbsd-6-1-5-RELEASE/sbin/resize_ffs/
H A Dresize_ffs.c809 int newloc; /* new location for csum info, if necessary */ local
864 newloc = find_freespace(ntot);
865 if (newloc < 0)
867 for (i = 0, f = newsb->fs_csaddr, t = newloc; i < ntot; i++, f++, t++) {
873 newsb->fs_csaddr = newloc;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddwarf2out.c13570 struct var_loc_node *newloc;
13580 newloc = ggc_alloc_cleared (sizeof (struct var_loc_node));
13589 newloc->label = last_label;
13596 newloc->label = ggc_strdup (loclabel);
13598 newloc->var_loc_note = loc_note;
13599 newloc->next = NULL;
13605 newloc->section_label = cfun->cold_section_label;
13607 newloc->section_label = text_section_label;
13610 last_label = newloc->label;
13615 add_var_loc_to_decl (decl, newloc);
13554 struct var_loc_node *newloc; local
[all...]

Completed in 347 milliseconds