Searched refs:motion (Results 26 - 47 of 47) sorted by relevance

12

/macosx-10.10/ncurses-44/ncurses/include/
H A DCaps.aix4143 # Yes, BSD tset(1) uses hpa. We elide hpa/vpa anyway because the motion
242 col_addr_glitch xhpa bool YA - - ----- only positive motion for hpa/mhpa caps
245 row_addr_glitch xvpa bool YD - - ----- only positive motion for vpa/mvpa caps
748 enter_leftward_mode slm str ZI - - ----- Start leftward carriage motion
749 enter_micro_mode smicm str ZJ - - ----- Start micro-motion mode
755 enter_upward_mode sum str ZP - - ----- Start upward carriage motion
758 exit_leftward_mode rlm str ZS - - ----- End left-motion mode
759 exit_micro_mode rmicm str ZT - - ----- End micro-motion mode
763 exit_upward_mode rum str ZX - - ----- End reverse character motion
789 zero_motion zerom str Zx - - ----- No motion fo
[all...]
H A DCaps.hpux11143 # Yes, BSD tset(1) uses hpa. We elide hpa/vpa anyway because the motion
243 col_addr_glitch xhpa bool YA - - ----- only positive motion for hpa/mhpa caps
246 row_addr_glitch xvpa bool YD - - ----- only positive motion for vpa/mvpa caps
654 enter_leftward_mode slm str ZI - - ----- Start leftward carriage motion
655 enter_micro_mode smicm str ZJ - - ----- Start micro-motion mode
661 enter_upward_mode sum str ZP - - ----- Start upward carriage motion
664 exit_leftward_mode rlm str ZS - - ----- End left-motion mode
665 exit_micro_mode rmicm str ZT - - ----- End micro-motion mode
669 exit_upward_mode rum str ZX - - ----- End reverse character motion
695 zero_motion zerom str Zx - - ----- No motion fo
[all...]
H A DCaps.uwin143 # Yes, BSD tset(1) uses hpa. We elide hpa/vpa anyway because the motion
671 # motion keys (including jkhl) and characters emitted by arrow keys on some
698 arrow_key_map OTma str ma - - YBC-- map arrow keys rogue(1) motion keys
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dscrollview.tcl40 bind BwScrollView <B1-Motion> [list ScrollView::_set_view %W motion %x %y]
215 } elseif {[string equal $cmd "motion"]} {
H A Ddropsite.tcl419 set arg [list $_target $_source motion $X $Y $_curop $_type $_data]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME73 functions for doing cursor motion in both logical and visual order.
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.birthday114 04/09 Edward Muybridge born, 1830, motion-picture pioneer
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcomint.el1094 (motion (if (> arg 0) 1 -1))
1095 (n (mod (- (or start (comint-search-start arg)) motion) len))
1102 n (mod (+ n motion) len))
1106 (setq n (mod (+ n motion) len)
1639 (defvar comint-inhibit-carriage-motion nil
1641 See `comint-carriage-motion' for details.")
1658 (defun comint-carriage-motion (start end)
1672 (let ((inhibit-field-text-motion t)
1775 (unless comint-inhibit-carriage-motion
1776 ;; Interpret any carriage motion character
[all...]
H A Dterm.el450 (defvar term-vertical-motion)
1102 (make-local-variable 'term-vertical-motion)
1661 (motion (if (> arg 0) 1 -1))
1662 (n (mod (- (or start (term-search-start arg)) motion) len))
1669 n (mod (+ n motion) len))
1673 (setq n (mod (+ n motion) len)
2529 ;; Calls either vertical-motion or term-buffer-vertical-motion
2530 (defmacro term-vertical-motion (count)
2531 (list 'funcall 'term-vertical-motion coun
[all...]
H A Dspeedbar.el1281 "For motion EVENT, display info about the current line."
/macosx-10.10/emacs-93/emacs/etc/
H A Dvipcard.tex471 The delete (yank, change) commands explained below accept a motion command as
472 their argument and delete (yank, change) the region determined by the motion
H A DviperCard.tex515 Most commands that operate on text regions accept the motion commands,
624 \twocol{viper-ex-style-motion}{t}
H A Dcs-dired-ref.tex275 % You move throughout the buffer using the usual cursor motion commands.
H A Ddired-ref.tex269 % You move throughout the buffer using the usual cursor motion commands.
H A Dsk-dired-ref.tex278 % You move throughout the buffer using the usual cursor motion commands.
H A Dorgcard.tex354 {\bf Re-aligning and field motion}
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistEdit.tcl1981 set wcbOptList {insert delete motion}
2077 set wcbOptList {insert delete motion}
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dvip.el620 "Accept a motion command as an argument."
H A Dviper-cmd.el1355 "Accept a motion command as an argument."
1481 (if viper-ex-style-motion
2213 (let ((inhibit-field-text-motion t))
2747 (if viper-ex-style-motion
2752 ;; the forward motion before the 'viper-execute-com', but, of
2770 (if viper-ex-style-motion
3071 (if viper-ex-style-motion
3109 (if viper-ex-style-motion
3152 (if viper-ex-style-motion
4028 ;; Search contents of buffer defined by one of Viper's motion command
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/treectrl/
H A Dtktreectrl.rb2411 def motion(w, le) method in class:Tk
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js1069 // Used for cursor motion and such.
3024 // that, see if there is a cursor-motion command (starting with
3028 if (typeof b == "string" ? /^go[A-Z]/.test(b) : b.motion)
3748 // Used for horizontal relative motion. Dir is -1 or 1 (left or
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js1069 // Used for cursor motion and such.
3024 // that, see if there is a cursor-motion command (starting with
3028 if (typeof b == "string" ? /^go[A-Z]/.test(b) : b.motion)
3748 // Used for horizontal relative motion. Dir is -1 or 1 (left or

Completed in 243 milliseconds

12