Searched refs:backward (Results 51 - 75 of 102) sorted by relevance

12345

/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A DtclZIC.tcl43 backward etcetera europe northamerica
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/treeql/
H A Dtreeql84.tcl393 method backward {args} {
H A Dtreeql85.tcl392 method backward {args} {
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Ddatefield.itk783 _moveField backward
861 # Internal method for moving the field forward or backward by one.
966 # Internal method which moves the cursor backward by one character
H A Dtimefield.itk711 _moveField backward
812 # Moves the cursor one field forward or backward.
940 # Internal method which moves the cursor backward by one character
984 # Internal method which moves the cursor backward by one character
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-cmd.el225 viper-del-backward-char-in-insert
226 viper-del-backward-char-in-replace
227 viper-delete-backward-char
286 ;; viper-delete-backward-char, etc., since they either don't change
376 (or (bolp) (viper-beginning-of-field) (backward-char 1))))
437 "\C-h" 'viper-del-backward-char-in-insert)
439 "\C-h" 'viper-del-backward-char-in-replace))
442 [backspace] 'viper-del-backward-char-in-insert)
444 [backspace] 'viper-del-backward-char-in-replace)
450 (define-key viper-vi-basic-map "\C-h" 'viper-backward
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-group.el1783 (defun gnus-group-search-forward (&optional backward all level first-too)
1790 (let ((way (if backward -1 1))
1794 (if (and backward (progn (beginning-of-line)) (bobp))
2281 If N is negative, search backward instead.
2289 If N is negative, search backward instead.
2297 (let ((backward (< n 0))
2301 backward (or (not gnus-group-goto-unread) all) level))
2325 If N is negative, search backward instead.
3610 ;; backward until something suitable is found. If there are no
H A Dgnus-topic.el264 (let ((backward (< n 0))
269 (if backward
H A Dgnus-uu.el987 (re-search-backward (concat gnus-uu-binhex-body-line "\\|"
1079 (if (re-search-backward "\\([^0-9]\\)[0-9]+/\\([0-9]+\\)" nil t)
1083 (if (re-search-backward "\\([^0-9]\\)[0-9]+[ \t]*of[ \t]*\\([0-9]+\\)"
1088 (if (re-search-backward "\\([^0-9]\\)[0-9]+\\([^0-9]+\\)[0-9]+"
1109 (let ((backward (< n 0))
1115 (gnus-summary-search-forward nil nil backward))
1430 (delete-backward-char 1))))
1484 (re-search-backward gnus-uu-body-line nil t))
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dpython.el316 (defun python-skip-comments/blanks (&optional backward)
322 (let ((arg (if backward
351 (progn (backward-up-list) t) ; actually within brackets
529 (backward-sexp)
777 (if (and (re-search-backward def-re nil 'move)
857 Skip forward if FORWARD is non-nil, else backward.
866 (progn (backward-up-list (* forward depth)) t)
872 (progn (backward-up-list forward)
1087 Otherwise just call `backward-delete-char-untabify'.
1093 (backward
[all...]
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/
H A DTraversal.pm667 The following parameters are for backward compatibility to Graph 0.2xx:
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/
H A DTraversal.pm674 The following parameters are for backward compatibility to Graph 0.2xx:
/macosx-10.9.5/CPANInternal-140/Path-Class/lib/Path/Class/
H A DDir.pm534 elements at the end. If C<OFFSET> is negative, it counts backward
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dbibtex.el1285 (skip-chars-backward " \t\n")
1417 (defun bibtex-search-backward-field (name &optional bound)
1418 "Search backward to find a BibTeX field of name NAME.
1430 (when (search-backward "," bound t)
1438 (re-search-backward name-part bound t))
1519 (skip-chars-backward " \t\n")
1645 (defun bibtex-skip-to-valid-entry (&optional backward)
1648 With optional argument BACKWARD non-nil, move backward to
1659 (while (not (or found (if backward (bobp) (eobp))))
1665 (backward (r
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h450 struct ext_refsq *forward, *backward; member in struct:m_ext::ext_refsq
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcs-dired-ref.tex246 % for example, one for doing the action backward, and one for forward.
H A Ddired-ref.tex238 % for example, one for doing the action backward, and one for forward.
H A Dfr-drdref.tex239 % for example, one for doing the action backward, and one for forward.
H A Dsk-dired-ref.tex247 % for example, one for doing the action backward, and one for forward.
H A DTUTORIAL.cs82 N jako next (n�sleduj�c�), B jako backward (zp�t), F jako forward (vp�ed). method
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsearch.c1058 If N is negative, searching is backward and LIM must be less than POS.
1062 (if searching backward) or the end (if searching forward).
1695 the last character in a backward search. */
2139 DEFUN ("search-backward", Fsearch_backward, Ssearch_backward, 1, 4,
2140 "MSearch backward: ",
2141 doc: /* Search backward from point for STRING.
2179 DEFUN ("word-search-backward", Fword_search_backward, Sword_search_backward, 1, 4,
2180 "sWord search backward: ",
2181 doc: /* Search backward from point for STRING, ignoring differences in punctuation.
2209 DEFUN ("re-search-backward", Fre_search_backwar
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlpc.vim160 " backward compatibility and should not be used any more.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges158 * (ms) ***WARNING: This might break backward compatibility
197 and introduced backward-incompatible changes.
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/Spec/
H A DMac.pm176 to do so, since this is done only for backward compatibility. Newer
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm159 which case the backward compatible RelBuilder will be activated, and the
166 will disable the backward-compatible RelBuilder and use
290 singularize Results for backward compatibility, to activate the new RelBuilder

Completed in 307 milliseconds

12345