Searched refs:unknown_command (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/games/rogue/ |
H A D | play.c | 60 static const char unknown_command[] = "unknown command"; variable 251 messagef(0, "%s", unknown_command); in play_level() 258 messagef(0, "%s", unknown_command); in play_level() 265 messagef(0, "%s", unknown_command); in play_level() 272 messagef(0, "%s", unknown_command); in play_level() 282 messagef(0, "%s", unknown_command); in play_level() 289 messagef(0, "%s", unknown_command); in play_level() 296 messagef(0, "%s", unknown_command); in play_level()
|
/netbsd-src/external/bsd/kyua-cli/dist/integration/ |
H A D | cmd_help_test.sh | 64 utils_test_case unknown_command 89 atf_add_test_case unknown_command
|
H A D | global_test.sh | 52 utils_test_case unknown_command 135 atf_add_test_case unknown_command
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CommentLexer.h | 36 unknown_command, // Command that does not have an ID. enumerator 110 assert(is(tok::unknown_command)); in getUnknownCommandName() 115 assert(is(tok::unknown_command)); in setUnknownCommandName()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CommentParser.cpp | 568 case tok::unknown_command: in parseParagraphOrBlockCommand() 735 case tok::unknown_command: in parseBlockContent()
|
H A D | CommentLexer.cpp | 418 formTokenWithChars(T, TokenPtr, tok::unknown_command); in lexCommentText()
|