| /src/games/adventure/ |
| vocab.c | 103 if (atloc[where] == object) { 104 atloc[where] = links[object]; 107 for (temp = atloc[where]; links[temp] != object; temp = links[temp]); 124 links[object] = atloc[where]; 125 atloc[where] = object;
|
| hdr.h | 114 extern int atloc[LOCSIZE];
|
| main.c | 130 for (i = atloc[loc]; i != 0; i = links[i]) { /* 2004 */ 303 if (atloc[loc] == 0 || links[atloc[loc]] != 0) 308 obj = atloc[loc];
|
| save.c | 513 {atloc, sizeof(atloc)}, 632 INTARRAY(atloc),
|
| init.c | 91 int atloc[LOCSIZE]; variable
|
| subr.c | 531 if (atloc[loc] == 0 && atloc[oldloc] == 0 532 && atloc[oldloc2] == 0 && holding > 1)
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-lex.cc | 579 location_t atloc = *loc; 613 *loc = make_location (atloc, atloc, newloc); 620 error_at (atloc, "stray %<@%> in program"); 577 location_t atloc = *loc; local
|
| c-attribs.cc | 5861 validate_attribute (location_t atloc, tree oper, tree attr) 5868 if (atloc != UNKNOWN_LOCATION) 5869 error_at (atloc, "unknown attribute %qE", atname); 5895 warning_at (atloc, OPT_Wattributes, 5910 tmpdecl = build_decl (atloc, TYPE_DECL, tmpid, oper); 5912 tmpdecl = build_decl (atloc, TREE_CODE (oper), tmpid, TREE_TYPE (oper)); 5914 tmpdecl = build_decl (atloc, TYPE_DECL, tmpid, TREE_TYPE (oper)); 5944 has_attribute (location_t atloc, tree t, tree attr, tree (*convert)(tree)) 5949 if (!validate_attribute (atloc, t, attr)) 5998 warning_at (atloc, OPT_Wattributes [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-lex.cc | 644 location_t atloc = *loc; 678 *loc = make_location (atloc, atloc, newloc); 685 error_at (atloc, "stray %<@%> in program"); 642 location_t atloc = *loc; local
|
| c-attribs.cc | 6289 validate_attribute (location_t atloc, tree oper, tree attr) 6296 if (atloc != UNKNOWN_LOCATION) 6297 error_at (atloc, "unknown attribute %qE", atname); 6323 warning_at (atloc, OPT_Wattributes, 6338 tmpdecl = build_decl (atloc, TYPE_DECL, tmpid, oper); 6340 tmpdecl = build_decl (atloc, TREE_CODE (oper), tmpid, TREE_TYPE (oper)); 6342 tmpdecl = build_decl (atloc, TYPE_DECL, tmpid, TREE_TYPE (oper)); 6372 has_attribute (location_t atloc, tree t, tree attr, tree (*convert)(tree)) 6377 if (!validate_attribute (atloc, t, attr)) 6426 warning_at (atloc, OPT_Wattributes [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 8532 location_t atloc = c_parser_peek_token (parser)->location; 8553 error_at (atloc, "expected identifier"); 8563 if (has_attribute (atloc, oper, attr, default_conversion)) 8530 location_t atloc = c_parser_peek_token (parser)->location; local
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 10123 location_t atloc = c_parser_peek_token (parser)->location; 10144 error_at (atloc, "expected identifier"); 10154 if (has_attribute (atloc, oper, attr, default_conversion)) 10121 location_t atloc = c_parser_peek_token (parser)->location; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| parser.cc | 9145 location_t atloc = cp_lexer_peek_token (parser->lexer)->location; 9151 sorry_at (atloc, "%<__builtin_has_attribute%> with dependent argument " 9159 ret = has_attribute (atloc, oper, attr, default_conversion); 9166 error_at (atloc, "expected identifier"); [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| parser.cc | 9513 location_t atloc = cp_lexer_peek_token (parser->lexer)->location; 9519 sorry_at (atloc, "%<__builtin_has_attribute%> with dependent argument " 9527 ret = has_attribute (atloc, oper, attr, default_conversion); 9534 error_at (atloc, "expected identifier"); [all...] |