HomeSort by: relevance | last modified time | path
    Searched defs:keywords (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/sbin/route/
keywords.c 1 /* $NetBSD: keywords.c,v 1.11 2016/04/04 07:37:07 ozaki-r Exp $ */
3 /* WARNING! This file was generated by keywords.sh */
5 #include "keywords.h"
7 struct keytab keywords[] = { variable in typeref:struct:keytab
  /src/external/apache2/llvm/dist/llvm/utils/emacs/
llvm-mode.el 21 (defvar llvm-font-lock-keywords
47 ;; Keywords
103 (setq font-lock-defaults `(llvm-font-lock-keywords))
tablegen-mode.el 19 (defvar tablegen-font-lock-keywords
42 ;; Keywords
44 ;; Type keywords
48 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
112 font-lock-defaults `(tablegen-font-lock-keywords)
  /src/external/apache2/llvm/dist/llvm/utils/lit/
setup.py 23 keywords = 'test C++ automatic discovery', variable
  /src/external/gpl3/autoconf/dist/lib/emacs/
autoconf-mode.el 5 ;; Keywords: languages, faces, m4, configure
38 (defvar autoconf-font-lock-keywords
43 "default font-lock-keywords")
94 (setq font-lock-defaults `(autoconf-font-lock-keywords nil))
autotest-mode.el 4 ;; Keywords: languages, faces, m4, Autotest
37 (defvar autotest-font-lock-keywords
44 "default font-lock-keywords")
95 (setq font-lock-defaults `(autotest-font-lock-keywords nil))
  /src/lib/libc/gen/
fmtmsg.c 61 } keywords[] = { variable in typeref:struct:keyword
69 static const size_t nkeywords = sizeof (keywords) / sizeof (keywords[0]);
72 * Convert a colon-separated list of known keywords to a set of MM_VERB*
74 * keywords.
88 if (memcmp(str, keywords[i].keyword, keywords[i].len)
90 (*(str + keywords[i].len) == ':' ||
91 *(str + keywords[i].len) == '\0'))
100 if (*(str += keywords[i].len) == ':'
    [all...]
  /src/external/gpl2/xcvs/dist/src/
parseinfo.h 17 void *keywords; member in struct:config
  /src/usr.bin/indent/
lexi.c 52 } keywords[] = { variable in typeref:struct:keyword
418 const struct keyword *kw = bsearch(token.s, keywords,
419 array_length(keywords), sizeof(keywords[0]), cmp_keyword_by_name);
  /src/external/bsd/atf/dist/tools/
parser_test.cpp 168 namespace keywords { namespace
528 "additional keywords and not skipping whitespace");
532 using namespace keywords;
588 "additional keywords and not skipping whitespace");
592 using namespace keywords;
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-awk.c 51 static hash_table keywords; variable
73 if (keywords.table == NULL)
74 hash_init (&keywords, 100);
82 insert_keyword_callshape (&keywords, name, end - name, &shape);
86 /* Finish initializing the keywords hash table.
93 /* When adding new keywords here, also update the documentation in
494 keywords we have three cases:
737 if (hash_find_entry (&keywords, token.string, strlen (token.string),
x-elisp.c 66 static hash_table keywords; variable
88 if (keywords.table == NULL)
89 hash_init (&keywords, 100);
97 insert_keyword_callshape (&keywords, name, end - name, &shape);
101 /* Finish initializing the keywords hash table.
108 /* When adding new keywords here, also update the documentation in
690 if (hash_find_entry (&keywords,
x-glade.c 63 static hash_table keywords; variable
81 if (keywords.table == NULL)
82 hash_init (&keywords, 100);
84 hash_insert_entry (&keywords, name, strlen (name), NULL);
88 /* Finish initializing the keywords hash table.
95 /* When adding new keywords here, also update the documentation in
252 (hash_find_entry (&keywords, name, strlen (name), &hash_result) == 0);
x-librep.c 57 - Keywords: written as #:SYMBOL.
68 static hash_table keywords; variable
90 if (keywords.table == NULL)
91 hash_init (&keywords, 100);
99 insert_keyword_callshape (&keywords, name, end - name, &shape);
103 /* Finish initializing the keywords hash table.
110 /* When adding new keywords here, also update the documentation in
664 if (hash_find_entry (&keywords,
x-php.c 55 static hash_table keywords; variable
77 if (keywords.table == NULL)
78 hash_init (&keywords, 100);
86 insert_keyword_callshape (&keywords, name, end - name, &shape);
90 /* Finish initializing the keywords hash table.
97 /* When adding new keywords here, also update the documentation in
1299 if (hash_find_entry (&keywords, token.string, strlen (token.string),
x-scheme.c 49 - Assume the keywords and strings are in an ASCII compatible encoding.
78 static hash_table keywords; variable
100 if (keywords.table == NULL)
101 hash_init (&keywords, 100);
118 insert_keyword_callshape (&keywords, name, end - name, &shape);
122 /* Finish initializing the keywords hash table.
129 /* When adding new keywords here, also update the documentation in
775 if (hash_find_entry (&keywords,
x-sh.c 69 static hash_table keywords; variable
91 if (keywords.table == NULL)
92 hash_init (&keywords, 100);
100 insert_keyword_callshape (&keywords, name, end - name, &shape);
104 /* Finish initializing the keywords hash table.
111 /* When adding new keywords here, also update the documentation in
1261 if (hash_find_entry (&keywords,
x-tcl.c 71 static hash_table keywords; variable
92 if (keywords.table == NULL)
93 hash_init (&keywords, 100);
102 insert_keyword_callshape (&keywords, name, end - name, &shape);
106 /* Finish initializing the keywords hash table.
113 /* When adding new keywords here, also update the documentation in
908 if (hash_find_entry (&keywords,
  /src/external/gpl3/binutils/dist/binutils/
dwarf-mode.el 27 (defconst dwarf-font-lock-keywords
221 (set (make-local-variable 'font-lock-defaults) '(dwarf-font-lock-keywords))
  /src/external/gpl3/binutils/dist/etc/
add-log.el 30 ;; Keywords: maint
74 (defvar change-log-font-lock-keywords
325 '(change-log-font-lock-keywords t))
457 ;; that has the decl keywords. This
477 ;; Include certain keywords if they
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf-mode.el 27 (defconst dwarf-font-lock-keywords
221 (set (make-local-variable 'font-lock-defaults) '(dwarf-font-lock-keywords))
  /src/external/gpl3/binutils.old/dist/etc/
add-log.el 30 ;; Keywords: maint
74 (defvar change-log-font-lock-keywords
325 '(change-log-font-lock-keywords t))
457 ;; that has the decl keywords. This
477 ;; Include certain keywords if they
  /src/share/examples/puffs/pgfs/
pgfs_db.c 828 const char *keywords[3+1]; local
846 keywords[i] = "dbname";
851 keywords[i] = "user";
855 keywords[i] = "application_name";
858 keywords[i] = NULL;
868 conn = PQconnectdbParams(keywords, values, 0);
  /src/external/gpl3/gcc.old/dist/gcc/
godump.cc 542 /* Go keywords. */
1316 /* Build a hash table with the Go keywords. */
1318 static const char * const keywords[] = { variable
1329 size_t count = sizeof (keywords) / sizeof (keywords[0]);
1334 slot = htab_find_slot (container->keyword_hash, keywords[i], INSERT);
1335 *slot = CONST_CAST (void *, (const void *) keywords[i]);
  /src/bin/ksh/
table.h 60 /* flag bits used for taliases/builtins/aliases/keywords/functions */
141 EXTERN struct table keywords; /* keywords */ variable in typeref:struct:table

Completed in 52 milliseconds

1 2