Home
last modified time | relevance | path

Searched refs:unknown_command (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/games/rogue/
H A Dplay.c60 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 Dcmd_help_test.sh64 utils_test_case unknown_command
89 atf_add_test_case unknown_command
H A Dglobal_test.sh52 utils_test_case unknown_command
135 atf_add_test_case unknown_command
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h36 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 DCommentParser.cpp568 case tok::unknown_command: in parseParagraphOrBlockCommand()
735 case tok::unknown_command: in parseBlockContent()
H A DCommentLexer.cpp418 formTokenWithChars(T, TokenPtr, tok::unknown_command); in lexCommentText()