| /netbsd-src/external/mit/isl/dist/test_inputs/schedule/ |
| H A D | niewang.sc | 14 kw = 3 + i2 - w, kc0 = i3] : -3 + i1 <= h <= 3 + i1 and -3 + i2 <= 17 0:223, w = 0:223, c0 = 0:15, kc1 = 0:3, kh = 0:6, kw = 0:6, kc0 = 0:14] 18 -> S_3[h' = h, w' = w, c0' = c0, kc1' = kc1, kh' = kh, kw' = kw, kc0' 20 kw = 0:5, kc0 = 15] -> S_3[h' = h, w' = w, c0' = c0, kc1' = kc1, kh' 21 = kh, kw' = 1 + kw, kc0' = 0]; S_3[h = 0:223, w = 0:223, c0 = 0:15, 22 kc1 = 0:3, kh = 0:5, kw = 6, kc0 = 15] -> S_3[h' = h, w' = w, c0' = 23 c0, kc1' = kc1, kh' = 1 + kh, kw' = 0, kc0' = 0]; S_3[h = 0:223, w = 24 0:223, c0 = 0:15, kc1 = 0:2, kh = 6, kw = 6, kc0 = 15] -> S_3[h' = 25 h, w' = w, c0' = c0, kc1' = 1 + kc1, kh' = 0, kw' = 0, kc0' = 0] } 27 S_3[h = 0:223, w = 0:223, c0 = 0:15, kc1 = i0, kh = 3 + i1 - h, kw =
|
| /netbsd-src/distrib/sets/ |
| H A D | sets.subr | 380 kw = tolower(nv) 381 sub(/^mk/, "", kw) 382 sub(/^have_/, "", kw) 383 sub(/^target_endianness/, "endian", kw) 385 wanted[kw] = 1 483 kw = keywords[ki] 485 (kw == ".cat" || kw == ".man")) 487 if (substr(kw, 1, 1) == "!") { 488 kw = substr(kw, 2) 489 if (kw in wanted) [all …]
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | lex.c | 354 register_keyword(const struct keyword *kw, bool leading, bool trailing) in register_keyword() 359 name = kw->kw_name; in register_keyword() 363 leading ? "__" : "", kw->kw_name, trailing ? "__" : ""); in register_keyword() 369 sym->s_keyword = kw; in register_keyword() 370 int tok = kw->kw_token; in register_keyword() 373 sym->u.s_keyword.u.sk_tspec = kw->u.kw_tspec; in register_keyword() 375 sym->s_scl = kw->u.kw_scl; in register_keyword() 377 sym->u.s_keyword.u.sk_type_qualifier = kw->u.kw_tqual; in register_keyword() 379 sym->u.s_keyword.u.function_specifier = kw->u.kw_fs; in register_keyword() 381 sym->u.s_keyword.u.named_constant = kw in register_keyword() 353 register_keyword(const struct keyword * kw,bool leading,bool trailing) register_keyword() argument 386 is_keyword_known(const struct keyword * kw) is_keyword_known() argument 417 const struct keyword *kw = keywords + i; init_lex() local [all...] |
| /netbsd-src/usr.bin/vgrind/ |
| H A D | vgrindefs.src | 40 :kw=asm auto break case char continue default do double else enum\ 49 :kw=abs and array beginproc boolean by case cdnl char copied dispose\ 64 :kw=and array assert begin case const div do downto else end file for\ 70 :kw=and begin decode define end eql eqv geq gtr if leave leq lss mod\ 76 :kw=break case cd continue do done \ 83 :kw=alias alloc break breaksw case cd chdir continue default\ 92 :kw=constant functions grammar reswords tokens add1 addste\ 104 :kw=break by case create default do dynamic else end every external\ 115 :kw=DRETURN DRIVER arith break case character default define do\ 127 :kw=and array begin by case const\ [all …]
|
| /netbsd-src/usr.sbin/rpc.pcnfsd/ |
| H A D | pcnfsd_misc.c | 500 char *kw; in config_from_file() local 513 kw = strtok(buff, " \t"); in config_from_file() 514 if (kw == NULL) in config_from_file() 519 if (!strcasecmp(kw, "spooldir")) { in config_from_file() 524 if (!strcasecmp(kw, "wtmp")) { in config_from_file() 534 if (!strcasecmp(kw, "printer")) { in config_from_file()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
| H A D | mingw.py | 31 def debug(self, *k, **kw): argument 33 def info(self, *k, **kw): argument 35 def warn(self, *k, **kw): argument 37 def error(self, *k, **kw): argument 39 def critical(self, *k, **kw): argument 41 def setLevel(self, *k, **kw): argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
| H A D | mingw.py | 31 def debug(self, *k, **kw): argument 33 def info(self, *k, **kw): argument 35 def warn(self, *k, **kw): argument 37 def error(self, *k, **kw): argument 39 def critical(self, *k, **kw): argument 41 def setLevel(self, *k, **kw): argument
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | gcc_compat.c | 40 static struct kw { struct 43 } kw[] = { argument 103 struct kw *kwp; in gcc_init() 108 for (kwp = kw; kwp->name; kwp++) in gcc_init() 133 struct kw *kwp; in gcc_keyword() 137 if (str == kw[21].ptr) in gcc_keyword() 138 return kw[21].rv; in gcc_keyword() 143 for (i = 0, kwp = kw; kwp->name; kwp++, i++) in gcc_keyword()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | tokens.d | 592 foreach (kw; keywords) in this() 595 Identifier.idPool(Token.tochars[kw].ptr, Token.tochars[kw].length, cast(uint)kw); in this() 615 foreach (kw; Ckwds) in with() 616 tab[kw] = cast(TOK) kw; in with() 896 foreach (kw; keywords) in isKeyword() 898 if (kw == value) in isKeyword()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/emacs/ |
| H A D | tablegen-mode.el | 20 (let ((kw (regexp-opt '("class" "defm" "def" "field" "include" "in" 43 kw
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | rclex.c | 124 const struct rclex_keywords *kw = &keywds[0]; in rclex_translatekeyword() local 128 if (! strcmp (kw->name, key)) in rclex_translatekeyword() 129 return kw->tok; in rclex_translatekeyword() 130 ++kw; in rclex_translatekeyword() 132 while (kw->name != NULL); in rclex_translatekeyword()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | rclex.c | 124 const struct rclex_keywords *kw = &keywds[0]; in rclex_translatekeyword() local 128 if (! strcmp (kw->name, key)) in rclex_translatekeyword() 129 return kw->tok; in rclex_translatekeyword() 130 ++kw; in rclex_translatekeyword() 132 while (kw->name != NULL); in rclex_translatekeyword()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | coroutines.cc | 265 find_coro_traits_template_decl (location_t kw) in find_coro_traits_template_decl() argument 280 gcc_rich_location richloc (kw); in find_coro_traits_template_decl() 295 instantiate_coro_traits (tree fndecl, location_t kw) in instantiate_coro_traits() argument 338 error_at (kw, "cannot instantiate %<coroutine traits%>"); in instantiate_coro_traits() 348 find_coro_handle_template_decl (location_t kw) in find_coro_handle_template_decl() argument 359 error_at (kw, "coroutines require a handle class template;" in find_coro_handle_template_decl() 371 instantiate_coro_handle_for_promise_type (location_t kw, tree promise_type) in instantiate_coro_handle_for_promise_type() argument 384 error_at (kw, "cannot instantiate a %<coroutine handle%> for" in instantiate_coro_handle_for_promise_type() 1114 finish_co_await_expr (location_t kw, tree expr) in finish_co_await_expr() argument 1119 if (!coro_common_keyword_context_valid_p (current_function_decl, kw, in finish_co_await_expr() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | coroutines.cc | 287 find_coro_traits_template_decl (location_t kw) in find_coro_traits_template_decl() argument 302 gcc_rich_location richloc (kw); in find_coro_traits_template_decl() 317 instantiate_coro_traits (tree fndecl, location_t kw) in instantiate_coro_traits() argument 360 error_at (kw, "cannot instantiate %<coroutine traits%>"); in instantiate_coro_traits() 370 find_coro_handle_template_decl (location_t kw) in find_coro_handle_template_decl() argument 382 error_at (kw, "coroutines require a handle class template;" in find_coro_handle_template_decl() 394 instantiate_coro_handle_for_promise_type (location_t kw, tree promise_type) in instantiate_coro_handle_for_promise_type() argument 407 error_at (kw, "cannot instantiate a %<coroutine handle%> for" in instantiate_coro_handle_for_promise_type() 1147 finish_co_await_expr (location_t kw, tree expr) in finish_co_await_expr() argument 1152 if (!coro_common_keyword_context_valid_p (current_function_decl, kw, in finish_co_await_expr() [all …]
|
| /netbsd-src/usr.bin/locale/ |
| H A D | locale.c | 636 showdetails(char *kw) in showdetails() argument 641 if (kwval_lookup(kw, &kwval, &cat, &isstr) == 0) { in showdetails() 655 printf("%s=\"%s\"\n", kw, kwval); in showdetails() 658 printf("%s=%d\n", kw, tmpval); in showdetails()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | gcc_compat.c | 44 static struct kw { struct 47 } kw[] = { argument 157 struct kw *kwp; in gcc_init() 164 for (kwp = kw; kwp->name; kwp++) in gcc_init() 231 struct kw *kwp; in gcc_keyword() 235 if (str == kw[21].ptr) in gcc_keyword() 236 return kw[21].rv; in gcc_keyword() 241 for (i = 0, kwp = kw; kwp->name; kwp++, i++) in gcc_keyword()
|
| /netbsd-src/usr.sbin/mtree/ |
| H A D | spec.c | 550 char *kw, *val, *md, *ep; in set() 553 while ((kw = strsep(&t, "= \t")) != NULL) { in set() 554 if (*kw == '\0') in set() 556 if (strcmp(kw, "all") == 0) in set() 558 ip->flags |= type = parsekey(kw, &value); in set() 545 char *kw, *val, *md, *ep; set() local
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/ |
| H A D | namedconf.c | 2818 const keyword_type_t *kw = type->of; in parse_maybe_optional_keyvalue() local 2822 strcasecmp(TOKEN_STRING(pctx), kw->name) == 0) in parse_maybe_optional_keyvalue() 2825 CHECK(kw->type->parse(pctx, kw->type, &obj)); in parse_maybe_optional_keyvalue() 2832 kw->name); in parse_maybe_optional_keyvalue() 2855 const keyword_type_t *kw = obj->type->of; in print_keyvalue() local 2856 cfg_print_cstr(pctx, kw->name); in print_keyvalue() 2858 kw->type->print(pctx, obj); in print_keyvalue() 2863 const keyword_type_t *kw = type->of; in doc_keyvalue() local 2864 cfg_print_cstr(pctx, kw->name); in doc_keyvalue() 2866 cfg_doc_obj(pctx, kw->type); in doc_keyvalue() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| H A D | bleichenbacher-good.pem | 11 rHX/kw==
|
| /netbsd-src/external/mpl/bind/dist/lib/isccfg/ |
| H A D | namedconf.c | 3055 const keyword_type_t *kw = type->of; 3059 strcasecmp(TOKEN_STRING(pctx), kw->name) == 0) 3062 CHECK(kw->type->parse(pctx, kw->type, &obj)); 3069 kw->name); 3092 const keyword_type_t *kw = obj->type->of; 3093 cfg_print_cstr(pctx, kw->name); 3095 kw->type->print(pctx, obj); 3100 const keyword_type_t *kw = type->of; 3101 cfg_print_cstr(pctx, kw 2877 const keyword_type_t *kw = type->of; parse_maybe_optional_keyvalue() local 2914 const keyword_type_t *kw = obj->type->of; print_keyvalue() local 2922 const keyword_type_t *kw = type->of; doc_keyvalue() local 2930 const keyword_type_t *kw = type->of; doc_optional_keyvalue() local 3106 const keyword_type_t *kw = type->of; doc_optional_bracketed_list() local [all...] |
| /netbsd-src/usr.bin/indent/ |
| H A D | lexi.c | 418 const struct keyword *kw = bsearch(token.s, keywords, in lexi_alnum() local 421 if (kw != NULL) { in lexi_alnum() 422 lsym = kw->lsym; in lexi_alnum()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 35 class Keyword<string kw> : Token<!strconcat("kw_", kw)>;
|
| /netbsd-src/sbin/ifconfig/ |
| H A D | ifconfig.c | 825 struct kwinst kw = {.k_type = KW_T_INT}; in init_afs() 828 kw.k_word = afp->af_name; in init_afs() 829 kw.k_int = afp->af_af; in init_afs() 832 familykw[i] = kw; in init_afs() 823 struct kwinst kw = {.k_type = KW_T_INT}; init_afs() local
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | Makefile.am | 134 gettext.kw gettext.kws \
|
| H A D | ISO_639 | 121 kw Cornish
|