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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
assembly.h 26 #define HIDDEN(name) .private_extern name
35 #define HIDDEN(name) .hidden name
47 #define HIDDEN(name)
106 HIDDEN(SYMBOL_NAME(name)) SEPARATOR
130 HIDDEN(SYMBOL_NAME(name)) SEPARATOR \
136 HIDDEN(name) SEPARATOR \
  /src/games/rogue/
trap.c 98 dungeon[row][col] &= (~HIDDEN);
183 dungeon[row][col] |= (TRAP | HIDDEN);
207 if ((dungeon[row][col] & TRAP) && (!(dungeon[row][col] & HIDDEN))) {
244 if (dungeon[row][col] & HIDDEN) {
258 if (dungeon[row][col] & HIDDEN) {
260 dungeon[row][col] &= (~HIDDEN);
room.c 168 if ((dungeon[i][j] & TRAP) && (!(dungeon[i][j] & HIDDEN))) {
192 if ((mask & (TUNNEL| STAIRS)) && (!(mask & HIDDEN))) {
203 if (!(dungeon[row][col] & HIDDEN)) {
210 if (mask & HIDDEN) {
384 ((ch >= 'A') && (ch <= 'Z')) || (s & (TRAP | HIDDEN))) {
386 dungeon[i][j] &= (~HIDDEN);
move.c 235 if (dungeon[row][col] & HIDDEN) {
268 if (s & HIDDEN) {
281 if (!(s & HIDDEN)) {
throw.c 175 ((dungeon[*row][*col] & (HORWALL | VERTWALL | HIDDEN)) &&
rogue.h 60 #define HIDDEN ((unsigned short) 01000)
level.c 422 dungeon[*row][*col] |= HIDDEN;
735 dungeon[row][col] |= HIDDEN;
  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
elf_mips64el_efi.lds 29 HIDDEN (_gp = ALIGN (16) + 0x7ff0);
  /src/sbin/sysctl/
sysctl.c 505 print_flag(f, s, c, HIDDEN, HIDDEN);

Completed in 18 milliseconds