Searched refs:tmp_at (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/games/hack/ |
| H A D | hack.zap.c | 404 tmp_at(-1, sym);/* open call */ in bhit() 411 tmp_at(-1, -1); /* close call */ in bhit() 427 tmp_at(bhitpos.x, bhitpos.y); in bhit() 432 tmp_at(-1, (levl[bhitpos.x][bhitpos.y].typ == POOL) ? -1 : 0); in bhit() 449 tmp_at(-1, sym); /* open call */ in boomhit() 454 tmp_at(-2, sym);/* change let call */ in boomhit() 460 tmp_at(-1, -1); in boomhit() 473 tmp_at(-1, -1); in boomhit() 478 tmp_at(bhitpos.x, bhitpos.y); in boomhit() 482 tmp_at(-1, -1); /* do not leave last symbol */ in boomhit()
|
| H A D | hack.unix.c | 457 tmp_at(-1, md->data->mlet); /* open call */ in mdrush() 471 tmp_at(fx, fy); in mdrush() 494 tmp_at(-1, -1); /* close call */ in mdrush()
|
| H A D | extern.h | 317 void tmp_at(schar, schar);
|
| H A D | hack.pri.c | 160 tmp_at(schar x, schar y) in tmp_at() function
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | pe-dll.c | 822 char *tmp_at = strrchr (tmp, '@'); in process_def_file_and_drectve() local 824 if (tmp_at) in process_def_file_and_drectve() 825 *tmp_at = 0; in process_def_file_and_drectve()
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | pe-dll.c | 843 char *tmp_at = strrchr (tmp, '@'); in process_def_file_and_drectve() local 845 if (tmp_at) in process_def_file_and_drectve() 846 *tmp_at = 0; in process_def_file_and_drectve()
|