| /src/usr.bin/find/ |
| function.c | 235 c_amin(char ***argvp, int isok, char *opt) 264 c_anewer(char ***argvp, int isok, char *opt) 292 c_asince(char ***argvp, int isok, char *opt) 320 c_atime(char ***argvp, int isok, char *opt) 348 c_cmin(char ***argvp, int isok, char *opt) 377 c_cnewer(char ***argvp, int isok, char *opt) 405 c_csince(char ***argvp, int isok, char *opt) 433 c_ctime(char ***argvp, int isok, char *opt) 493 c_delete(char ***argvp __unused, int isok, char *opt) 520 c_depth(char ***argvp, int isok, char *opt [all...] |
| /src/games/hack/ |
| hack.cmd.c | 370 return (isok(x, y) && (levl[x][y].typ == ROOM || 376 isok(int x, int y) function in typeref:typename:int
|
| hack.vault.c | 290 if (isok(nx, ny)) 329 if (isok(nx + nx - x, ny + ny - y) && typ != POOL &&
|
| hack.c | 98 if (!isok(x, y)) 137 if (!isok(x, y)) 170 } while (!isok(u.ux + u.dx, u.uy + u.dy) || 173 if (!isok(u.ux + u.dx, u.uy + u.dy)) { 234 if (isok(rx, ry) && !IS_ROCK(levl[rx][ry].typ) && 700 if (!isok(x, y))
|
| hack.apply.c | 460 if (u.dz > 0 || (u.dz == 0 && isok(rx, ry) && 481 if (!isok(rx, ry)) {
|
| hack.pri.c | 400 if (!isok(x, y)) 519 if (!isok(x, y))
|
| extern.h | 77 int isok(int, int);
|
| hack.trap.c | 419 return (isok(x, y) && !IS_ROCK(levl[x][y].typ) && !m_at(x, y) &&
|
| hack.zap.c | 305 if (!isok(zx, zy))
|
| hack.mon.c | 597 if (isok(nx, ny))
|
| /src/sbin/fsck/ |
| fsck.c | 93 static void *isok(struct fstab *); 191 return checkfstab(flags, maxrun, isok, checkfs); 247 isok(struct fstab *fs) function in typeref:typename:void *
|