Searched refs:hanoi (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dhanoi.bash8 hanoi() # n from to spare function
11 ((nm1>0)) && hanoi $nm1 $2 $4 $3
13 ((nm1>0)) && hanoi $nm1 $4 $3 $2
18 hanoi $1 1 2 3;;
/macosx-10.10/vim-55/xcodescripts/
H A Dinstall-runtime.sh48 macros/hanoi/click.me.info \
49 macros/hanoi/poster.info \
50 macros/hanoi.info \
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Dhanoi.el0 ;;; hanoi.el --- towers of hanoi in Emacs
45 ;; 1999 addition: The `Towers of Unix' command (hanoi-unix) stems from
69 (defgroup hanoi nil function
73 (defcustom hanoi-horizontal-flag nil
74 "*If non-nil, hanoi poles are oriented horizontally."
75 :group 'hanoi :type 'boolean)
77 (defcustom hanoi-move-period 1.0
81 :group 'hanoi :type '(restricted-sexp :match-alternatives (numberp 'nil)))
83 (defcustom hanoi
108 (defun hanoi (nrings) function
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dmenu-bar.el1111 (define-key menu-bar-games-menu [hanoi]
1112 '(menu-item "Towers of Hanoi" hanoi
H A Dtype-break.el60 ;; This package was inspired by Roland McGrath's hanoi-break.el.
213 '(type-break-demo-boring type-break-demo-life type-break-demo-hanoi)
1148 ;; This is a wrapper around hanoi that calls it with an arg large enough to
1151 (defun type-break-demo-hanoi ()
1157 (hanoi (/ (window-width) 8))
H A Dldefs-boot.el13146 ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
13148 ;;; Generated autoloads from play/hanoi.el
13150 (autoload (quote hanoi) "hanoi" "\
13155 (autoload (quote hanoi-unix) "hanoi" "\
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dvi.el62 (define-key vi-tilde-map "h" 'hanoi)
/macosx-10.10/bash-94.1.2/bash-3.2/
H A DMANIFEST645 examples/scripts/hanoi.bash f

Completed in 114 milliseconds