| /netbsd-src/games/warp/ |
| H A D | move.c | 98 if (!(temp=occupant[y][x]) || temp->type != Star || in move_universe() 119 curobj->type == Star || in move_universe() 169 case Star: in move_universe() 174 if (temp->type == Star) { in move_universe() 554 curobj->energy += 25*lookaround(curobj->posy,curobj->posx,Star); in move_universe()
|
| H A D | object.h | 18 #define Star 3 macro
|
| H A D | weapon.c | 469 size && (!occupant[y][x]||(skipping && occupant[y][x]->type==Star)); in fire_phaser() 578 if (occupant[y][x] && occupant[y][x]->type == Star) { in fire_phaser() 657 tractee->type == Star) { in tract()
|
| H A D | init.c | 324 obj = make_object(Star,ch,y,x,0,0,e+rand_mod(super*100+1),e/4,&root); in initialize() 382 } while (occupant[y][x] || lookaround(y,x,Star) * 7 < e--); in initialize()
|
| H A D | us.c | 377 obj->type == Star; in get_commands()
|
| H A D | them.c | 212 case Star: in their_smarts()
|
| H A D | warp.doc | 44 * Star @ Inhabited star 157 Death Star died!) In part, this is to protect the Enterprise. It also lets
|
| H A D | score.c | 511 if (obj->type == Star) { in wavescore()
|
| /netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/ |
| H A D | wingdings.map | 66 -1 F059 u2721 # Star of David 67 -1 F05A u262A # Star and crescent
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | MCAsmLexer.cpp | 97 case AsmToken::Star: OS << "Star"; break; in dump()
|
| H A D | AsmParser.cpp | 1152 case AsmToken::Star: in parsePrimaryExpr() 1160 if (getTok().is(AsmToken::Dollar) || getTok().is(AsmToken::Star)) { in parsePrimaryExpr() 1163 (getTok().is(AsmToken::Star) && MAI.getStarIsPC())) in parsePrimaryExpr() 1624 case AsmToken::Star: in getDarwinBinOpPrecedence() 1701 case AsmToken::Star: in getGNUBinOpPrecedence() 1819 } else if (Lexer.is(AsmToken::Star) && in parseStatement() 2626 case AsmToken::Star: in isOperator()
|
| H A D | AsmLexer.cpp | 823 case '*': return AsmToken(AsmToken::Star, StringRef(TokStart, 1)); in LexToken()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1371 Star, enumerator 1578 Tok.Kind = MMToken::Star; in consumeToken() 1873 if (Tok.is(MMToken::Star)) in parseModuleDecl() 2514 if(Tok.is(MMToken::Star)) { in parseExportDecl() 2731 assert(Tok.is(MMToken::Star)); in parseInferredModuleDecl() 2844 if (Tok.is(MMToken::Star)) in parseInferredModuleDecl() 2983 case MMToken::Star: in parseModuleMapFile()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | OperatorKinds.def | 64 OVERLOADED_OPERATOR(Star , "*" , star , true , true , false)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
| H A D | TestSuite.rst | 315 * A-Star
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 377 case AsmToken::Star: in parseOperandAsOperator()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | wordprocessors | 578 # Note: used in Star-, Open- and Libre-Office 616 # Note: used in Star-, Open- and Libre-Office and found in directories like
|
| /netbsd-src/usr.bin/calendar/calendars/ |
| H A D | calendar.music | 135 09/14 Francis Scott Key writes words to "Star Spangled Banner", 1814
|
| H A D | calendar.history | 365 08/29 Star in Cygnus goes nova and becomes 4th brightest in sky, 1975; 380 09/08 "Star Trek" debuts on NBC (1966)
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | northamerica | 861 # Indianapolis Star. 2018-11-27 14:58 -05. 1363 # also documented in the Saturday October 26/1918 edition of the Toronto Star. 1599 # [According to the Toronto Star] Orillia, Ontario, adopted DST 1613 # time became a comic failure in Orillia. Toronto Star 2017-07-08. 1635 # time instead of midnight.... Toronto Daily Star - ... 1710 # Toronto Star, which said that DST was ending 1971-10-31 as usual. 1786 # level. As the [Toronto] Star put it (1912-06-07), "While people 1980 # Whitehorse Star - Thursday April 22, 1965 - page 1 1987 # Whitehorse Star - Monday October 25, 1965 - page 15 ... 1993 # Whitehorse Star [all...] |
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 883 case ArrayType::Star: in VisitType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 858 } else if (Lexer.is(AsmToken::Star)) { in parsePrePost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2112 case AsmToken::Star: SM.onStar(); break; in ParseIntelExpression() 2675 if (getLexer().is(AsmToken::Star)) in ParseATTOperand() 3360 if (getLexer().is(AsmToken::Star)) in ParseInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 571 case ArrayType::Star: in VisitArrayType()
|