Searched refs:backwards (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dasn1Templates.h29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dasn1Templates.h29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dasn1Templates.h29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dasn1Templates.h29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dleval.c124 int isolated, backwards; local
195 backwards = FALSE;
197 /* check for backwards pawns: */
201 backwards = TRUE;
212 if (backwards) score -= 5;
255 backwards = FALSE;
261 /* check for backwards pawns: */
265 backwards = TRUE;
276 if (backwards) score += 5;
H A Dseval.c298 int isolated, backwards, i, a, j; local
370 backwards = FALSE;
372 /* check for backwards pawns: */
376 backwards = TRUE;
387 if (backwards) score -= 5;
424 backwards = FALSE;
431 /* check for backwards pawns: */
435 backwards = TRUE;
446 if (backwards) score += 5;
H A Dneval.c176 bool isolated, backwards; local
243 backwards = FALSE;
252 /* check for backwards pawns: */
256 backwards = TRUE;
267 if (backwards) score -= 3;
355 backwards = FALSE;
364 /* check for backwards pawns: */
368 backwards = TRUE;
379 if (backwards) score += 3;
817 bool isolated, backwards; local
1385 bool isolated, backwards; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dautoconf.el76 searching backwards at another AC_... command."
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dfinddialog.itk6 # case sensitive, regular expressions, backwards, and all.
128 # Add the find backwards checkbutton.
130 itk_component add backwards {
131 checkbutton $itk_interior.backwards \
132 -variable [itcl::scope _optionValues($this-backwards)] \
153 grid $itk_component(backwards) -row 1 -column 3
314 if {[_get backwards]} {
315 append precmd " -backwards"
379 if {[_get all] || ! [_get backwards]} {
439 # Get the current value for the pattern, case, regexp, or backwards
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_tcl.tcl31 -regexp -backwards -forwards -bd -pady -ipady -state -row \
H A Dctext_test.tcl31 -regexp -backwards -forwards -bd -pady -ipady -state -row -column \
H A Dctext_test_interactive.tcl34 -regexp -backwards -forwards -bd -pady -ipady -state -row -column \
/macosx-10.10.1/vim-55/runtime/indent/
H A Dmatlab.vim29 " Search backwards for the first non-empty line.
H A Dpov.vim47 " Search backwards for the frist non-empty, non-comment line.
H A Dpython.vim27 let s:maxoff = 50 " maximum number of lines to look backwards for ()
46 " Search backwards for the previous non-empty line.
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dfilteredbrk.cpp32 ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status);
95 ULISentenceBreakIterator::ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status) : argument
98 fBackwardsTrie(backwards),
107 fBackwardsTrie.isNull()) { // .. no backwards table loaded == no exceptions
135 while((uch=utext_previous32(fText.getAlias()))!=U_SENTINEL && // more to consume backwards and..
363 //printf("Error %s building backwards\n", u_errorName(status));
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmsql.vim9 " msql_minlines = x to sync at least x lines backwards
H A Dlite.vim9 " lite_minlines = x to sync at least x lines backwards
/macosx-10.10.1/libxslt-13/libxslt/tests/XSLTMark/
H A DMakefile.am9 backwards.out backwards.ref backwards.xsl \
49 ALL_TESTS= alphabetize attsets avts axis backwards bottles breadth brutal chart \
324 backwards: game.xml $(xsltproc)
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkText.c292 int backwards; /* Searching forwards or backwards. */ member in struct:SearchSpec
3607 "--", "-all", "-backwards", "-count", "-elide", "-exact", "-forwards",
3625 searchSpec.backwards = 0;
3672 searchSpec.backwards = 1;
3697 searchSpec.backwards = 0;
4089 if (searchSpecPtr->backwards ^
4114 if (searchSpecPtr->backwards ^
5360 if (searchSpecPtr->backwards) {
5446 * purposes: to allow us to report backwards matche
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkText.c2031 int backwards, exact, searchElide, c, i, argsLeft, noCase, leftToScan;
2054 backwards = 0;
2071 if ((c == 'b') && (strncmp(argv[i], "-backwards", length) == 0)) {
2072 backwards = 1;
2089 * -hidden is kept around for backwards compatibility with
2094 backwards = 0;
2135 if (backwards) {
2150 if (!backwards && (stopLine == numLines)) {
2221 * searching backwards, repeat the search to find the last match
2252 if ((passes == 1) ^ backwards) {
2017 int backwards, exact, searchElide, c, i, argsLeft, noCase, leftToScan; local
[all...]
/macosx-10.10.1/vim-55/src/
H A Dsearch.c605 * Start searching in current line, unless searching backwards and
607 * If we are searching backwards, in column 0, and not including the
1700 * flags: FM_BACKWARD search backwards (when initc is '/', '*' or '#')
1720 int backwards = FALSE; /* init for gcc */ local
1759 * When '/' is used, we ignore running backwards into an star-slash, for
1767 backwards = (dir == FORWARD) ? FALSE : TRUE;
1779 backwards = TRUE;
1787 backwards = FALSE;
1832 backwards = FALSE;
1838 backwards
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dbyte-opt.el461 (let ((backwards (reverse (cdr form))))
462 (while (and backwards
463 (null (setcar backwards
464 (byte-optimize-form (car backwards)
466 (setq backwards (cdr backwards)))
467 (if (and (cdr form) (null backwards))
470 (and backwards
471 (cons fn (nreverse (mapcar 'byte-optimize-form backwards)))))
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/Simple/
H A DVisitor.pm163 # backwards compatible to the older version, see the
170 While I have changed a number of things about this module, I have kept it backwards compatible to the old way of using it. So the original example code still works:
197 The new style interface means that all arguments to the constructor are now optional. As a means of defining the usage of the old and new, when no arguments are sent to the constructor, it is assumed that the new style interface is being used. In the new style, the C<$depth> is always assumed to be equivalent to C<RECURSIVE> and the C<$func> argument can be set with C<setNodeFilter> instead. This is the recommended way of doing things now. If you have been using the old way, it is still there, and I will maintain backwards compatability for a few more version before removing it entirely. If you are using this module (and I don't even know if anyone actually is) you have been warned. Please contact me if this will be a problem.
/macosx-10.10.1/CPANInternal-159.1/Filesys-Df-0.92/
H A DDf.pm122 #### These are undocumented but kept for backwards compatibility
182 #### These are undocumented but kept for backwards compatibility
306 There are some undocumented keys that are defined to maintain backwards

Completed in 167 milliseconds

1234