Searched refs:atloc (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/games/adventure/
H A Dvocab.c103 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;
H A Dhdr.h114 extern int atloc[LOCSIZE];
H A Dmain.c130 for (i = atloc[loc]; i != 0; i = links[i]) { /* 2004 */
303 if (atloc[loc] == 0 || links[atloc[loc]] != 0)
308 obj = atloc[loc];
H A Dsave.c512 {atloc, sizeof(atloc)},
631 INTARRAY(atloc),
H A Dinit.c91 int atloc[LOCSIZE]; variable
H A Dsubr.c531 if (atloc[loc] == 0 && atloc[oldloc] == 0
532 && atloc[oldloc2] == 0 && holding > 1)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c526 location_t atloc = *loc;
560 *loc = make_location (atloc, atloc, newloc);
567 error_at (atloc, "stray %<@%> in program");
524 location_t atloc = *loc; local
H A Dc-attribs.c4571 validate_attribute (location_t atloc, tree oper, tree attr) argument
4578 if (atloc != UNKNOWN_LOCATION)
4579 error_at (atloc, "unknown attribute %qE", atname);
4605 warning_at (atloc, OPT_Wattributes,
4620 tmpdecl = build_decl (atloc, TYPE_DECL, tmpid, oper);
4622 tmpdecl = build_decl (atloc, TREE_CODE (oper), tmpid, TREE_TYPE (oper));
4624 tmpdecl = build_decl (atloc, TYPE_DECL, tmpid, TREE_TYPE (oper));
4654 has_attribute (location_t atloc, tree t, tree attr, tree (*convert)(tree)) argument
4659 if (!validate_attribute (atloc, t, attr))
4708 warning_at (atloc, OPT_Wattribute
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc551 location_t atloc = *loc;
585 *loc = make_location (atloc, atloc, newloc);
592 error_at (atloc, "stray %<@%> in program");
549 location_t atloc = *loc; local
H A Dc-attribs.cc5861 validate_attribute (location_t atloc, tree oper, tree attr) argument
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)) argument
5949 if (!validate_attribute (atloc, t, attr))
5998 warning_at (atloc, OPT_Wattribute
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c8541 location_t atloc = c_parser_peek_token (parser)->location;
8562 error_at (atloc, "expected identifier");
8572 if (has_attribute (atloc, oper, attr, default_conversion))
8539 location_t atloc = c_parser_peek_token (parser)->location; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc8534 location_t atloc = c_parser_peek_token (parser)->location;
8555 error_at (atloc, "expected identifier");
8565 if (has_attribute (atloc, oper, attr, default_conversion))
8532 location_t atloc = c_parser_peek_token (parser)->location; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c8685 location_t atloc = cp_lexer_peek_token (parser->lexer)->location;
8691 sorry_at (atloc, "%<__builtin_has_attribute%> with dependent argument "
8699 ret = has_attribute (atloc, oper, attr, default_conversion);
8706 error_at (atloc, "expected identifier");
8683 location_t atloc = cp_lexer_peek_token (parser->lexer)->location; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc9145 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...]

Completed in 871 milliseconds