Searched refs:keywords (Results 1 - 25 of 345) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/
H A Dlex.c2 /* Command-line: gperf -C -p -j1 -i 1 -g -o -t -N rb_reserved_word -k'1,3,$' defs/keywords */
31 #line 1 "defs/keywords"
38 #line 9 "defs/keywords"
118 #line 19 "defs/keywords"
120 #line 25 "defs/keywords"
122 #line 35 "defs/keywords"
124 #line 28 "defs/keywords"
126 #line 27 "defs/keywords"
128 #line 44 "defs/keywords"
130 #line 36 "defs/keywords"
[all...]
H A Dlex.c.blt2 /* Command-line: gperf -C -p -j1 -i 1 -g -o -t -N rb_reserved_word -k'1,3,$' defs/keywords */
31 #line 1 "defs/keywords"
38 #line 9 "defs/keywords"
118 #line 19 "defs/keywords"
120 #line 25 "defs/keywords"
122 #line 35 "defs/keywords"
124 #line 28 "defs/keywords"
126 #line 27 "defs/keywords"
128 #line 44 "defs/keywords"
130 #line 36 "defs/keywords"
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/data/
H A Dtest5918 <keywords>
15 </keywords>
H A Dtest5928 <keywords>
15 </keywords>
H A Dtest5938 <keywords>
15 </keywords>
H A Dtest5948 <keywords>
15 </keywords>
H A Dtest5956 <keywords>
8 </keywords>
H A Dtest5888 <keywords>
14 </keywords>
H A Dtest5966 <keywords>
8 </keywords>
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dkeywds.c141 static keyword_attrib_t keywords [] = { variable
146 * List keywords. Order is unimportant for correctness.
257 for (i = 1; keywords [i].keyword != 0; i++) {
258 HASH( keywords [i].keyword, hash_value);
259 keywords [i].next = keyword_hash_table [hash_value];
284 for (i=keyword_hash_table [hash_value]; i; i=keywords [i].next) {
292 * must look at the (non-reserved) attribute keywords.
294 if ((!strcmp (identifier, keywords [i].keyword)) &&
295 (keywords [i].res_word || search_attributes_table))
296 return keywords [
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dstructure.tcl45 foreach k {label title keywords references} {
58 foreach {k reflist} $idx(keywords) {
105 ([list $a $b $c $d] ne {label keywords references title}) ||
134 array set k $idx(keywords)
138 set keywords {}
147 lappend keywords $kw $refs
159 keywords $keywords \
181 # Merge keywords...
183 array set k $a(keywords)
[all...]
H A Dexport_json.tcl96 set keywords {}
97 foreach {kw references} $idx(keywords) {
100 lappend keywords $kw [JsonArrayList $tmp]
119 keywords [JsonObjectDict $keywords] \
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/
H A Dsetup.py15 keywords = 'test C++ automatic discovery', variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_Foundation_typecode.m29 static char* keywords[] = { "hfsTypeCode", NULL };
36 keywords, &hfsTypeCode)) {
40 keywords, PyMac_GetOSType, &hfsTypeCode)) {
66 static char* keywords[] = { "hfsTypeCode", NULL };
72 keywords, PyObjCObject_Convert, &fileType)) {
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_Foundation_typecode.m46 static char* keywords[] = { "hfsTypeCode", NULL };
53 keywords, &hfsTypeCode)) {
57 keywords, PyMac_GetOSType, &hfsTypeCode)) {
83 static char* keywords[] = { "hfsTypeCode", NULL };
89 keywords, PyObjCObject_Convert, &fileType)) {
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A Dindex.tcl22 # keywords - array indexed by keyword string with value of topic ID.
88 # This procedure adds entries to the hypertext arrays topics and keywords.
95 global state curID curPkg curSect topics keywords
107 lappend keywords($topic) $curID
112 lappend keywords([string trim $i]) $curID
153 global state curID curPkg curSect topics keywords
166 lappend keywords($topic) $curID
H A Dman2help.tcl58 global curID topics keywords file id_keywords
61 foreach key [array names keywords] {
62 foreach id $keywords($key) {
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A Dindex.tcl22 # keywords - array indexed by keyword string with value of topic ID.
88 # This procedure adds entries to the hypertext arrays topics and keywords.
95 global state curID curPkg curSect topics keywords
107 lappend keywords($topic) $curID
112 lappend keywords([string trim $i]) $curID
153 global state curID curPkg curSect topics keywords
166 lappend keywords($topic) $curID
H A Dman2help.tcl57 global curID topics keywords file id_keywords
60 foreach key [array names keywords] {
61 foreach id $keywords($key) {
/macosx-10.9.5/dyld-239.4/unit-tests/bin/
H A Dmake-recursive.pl21 my $keywords =
33 foreach $keyword (keys %$keywords)
44 if(!exists($$keywords{$keyword}))
46 print STDERR "error: keyword $keyword not in \$keywords set\n";
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dmodule.m74 static char* keywords[] = { "obj", NULL };
77 keywords, &o)) {
100 static char* keywords[] = { "obj", "type", NULL };
107 keywords, &o, &type)) {
139 static char* keywords[] = { "enabled", NULL };
142 keywords, &o)) {
158 static char* keywords[] = { NULL };
161 keywords)) {
179 static char* keywords[] = { "class_name", NULL };
184 keywords,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_common.tcl246 c_holdBuffers synopsis see_also keywords precomments category
253 global keywords keywords__ ; set keywords [list] ; catch {unset keywords__} ; array set keywords__ {}
258 proc c_xref_keywords {} {global keywords ; return $keywords}
278 global keywords keywords__
281 lappend keywords $ref
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfont-lock.el65 ;; regexp (i.e., keywords and everything else) passes. There are actually
70 ;; buffer according to the variable `font-lock-syntactic-keywords'. It is
89 ;; the variable `font-lock-keywords'. It involves searching for given regexps
119 ;; See the documentation for the variable `font-lock-keywords'.
121 ;; Efficient regexps for use as MATCHERs for `font-lock-keywords' and
122 ;; `font-lock-syntactic-keywords' can be generated via the function
130 ;; `font-lock-add-keywords'. For example, say in some C
134 ;; (font-lock-add-keywords 'c-mode '("\\<\\(and\\|or\\|not\\)\\>"))
150 ;; (defvar foo-font-lock-keywords
158 ;; '(foo-font-lock-keywords
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dunrmail.el118 label-line attrs keywords
131 ;; and the keywords from it.
138 (setq keywords
142 (setq keywords
143 (replace-regexp-in-string ", " "," keywords)))
208 ;; Record the keywords and attributes in our special way.
210 (when keywords
211 (insert "X-BABYL-V6-KEYWORDS: " keywords "\n"))
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dapi.tcl23 keywords example example_begin example_end nl arg cmd opt emph strong

Completed in 213 milliseconds

1234567891011>>