| /src/external/apache2/llvm/dist/llvm/utils/emacs/ |
| tablegen-mode.el | 20 (let ((kw (regexp-opt '("class" "defm" "def" "field" "include" "in" 24 (type-kw (regexp-opt '("bit" "bits" "code" "dag" "int" "list" "string") 43 kw 45 type-kw
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-arch.c | 126 archpy_disassemble (PyObject *self, PyObject *args, PyObject *kw) 137 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "O|OO", 235 archpy_registers (PyObject *self, PyObject *args, PyObject *kw) 242 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "|s", keywords, 268 archpy_integer_type (PyObject *self, PyObject *args, PyObject *kw) 274 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "i|O!", keywords,
|
| python-internal.h | 326 gdb_PyArg_ParseTupleAndKeywords (PyObject *args, PyObject *kw, 333 res = PyArg_VaParseTupleAndKeywords (args, kw, format, 498 PyObject *gdbpy_lookup_symbol (PyObject *self, PyObject *args, PyObject *kw); 500 PyObject *kw); 502 PyObject *kw); 504 PyObject *kw); 510 PyObject *gdbpy_lookup_type (PyObject *self, PyObject *args, PyObject *kw); 525 PyObject *kw); 547 PyObject *gdbpy_lookup_objfile (PyObject *self, PyObject *args, PyObject *kw); 578 PyObject *kw); [all...] |
| py-objfile.c | 438 objfpy_add_separate_debug_file (PyObject *self, PyObject *args, PyObject *kw) 446 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s", keywords, &file_name)) 467 objfpy_lookup_global_symbol (PyObject *self, PyObject *args, PyObject *kw) 476 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &symbol_name, 502 objfpy_lookup_static_symbol (PyObject *self, PyObject *args, PyObject *kw) 511 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &symbol_name, 594 gdbpy_lookup_objfile (PyObject *self, PyObject *args, PyObject *kw) 601 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O!", keywords,
|
| py-symbol.c | 412 gdbpy_lookup_symbol (PyObject *self, PyObject *args, PyObject *kw) 422 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O!i", keywords, &name, 481 gdbpy_lookup_global_symbol (PyObject *self, PyObject *args, PyObject *kw) 489 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &name, 522 gdbpy_lookup_static_symbol (PyObject *self, PyObject *args, PyObject *kw) 530 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &name, 592 gdbpy_lookup_static_symbols (PyObject *self, PyObject *args, PyObject *kw) 598 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &name,
|
| py-inferior.c | 540 infpy_read_memory (PyObject *self, PyObject *args, PyObject *kw) 550 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "OO", keywords, 595 infpy_write_memory (PyObject *self, PyObject *args, PyObject *kw) 607 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "Os*|O", keywords, 651 infpy_search_memory (PyObject *self, PyObject *args, PyObject *kw) 665 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "OOs*", keywords, 737 infpy_thread_from_thread_handle (PyObject *self, PyObject *args, PyObject *kw) 745 if (! gdb_PyArg_ParseTupleAndKeywords (args, kw, "O", keywords, &handle_obj)) 835 infpy_set_env (PyObject *obj, PyObject *args, PyObject *kw) 843 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "ss", keywords [all...] |
| py-tui.c | 414 gdbpy_register_tui_window (PyObject *self, PyObject *args, PyObject *kw) 421 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "sO", keywords, 489 gdbpy_tui_write (PyObject *self, PyObject *args, PyObject *kw) 497 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords,
|
| py-connection.c | 365 connpy_send_packet (PyObject *self, PyObject *args, PyObject *kw) 374 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "O", keywords,
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-arch.c | 126 archpy_disassemble (PyObject *self, PyObject *args, PyObject *kw) 137 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "O|OO", 235 archpy_registers (PyObject *self, PyObject *args, PyObject *kw) 242 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "|s", keywords, 268 archpy_integer_type (PyObject *self, PyObject *args, PyObject *kw) 274 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "i|O!", keywords,
|
| py-objfile.c | 438 objfpy_add_separate_debug_file (PyObject *self, PyObject *args, PyObject *kw) 446 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s", keywords, &file_name)) 467 objfpy_lookup_global_symbol (PyObject *self, PyObject *args, PyObject *kw) 476 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &symbol_name, 502 objfpy_lookup_static_symbol (PyObject *self, PyObject *args, PyObject *kw) 511 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &symbol_name, 594 gdbpy_lookup_objfile (PyObject *self, PyObject *args, PyObject *kw) 601 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O!", keywords,
|
| py-symbol.c | 405 gdbpy_lookup_symbol (PyObject *self, PyObject *args, PyObject *kw) 415 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O!i", keywords, &name, 474 gdbpy_lookup_global_symbol (PyObject *self, PyObject *args, PyObject *kw) 482 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &name, 515 gdbpy_lookup_static_symbol (PyObject *self, PyObject *args, PyObject *kw) 523 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &name, 585 gdbpy_lookup_static_symbols (PyObject *self, PyObject *args, PyObject *kw) 591 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &name,
|
| py-inferior.c | 540 infpy_read_memory (PyObject *self, PyObject *args, PyObject *kw) 550 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "OO", keywords, 595 infpy_write_memory (PyObject *self, PyObject *args, PyObject *kw) 607 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "Os*|O", keywords, 651 infpy_search_memory (PyObject *self, PyObject *args, PyObject *kw) 665 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "OOs*", keywords, 737 infpy_thread_from_thread_handle (PyObject *self, PyObject *args, PyObject *kw) 745 if (! gdb_PyArg_ParseTupleAndKeywords (args, kw, "O", keywords, &handle_obj)) 835 infpy_set_env (PyObject *obj, PyObject *args, PyObject *kw) 843 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "ss", keywords [all...] |
| python-internal.h | 318 gdb_PyArg_ParseTupleAndKeywords (PyObject *args, PyObject *kw, 325 res = PyArg_VaParseTupleAndKeywords (args, kw, format, 490 PyObject *gdbpy_lookup_symbol (PyObject *self, PyObject *args, PyObject *kw); 492 PyObject *kw); 494 PyObject *kw); 496 PyObject *kw); 502 PyObject *gdbpy_lookup_type (PyObject *self, PyObject *args, PyObject *kw); 523 PyObject *kw); 545 PyObject *gdbpy_lookup_objfile (PyObject *self, PyObject *args, PyObject *kw); 576 PyObject *kw); [all...] |
| py-tui.c | 414 gdbpy_register_tui_window (PyObject *self, PyObject *args, PyObject *kw) 421 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "sO", keywords, 489 gdbpy_tui_write (PyObject *self, PyObject *args, PyObject *kw) 497 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords,
|
| py-connection.c | 364 connpy_send_packet (PyObject *self, PyObject *args, PyObject *kw) 373 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "O", keywords,
|
| python.c | 662 execute_gdb_command (PyObject *self, PyObject *args, PyObject *kw) 671 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O!O!O!", keywords, &arg, 824 gdbpy_rbreak (PyObject *self, PyObject *args, PyObject *kw) 836 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O!IO", keywords, 1059 gdbpy_parse_and_eval (PyObject *self, PyObject *args, PyObject *kw) 1066 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O!", keywords, 1470 gdbpy_format_address (PyObject *self, PyObject *args, PyObject *kw) 1481 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "O|OO", keywords, 1574 gdbpy_write (PyObject *self, PyObject *args, PyObject *kw) 1580 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &arg [all...] |
| /src/usr.bin/xlint/lint1/ |
| lex.c | 350 register_keyword(const struct keyword *kw, bool leading, bool trailing) 355 name = kw->kw_name; 359 leading ? "__" : "", kw->kw_name, trailing ? "__" : ""); 365 sym->s_keyword = kw; 366 int tok = kw->kw_token; 369 sym->u.s_keyword.u.sk_tspec = kw->u.kw_tspec; 371 sym->s_scl = kw->u.kw_scl; 373 sym->u.s_keyword.u.sk_type_qualifier = kw->u.kw_tqual; 375 sym->u.s_keyword.u.function_specifier = kw->u.kw_fs; 377 sym->u.s_keyword.u.named_constant = kw->u.kw_named_constant 414 const struct keyword *kw = keywords + i; local [all...] |
| /src/usr.sbin/rpc.pcnfsd/ |
| pcnfsd_misc.c | 500 char *kw; local 513 kw = strtok(buff, " \t"); 514 if (kw == NULL) 519 if (!strcasecmp(kw, "spooldir")) { 524 if (!strcasecmp(kw, "wtmp")) { 534 if (!strcasecmp(kw, "printer")) {
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
| mingw.py | 31 def debug(self, *k, **kw): 33 def info(self, *k, **kw): 35 def warn(self, *k, **kw): 37 def error(self, *k, **kw): 39 def critical(self, *k, **kw): 41 def setLevel(self, *k, **kw):
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
| mingw.py | 31 def debug(self, *k, **kw): 33 def info(self, *k, **kw): 35 def warn(self, *k, **kw): 37 def error(self, *k, **kw): 39 def critical(self, *k, **kw): 41 def setLevel(self, *k, **kw):
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| gcc_compat.c | 40 static struct kw { struct 43 } kw[] = { variable in typeref:struct:kw 103 struct kw *kwp; 108 for (kwp = kw; kwp->name; kwp++) 133 struct kw *kwp; 137 if (str == kw[21].ptr) 138 return kw[21].rv; 143 for (i = 0, kwp = kw; kwp->name; kwp++, i++)
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| coroutines.cc | 292 find_coro_traits_template_decl (location_t kw) 307 gcc_rich_location richloc (kw); 322 instantiate_coro_traits (tree fndecl, location_t kw) 365 error_at (kw, "cannot instantiate %<coroutine traits%>"); 375 find_coro_handle_template_decl (location_t kw) 387 error_at (kw, "coroutines require a handle class template;" 401 get_handle_type_address (location_t kw, tree handle_type) 408 error_mark_node, kw); 415 error_at (kw, "%qE must be a non-overloaded method", addr_getter); 428 error_at (kw, "%qE must take no arguments", addr_getter) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| tokens.d | 592 foreach (kw; keywords) 594 //printf("keyword[%d] = '%s'\n",kw, Token.tochars[kw].ptr); 595 Identifier.idPool(Token.tochars[kw].ptr, Token.tochars[kw].length, cast(uint)kw); 615 foreach (kw; Ckwds) 616 tab[kw] = cast(TOK) kw; 896 foreach (kw; keywords [all...] |
| /src/usr.bin/locale/ |
| locale.c | 636 showdetails(char *kw) 641 if (kwval_lookup(kw, &kwval, &cat, &isstr) == 0) { 655 printf("%s=\"%s\"\n", kw, kwval); 658 printf("%s=%d\n", kw, tmpval);
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| gcc_compat.c | 44 static struct kw { struct 47 } kw[] = { variable in typeref:struct:kw 157 struct kw *kwp; 164 for (kwp = kw; kwp->name; kwp++) 231 struct kw *kwp; 235 if (str == kw[21].ptr) 236 return kw[21].rv; 241 for (i = 0, kwp = kw; kwp->name; kwp++, i++)
|