Home
last modified time | relevance | path

Searched refs:keywords (Results 1 – 25 of 79) sorted by relevance

1234

/minix3/lib/libc/gen/
H A Dfmtmsg.c61 } 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 Dkeywords.sh82 exec > keywords.h
103 exec > keywords.c
H A DMakefile8 SRCS= route.c show.c keywords.c rtutil.c
H A Dkeywords.c7 struct keytab keywords[] = { variable
H A Dkeywords.h8 } keywords[];
/minix3/tests/bin/ps/
H A DMakefile10 FILES= keywords
H A Dkeywords1 # $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 Dtrrt2netbsd51 my @keywords = ("Author", "Date", "Header", "Id", "Locker", "Log",
94 foreach $key (@keywords) {
/minix3/external/historical/nawk/dist/
H A Dlex.c54 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 Dsetup.py22 keywords = 'test C++ automatic discovery',
/minix3/external/bsd/llvm/dist/llvm/utils/textmate/
H A DREADME3 by the TextMate "C" bundle. Currently, keywords, comments, and strings are
/minix3/distrib/sets/
H A Dsets.subr195 # 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 DTokenKinds.def11 // 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 DLangOptions.def89 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 Dgrammar.y1053 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 Dtable.h141 EXTERN struct table keywords; /* keywords */ variable
/minix3/external/bsd/llvm/dist/llvm/utils/vim/
H A Dllvm.vim61 " Obsolete keywords.
76 " Named metadata and specialized metadata keywords.
/minix3/crypto/external/bsd/openssl/dist/util/
H A Dmkdef.pl1136 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 DObjectiveCLiterals.rst93 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 DNEW_FEATURES20 The keywords are now case-insensitive. For example, %nonassoc,
/minix3/external/bsd/atf/dist/tools/
H A Dparser_test.cpp168 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 Dparser_test.cpp168 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 DTestRunner.py330 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 DREADME.txt88 - removed extraneous VARARGS68K keywords
/minix3/external/bsd/byacc/dist/test/yacc/
H A Dgrammar.tab.c960 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()

1234