Searched refs:synonym (Results 1 - 24 of 24) sorted by last modified time

/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DTester.pm295 =item title (synonym 'name', 'label')
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm578 also allow 'warn' as a synonym for 'warning'.
/macosx-10.10.1/kext_tools-384.1.4/
H A DQEQuery.c323 CFStringRef synonym,
327 CFDictionarySetValue(query->synonyms, synonym, predicate);
329 CFDictionaryRemoveValue(query->synonyms, synonym);
632 CFStringRef synonym = NULL; // do not release (or retain!) local
646 synonym = CFDictionaryGetValue(query->synonyms, predicate);
647 if (synonym) {
648 predicate = synonym;
1358 CFStringRef synonym = NULL; // do not release local
1366 synonym = CFDictionaryGetValue(query->synonyms, predicate);
1367 if (synonym) {
321 QEQuerySetSynonymForPredicate( QEQueryRef query, CFStringRef synonym, CFStringRef predicate) argument
[all...]
H A DQEQuery.h209 * as a synonym). If you just want to add synonyms for logical operators, or
235 /* Causes 'synonym' to be automatically replaced with 'predicate' during
237 * QEQueryCreateElement(). If 'predicate' is NULL, the synonym is unregistered.
241 CFStringRef synonym,
268 CFStringRef predicate, // will be replaced if a synonym for another
/macosx-10.10.1/swig-12/Lib/allegrocl/
H A Dallegrocl.swg343 ; and other synonym types right. We need the original name.
536 (defswig2 swig-def-synonym-type (synonym of ff-synonym)
538 (cl::setf (cl::find-class ',synonym) (cl::find-class ',of))
539 (ff:def-foreign-type ,ff-synonym (:struct ))))
/macosx-10.10.1/swig-12/Source/Modules/
H A Dallegrocl.cxx264 Node *p = Getattr(n, "allegrocl:synonym-of");
267 // Printf(stderr, "getting primary synonym of %x\n", n);
271 p = Getattr(p, "allegrocl:synonym-of");
470 Setattr(new_node, "allegrocl:synonym:is-primary", "1");
472 // a synonym type was found (held in variable 'match')
473 // Printf(stderr, "setting primary synonym of %x to %x\n", new_node, match);
475 Printf(stderr, "Hey-4 * - '%s' is a synonym of iteself!\n", Getattr(new_node, "name"));
476 Setattr(new_node, "allegrocl:synonym-of", match);
509 // mark as a synonym but don't add to linked_type list
511 Setattr(n, "allegrocl:synonym", "
1109 emit_synonym(Node *synonym) argument
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlisp.vim267 syn keyword lispFunc constantp make-synonym-stream string-stream
302 syn keyword lispFunc defmethod most-positive-long-float synonym-stream
303 syn keyword lispFunc defpackage most-positive-short-float synonym-stream-symbol
H A Desqlc.vim36 syntax keyword esqlcKeyword successful synonym table then to trigger uid
H A Djam.vim29 syn keyword jamSQLState2 having index insert into like load max min of open order revoke rollback runstats select set show stop sum synonym table to union update values view where bundle
H A Dsdl.vim26 syn keyword sdlStatement synonym dcl signal gate timer signallist signalset
H A Dsqlforms.vim93 syntax keyword sqlKeyword successful synonym table to trigger uid
H A Dsqlinformix.vim106 syn keyword sqlKeyword statement statistics synonym
H A Dsqlj.vim33 syn keyword sqljKeyword successful synonym table then to trigger uid
H A Dsqloracle.vim26 syn keyword sqlKeyword successful synonym table then to trigger uid
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dconfigure900 a synonym for --enable-xpg-echo-default
919 --with-gnu-malloc synonym for --with-bash-malloc
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex2486 % @url synonym for @uref, since that's how everyone uses it.
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dmessage.el2889 or in the synonym headers, defined by `message-header-synonyms'."
2897 (synonyms (loop for synonym in message-header-synonyms
2898 when (memq (car header) synonym) return synonym))
2900 (loop for synonym in synonyms
2901 for old-header = (mail-fetch-field (symbol-name synonym))
2903 return synonym)))
5881 (and (loop for synonym in message-header-synonyms
5882 when (memq 'Original-To synonym)
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex2486 % @url synonym for @uref, since that's how everyone uses it.
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1140 "successful" "supplemental" "suspend" "switch" "switchover" "synonym"
1376 "start" "stop" "sync" "synchronize" "synonym" "sysdate" "table" "then"
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c688 bfd_boolean synonym; local
1004 synonym = FALSE;
1005 /* FIXME: gdb sets synonym to TRUE if the current language
1010 synonym = TRUE;
1050 if (synonym)
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex1902 % @url synonym for @uref, since that's how everyone uses it.
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/Getopt/
H A DMixed.pm94 croak "Invalid synonym `$option'"
97 } # end if synonym
360 # Note that if --apple is a synonym for -a, then --apple will cause
446 >new option is a synonym for option `new'
449 defines an option as being a synonym for another option. For example,
451 integer argument and B<--apples> as a synonym for B<-a>. Only one
460 --baker is a synonym for -b
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex1902 % @url synonym for @uref, since that's how everyone uses it.
/macosx-10.10.1/groff-38/groff/src/include/
H A DDviChar.h35 #define DviCharName(map,index,synonym) ((map)->dvi_names[index][synonym])

Completed in 350 milliseconds