HomeSort by: relevance | last modified time | path
    Searched refs:newsym (Results 1 - 14 of 14) sorted by relevancy

  /src/games/hack/
hack.pri.c 371 newsym(u.udisx, u.udisy);
424 newsym(x, y);
491 newsym(int x, int y) function
596 newsym(obj->odx, obj->ody);
613 * if(obj->odispl){ if(!vism_at(obj->odx, obj->ody)) newsym(obj->odx,
617 newsym(obj->ox, obj->oy);
677 newsym(mon->mdx, mon->mdy);
hack.trap.c 159 newsym(u.ux, u.uy);
185 newsym(u.ux, u.uy);
188 newsym(u.ux, u.uy);
hack.worm.c 191 newsym(wtmp->wx, wtmp->wy);
281 newsym(wtmp->wx, wtmp->wy);
hack.do.c 102 newsym(u.ux, u.uy);
141 newsym(u.ux, u.uy);
hack.steal.c 94 newsym(u.ux, u.uy);
hack.zap.c 294 newsym(u.ux, u.uy);
720 newsym(otx, oty);
extern.h 329 void newsym(int, int);
hack.eat.c 510 newsym(u.ux, u.uy);
hack.potion.c 118 newsym(u.ux, u.uy);
hack.vault.c 140 newsym(fcx, fcy);
hack.c 88 newsym(u.udisx, u.udisy);
270 newsym(u.ux + u.dx, u.uy + u.dy);
340 newsym(oldx,oldy);
431 newsym(u.ux, u.uy);
539 newsym(u.ux, u.uy);
hack.read.c 446 newsym(zx, zy);
hack.mon.c 554 newsym(mtmp->mx, mtmp->my);
569 newsym(mtmp->mx, mtmp->my); /* %% */
  /src/sys/kern/
subr_csan.c 97 const char *newsym, *oldsym; local
101 if (ksyms_getname(NULL, &newsym, (vaddr_t)new->pc, KSYMS_PROC) != 0) {
102 newsym = "Unknown";
112 (void *)new->addr, new->size, (void *)new->pc, newsym,

Completed in 62 milliseconds