Home
last modified time | relevance | path

Searched refs:keyword (Results 1 – 25 of 122) sorted by relevance

12345

/minix/external/bsd/llvm/dist/llvm/utils/vim/
H A Dllvm.vim17 syn keyword llvmType void half float double x86_fp80 fp128 ppc_fp128
18 syn keyword llvmType label metadata x86_mmx
19 syn keyword llvmType type label opaque
26 syn keyword llvmStatement bitcast br call cmpxchg eq exact extractelement
36 syn keyword llvmStatement xchg xor zext
55 syn keyword llvmKeyword sspstrong tail target thread_local to triple
57 syn keyword llvmKeyword x86_fastcallcc x86_stdcallcc x86_thiscallcc
59 syn keyword llvmKeyword uselistorder_bb
62 syn keyword llvmError getresult begin end
69 syn keyword llvmBoolean true false
[all …]
H A Dtablegen.vim17 syn keyword tgKeyword def let in code dag field include defm foreach
18 syn keyword tgType class int string list bit bits multiclass
28 syn keyword tgTodo contained TODO FIXME
/minix/crypto/external/bsd/openssl/dist/util/
H A Dmkdef.pl1142 my ($keyword,$platforms) = @_;
1148 if ($keyword eq "VMS" && $VMS) { return 1; }
1149 if ($keyword eq "WIN32" && $W32) { return 1; }
1150 if ($keyword eq "WIN16" && $W16) { return 1; }
1151 if ($keyword eq "WINNT" && $NT) { return 1; }
1152 if ($keyword eq "OS2" && $OS2) { return 1; }
1160 if ($keyword eq "OPENSSL_FIPS" && $fips) {
1172 if ($keyword eq "BF" && $no_bf) { return 0; }
1183 if ($keyword eq "DH" && $no_dh) { return 0; }
1184 if ($keyword eq "EC" && $no_ec) { return 0; }
[all …]
/minix/tests/bin/ps/
H A Dkeywords5 # The first column (keyword) is the name of a keyword.
8 # with the keyword, except if the keyword is an alias, in which case the
9 # second column is the name of another keyword.
12 # means that the keyword is an alias. "LJUST" means that the keyword
14 # the keyword should be displayed in a right-justified column.
16 # keyword header flag
H A Dt_ps.sh46 while read keyword heading flag
48 case "$keyword" in
53 kvar="${keyword}"
54 case "${keyword}" in
/minix/crypto/external/bsd/heimdal/dist/po/
H A Dgen-po.in21 --keyword=N_ \
22 --keyword=NP_ \
/minix/usr.bin/unifdef/
H A Dunifdef.c231 static char *keyword; /* used for editing #elif's */ variable
531 strlcpy(keyword, replacement, tline + sizeof(tline) - keyword); in keywordedit()
610 keyword = tline + (cp - tline); in get_line()
612 kwlen = cp - keyword; in get_line()
616 if (strlcmp("ifdef", keyword, kwlen) == 0 || in get_line()
617 strlcmp("ifndef", keyword, kwlen) == 0) { in get_line()
622 retval = (keyword[2] == 'n') in get_line()
632 } else if (strlcmp("if", keyword, kwlen) == 0) in get_line()
634 else if (strlcmp("elif", keyword, kwlen) == 0) in get_line()
636 else if (strlcmp("else", keyword, kwlen) == 0) in get_line()
[all …]
/minix/lib/libc/gen/
H A Dfmtmsg.c58 static const struct keyword { struct
60 const char * const keyword; argument
88 if (memcmp(str, keywords[i].keyword, keywords[i].len) in msgverb()
/minix/etc/
H A Drc285 local keyword args
293 keyword="${metadata%%:*}"
297 case "$keyword" in
/minix/external/bsd/tmux/dist/examples/
H A Dtmux.vim30 syn keyword tmuxAction any current none
31 syn keyword tmuxBoolean off on
33 syn keyword tmuxCmds
169 syn keyword tmuxOptsSet
229 syn keyword tmuxOptsSetw
266 syn keyword tmuxTodo FIXME NOTE TODO XXX contained
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.def219 // always be treated as a keyword
220 // KEYC99 - This is a keyword introduced to C in C99
221 // KEYC11 - This is a keyword introduced to C in C11
222 // KEYCXX - This is a C++ keyword, or a C++-specific keyword in the
224 // KEYNOCXX - This is a keyword in every non-C++ dialect.
225 // KEYCXX11 - This is a C++ keyword introduced to C++ in C++11
226 // KEYGNU - This is a keyword if GNU extensions are enabled
230 // KEYOPENCL - This is a keyword in OpenCL
231 // KEYALTIVEC - This is a keyword in AltiVec
233 // BOOLSUPPORT - This is a keyword if 'bool' is a built-in type
[all …]
H A DDiagnosticParseKinds.td62 "keyword '%0' will be made available as an identifier "
128 "'_Noreturn' keyword must precede function declarator">;
328 "expected 'case' keyword before expression">;
651 "'template' keyword">;
663 "use 'template' keyword to treat '%0' as a dependent template name">;
665 "use 'template' keyword to treat '%0' as a dependent template name">;
673 "ignoring '%select{static|inline}0' keyword on explicit template "
760 "'%0' keyword is a C++11 extension">, InGroup<CXX11>;
762 "'%0' keyword is incompatible with C++98">,
765 "'%0' keyword not permitted with interface types">;
[all …]
/minix/sbin/route/
H A Dextern.h38 int keyword(const char *);
H A Dshow.c81 switch (keyword(argv[argc - 1] + 1)) { in parse_show_opts()
/minix/external/bsd/bind/dist/contrib/zkt-1.1.3/
H A Dncparse.c104 static int searchkw (const char *keyword) in searchkw() argument
108 dbg_val ("ncparse: searchkw (%s)\n", keyword); in searchkw()
110 while ( kw[i].name && strcmp (kw[i].name, keyword) != 0 ) in searchkw()
/minix/bin/ps/
H A DMakefile5 SRCS= fmt.c keyword.c nlist.c print.c ps.c
/minix/external/bsd/flex/dist/po/
H A DMakevars11 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
/minix/external/bsd/llvm/dist/llvm/test/MC/AsmParser/
H A Dmacros-argument-parsing-diagnostics.s16 # CHECK: error: cannot mix positional and keyword arguments
/minix/external/bsd/openresolv/dist/
H A Dresolvconf.in383 while read -r keyword value; do
390 case "$keyword" in
406 case "$keyword" in
416 printf "%s %s\n" "$keyword" "$val"
/minix/external/bsd/llvm/dist/clang/test/Parser/
H A Dobjc-quirks.m17 // 'super' isn't an expression, it is a magic context-sensitive keyword.
/minix/external/bsd/llvm/dist/llvm/test/Transforms/GlobalOpt/
H A Dctor-list-opt-inbounds.ll3 ; Don't get fooled by the inbounds keyword; it doesn't change
/minix/external/bsd/llvm/dist/clang/test/SemaOpenCL/
H A Damdgpu-num-register-attrs.cl37 // Make sure it is accepted with kernel keyword before the attribute.
/minix/usr.sbin/syslogd/
H A Dsyslogd.c3091 const char *keyword; in read_config_file() member
3163 config_keywords[i].keyword, in read_config_file()
3167 config_keywords[i].keyword)) in read_config_file()
3178 config_keywords[i].keyword)) in read_config_file()
3181 config_keywords[i].keyword)) in read_config_file()
3264 strlen(config_keywords[i].keyword))) { in read_config_file()
3267 linenum, config_keywords[i].keyword); in read_config_file()
4741 if (strncasecmp(*p, keyword, strlen(keyword))) in copy_config_value_quoted()
4743 q = *p += strlen(keyword); in copy_config_value_quoted()
4763 if (strncasecmp(*p, keyword, strlen(keyword))) in copy_config_value()
[all …]
/minix/usr.bin/m4/TEST/
H A Dhash.m452 char *keyword;
/minix/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dparser.hpp202 tokenizer< IS >::add_keyword(const std::string& keyword, in add_keyword() argument
205 m_keywords_map[keyword] = type; in add_keyword()

12345