| /src/games/rogue/ |
| rogue.h | 208 #define first_level is_protected 226 short is_protected; /* level starts */ member in struct:obj
|
| init.c | 163 obj->is_protected = 0;
|
| inventory.c | 243 descs[i].sepchar = ((obj->what_is & ARMOR) && obj->is_protected) 722 ch2 = ((obj->what_is & ARMOR) && obj->is_protected) ? '}' : ')';
|
| score.c | 579 if (obj->is_protected) {
|
| spec_hit.c | 110 if ((rogue.armor->is_protected) || maintain_armor) {
|
| use.c | 261 rogue.armor->is_protected = 1;
|
| object.c | 579 obj->is_protected = 0;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| p-typeprint.c | 491 if (fld.is_protected ())
|
| c-varobj.c | 659 if (fld.is_protected ())
|
| c-typeprint.c | 232 ? "public" : (type->field (i).is_protected ()
|
| gdbtypes.h | 696 bool is_protected () const function in struct:field
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| p-typeprint.c | 492 if (fld.is_protected ())
|
| c-varobj.c | 659 if (fld.is_protected ())
|
| c-typeprint.c | 233 ? "public" : (type->field (i).is_protected ()
|
| gdbtypes.h | 702 bool is_protected () const function in struct:field
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| symbol.cc | 425 *volatile_ = "VOLATILE", *is_protected = "PROTECTED", local 677 conf (is_protected, intrinsic) 678 conf (is_protected, in_common) 756 conf2 (is_protected); 882 conf2 (is_protected); 1273 if (attr->is_protected) 1281 attr->is_protected = 1; 2097 if (src->is_protected && !gfc_add_protected (dest, NULL, where))
|
| trans-common.cc | 1016 dummy_symbol->is_protected |= attr.is_protected;
|
| gfortran.h | 870 is_protected:1, /* Symbol has been marked as protected. */ member in struct:__anon11085
|
| expr.cc | 4476 if (attr.is_protected && attr.use_assoc 6381 if (sym->attr.is_protected && sym->attr.use_assoc && check_intentin)
|
| module.cc | 2295 if (attr->is_protected) 2518 attr->is_protected = 1;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| symbol.cc | 456 *volatile_ = "VOLATILE", *is_protected = "PROTECTED", local 697 conf (is_protected, intrinsic) 698 conf (is_protected, in_common) 776 conf2 (is_protected); 902 conf2 (is_protected); 1279 if (attr->is_protected) 1287 attr->is_protected = 1; 2103 if (src->is_protected && !gfc_add_protected (dest, NULL, where))
|
| trans-common.cc | 1016 dummy_symbol->is_protected |= attr.is_protected;
|
| gfortran.h | 878 is_protected:1, /* Symbol has been marked as protected. */ member in struct:__anon1041
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-cplus-types.c | 76 if (fld.is_protected ())
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-cplus-types.c | 76 if (fld.is_protected ())
|