| /minix3/lib/libc/gen/ |
| H A D | fmtmsg.c | 61 } keywords[] = { variable 69 static const size_t nkeywords = sizeof (keywords) / sizeof (keywords[0]); 88 if (memcmp(str, keywords[i].keyword, keywords[i].len) in msgverb() 90 (*(str + keywords[i].len) == ':' || in msgverb() 91 *(str + keywords[i].len) == '\0')) in msgverb() 100 if (*(str += keywords[i].len) == ':') in msgverb()
|
| /minix3/sbin/route/ |
| H A D | keywords.sh | 82 exec > keywords.h 103 exec > keywords.c
|
| H A D | Makefile | 8 SRCS= route.c show.c keywords.c rtutil.c
|
| H A D | keywords.c | 7 struct keytab keywords[] = { variable
|
| H A D | keywords.h | 8 } keywords[];
|
| /minix3/tests/bin/ps/ |
| H A D | Makefile | 10 FILES= keywords
|
| H A D | keywords | 1 # $NetBSD: keywords,v 1.2 2014/01/16 04:16:32 mlelstv Exp $ 3 # Table of keywords for use with ps "-o" option.
|
| /minix3/usr.sbin/traceroute/ |
| H A D | trrt2netbsd | 51 my @keywords = ("Author", "Date", "Header", "Id", "Locker", "Log", 94 foreach $key (@keywords) {
|
| /minix3/external/historical/nawk/dist/ |
| H A D | lex.c | 54 const Keyword keywords[] ={ /* keep sorted: binary searched */ variable 474 n = binsearch(w, keywords, sizeof(keywords)/sizeof(keywords[0])); in word() 476 kp = keywords + n; in word()
|
| /minix3/external/bsd/llvm/dist/llvm/utils/lit/ |
| H A D | setup.py | 22 keywords = 'test C++ automatic discovery',
|
| /minix3/external/bsd/llvm/dist/llvm/utils/textmate/ |
| H A D | README | 3 by the TextMate "C" bundle. Currently, keywords, comments, and strings are
|
| /minix3/distrib/sets/ |
| H A D | sets.subr | 195 # be printed. All other keywords must be present. 197 # The third field is an optional comma separated list of keywords to 199 # for the record to be printed. The following keywords are available: 380 split($3, keywords, ",") 386 for (ki in keywords) { 387 kw = keywords[ki]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 11 // tok::ampamp (corresponding to the && token) as well as keywords for various 61 // Preprocessor keywords. 109 // Language keywords. 331 // C++11 keywords 506 // Objective-C ARC keywords. 582 // Clang-specific keywords enabled only in testing. 587 // Objective-C @-preceded keywords. 621 // TODO: What to do about context-sensitive keywords like:
|
| H A D | LangOptions.def | 89 LANGOPT(Bool , 1, 0, "bool, true, and false keywords") 95 LANGOPT(GNUKeywords , 1, 1, "GNU keywords") 99 LANGOPT(CXXOperatorNames , 1, 0, "C++ operator name keywords")
|
| /minix3/external/bsd/byacc/dist/test/ |
| H A D | grammar.y | 1053 static const char *keywords[] = { in init_parser() local 1122 for (i = 0; i < sizeof(keywords)/sizeof(keywords[0]); ++i) { in init_parser() 1123 new_symbol(type_qualifiers, keywords[i], NULL, DS_NONE); in init_parser()
|
| /minix3/bin/ksh/ |
| H A D | table.h | 141 EXTERN struct table keywords; /* keywords */ variable
|
| /minix3/external/bsd/llvm/dist/llvm/utils/vim/ |
| H A D | llvm.vim | 61 " Obsolete keywords. 76 " Named metadata and specialized metadata keywords.
|
| /minix3/crypto/external/bsd/openssl/dist/util/ |
| H A D | mkdef.pl | 1136 my (@keywords) = split /,/,$keywords_txt; 1228 foreach $k (@keywords) { 1235 …print STDERR "DEBUG: [",$#keywords,",",$#keywords < 0,"] is_valid($keywords_txt) => (\!$falsesum) …
|
| /minix3/external/bsd/llvm/dist/clang/docs/ |
| H A D | ObjectiveCLiterals.rst | 93 these macros are now defined using new language keywords in 107 ``(BOOL)1`` and ``(BOOL)0``. The keywords are used to disambiguate 145 Objective-C keywords). Instead, an enum value must be placed inside a 476 boolean-constant : '__objc_yes' | '__objc_no' | 'true' | 'false' /* boolean keywords. */ 544 ``__objc_yes / __objc_no`` keywords, which enable the use of
|
| /minix3/external/bsd/byacc/dist/ |
| H A D | NEW_FEATURES | 20 The keywords are now case-insensitive. For example, %nonassoc,
|
| /minix3/external/bsd/atf/dist/tools/ |
| H A D | parser_test.cpp | 168 namespace keywords { namespace 532 using namespace keywords; in ATF_TEST_CASE_BODY() 592 using namespace keywords; in ATF_TEST_CASE_BODY()
|
| /minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/ |
| H A D | parser_test.cpp | 168 namespace keywords { namespace 532 using namespace keywords; in ATF_TEST_CASE_BODY() 592 using namespace keywords; in ATF_TEST_CASE_BODY()
|
| /minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 330 keywords = ['RUN:', 'XFAIL:', 'REQUIRES:', 'UNSUPPORTED:', 'END.'] 332 to_bytes("(%s)(.*)\n" % ("|".join(k for k in keywords),)))
|
| /minix3/external/mit/expat/dist/amiga/ |
| H A D | README.txt | 88 - removed extraneous VARARGS68K keywords
|
| /minix3/external/bsd/byacc/dist/test/yacc/ |
| H A D | grammar.tab.c | 960 static const char *keywords[] = { in init_parser() local 1029 for (i = 0; i < sizeof(keywords)/sizeof(keywords[0]); ++i) { in init_parser() 1030 new_symbol(type_qualifiers, keywords[i], NULL, DS_NONE); in init_parser()
|