Searched +refs:history +refs:down (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-hist.el1 ;;; em-hist.el --- history list management
31 "This module provides command history management."
37 ;; Eshell's history facility imitates the syntax used by bash
44 ;; ; position, by looking at the history list
45 ;; !ls<C-c SPC> ; expand any matching history input at point
64 ;; not being used, history navigation will use comint's keybindings;
65 ;; if it is, history navigation tries to use similar keybindings to
85 (remove-hook 'kill-emacs-hook 'eshell-save-some-history))))
90 (defcustom eshell-history-file-name
91 (concat eshell-directory-name "history")
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtcsh.vim10 " set history=200
12 " causes history to come up as a keyword, which we want to avoid.
44 syn keyword tcshBuiltin nextgroup=tcshStatementEnd alloc bg break breaksw builtins bye case cd chdir complete continue default dirs echo echotc end endif endsw eval exec exit fg filetest foreach getspath getxvers glob goto hashstat history hup inlib jobs kill limit log login logout ls ls-F migrate newgrp nice nohup notify onintr popd printenv pushd rehash repeat rootnode sched setpath setspath settc setty setxvers shift source stop suspend switch telltc time umask uncomplete unhash universe unlimit ver wait warp watchlog where which
51 syn keyword tcshShellVar contained afsuser ampm argv autocorrect autoexpand autolist autologout backslash_quote catalog cdpath color colorcat command complete continue continue_args correct cwd dextract dirsfile dirstack dspmbyte dunique echo echo_style edit ellipsis fignore filec gid group histchars histdup histfile histlit history home ignoreeof implicitcd inputmode killdup killring listflags listjobs listlinks listmax listmaxrows loginsh logout mail matchbeep nobeep noclobber noding noglob nokanji nonomatch nostat notify oid owd path printexitvalue prompt prompt2 prompt3 promptchars pushdtohome pushdsilent recexact recognize_only_executables rmstar rprompt savedirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose version visiblebell watch who wordchars
91 \ down-history downcase-word end-of-file end-of-line
92 \ exchange-point-and-mark expand-glob expand-history expand-line
94 \ gosmacs-transpose-chars history-search-backward
95 \ history-search-forward insert-last-word i-search-fwd
102 \ stuff-char toggle-literal-history transpos
[all...]
H A Dgdb.vim24 syn keyword gdbStatement contained complete condition continue delete detach directory disable disassemble display down
44 syn match gdbStatement "\<down-silently\>"
55 syn keyword gdbSet environment gnutarget height history language listsize print prompt
H A Dmuttrc.vim229 syn keyword muttrcVarNum skipwhite contained connect_timeout history imap_keepalive imap_pipeline_depth mail_check nextgroup=muttrcSetNumAssignment,muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
438 syn match muttrcFunction contained "\<half-\%(up\|down\)\>"
439 syn match muttrcFunction contained "\<history-\%(up\|down\)\>"
H A Dvim.vim28 syn keyword vimOption contained ai ambw ari aw backupext beval biosk brk buflisted cdpath cin cinwords cocu compatible consk cpt cscopetagorder csverb debug dict dir eb enc errorbells expandtab fdl fenc fileformat fml foldignore foldopen fs gfn grepprg guiheadroom helplang history hls imactivatekey iminsert inde insertmode iskeyword keymodel laststatus lisp lpl magic maxfuncdepth menuitems mm modifiable mousem mps number opendevice paste pex pmbcs printencoding prompt rdt revins ro runtimepath scroll sections sh shellslash shortmess showtabline slm sn spellcapcheck splitright ssop stmp swapfile syn tabstop tagstack tbs textauto tildeop titlestring top ttimeout ttym uc undolevels vb vfile visualbell wc wh wildignore window winwidth wmw writeany
347 syn match vimNotation "\(\\\|<lt>\)\=<\([scamd]-\)\{0,4}x\=\(f\d\{1,2}\|[^ \t:]\|cr\|lf\|linefeed\|return\|k\=del\%[ete]\|bs\|backspace\|tab\|esc\|right\|left\|help\|undo\|insert\|ins\|k\=home\|k\=end\|kplus\|kminus\|kdivide\|kmultiply\|kenter\|space\|k\=\(page\)\=\(\|down\|up\)\)>" contains=vimBracket
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dterm.el56 ;;; (defun term-send-down () (interactive) (term-send-raw-string "\eOB"))
366 ;; m-p term-previous-input Cycle backwards in input history
380 ;; c-c c-h term-dynamic-list-input-ring List input history
423 ;; For the input history mechanism:
424 (defvar term-input-ring-size 32 "Size of input history ring.")
516 "*If non-nil, expand input command history references on completion.
520 If the value is `history', then the expansion is only when inserting
525 :type '(choice (const nil) (const t) (const input) (const history))
537 "*If non-nil, name of the file to read/write input history.
580 '(term-replace-by-expanded-history ter
[all...]
H A Dwid-edit.el291 (scroll-other-window-down
647 (defun widget-image-insert (widget tag image &optional down inactive)
863 (define-key map [down-mouse-2] 'widget-button-click)
864 (define-key map [down-mouse-1] 'widget-button-click)
925 (mouse-1 (memq (event-basic-type event) '(mouse-1 down-mouse-1)))
960 (unless (widget-apply button :mouse-down-action event)
1004 (cond ((setq command ;down event
1005 (lookup-key widget-global-map [down-mouse-1]))
1009 (cond ((setq command ;down event
1010 (lookup-key widget-global-map [down
[all...]
H A Dido.el44 ;; narrowed down so that gradually the buffer or file you want will be
110 ;; you can use [up] and [down] to quickly scroll the list to the next
113 ;; To go down into a subdirectory, and continue the file selection on
365 ;; before loading history file.
535 "*Non-nil means that `ido' will record commands in command history.
568 (defcustom ido-enable-last-directory-history t
684 "*Non-nil means to skip non-matching directories in the directory history.
963 (defvar ido-file-history nil
966 (defvar ido-buffer-history nil
971 See `ido-enable-last-directory-history' fo
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dvariables.c66 # include <readline/history.h>
498 /* Set history variables to defaults, and then do whatever we would
500 that we are remembering commands on the history list. */
1530 for (vc = vcontext; vc; vc = vc->down)
1682 for (vc = shell_variables; vc; vc = vc->down)
1981 for (vc = shell_variables; vc; vc = vc->down)
2401 for (elt = (BUCKET_CONTENTS *)NULL, v = vc; v; v = v->down)
2466 for (vc = shell_variables; vc; vc = vc->down)
2637 for (nentries = 0, v = vc; v; v = v->down)
2645 for (v = vc; v; v = v->down)
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A DviperCard.tex397 \key{scroll {\bf down} half screen}{C-d}
399 \key{scroll down one line}{C-e}
638 (define-key viper-vi-global-user-map "\\C-v" 'scroll-down)
680 Ex commands can be made to have history. See the manual for details.
H A Drefcard.tex446 \key{move rest of line vertically down}{C-M-o}
477 \key{regexp search backward through history}{M-r}
478 \key{regexp search forward through history}{M-s}
H A Dpl-refcard.tex594 %\key{move rest of line vertically down}{C-M-o}
643 %\key{regexp search backward through history}{M-r}
644 %\key{regexp search forward through history}{M-s}
H A Dgnus-refcard.tex638 G o & Pop an article off the summary history and go to it.\\
986 T n & (M-C-f, M-down) Go to the {\bf next} thread. [distance]\\
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim1846 if s:didstarstar || !mapcheck("<s-down>","n")
1847 nnoremap <buffer> <silent> <s-down> :Nexplore<cr>
1848 inoremap <buffer> <silent> <s-down> :Nexplore<cr>
2029 " 3: (browsing) record current directory history
2031 " 5: (user: <U>) go down (next) bookmark
2074 " list directory history
2098 " call Decho("(browsing) record curdir history")
2106 " u: change to the previous directory stored on the history list
2107 " call Decho("(user: <u>) chg to prev dir from history")
2129 " U: change to the subsequent directory stored on the history lis
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dgud.el176 ([down] menu-item "Down Stack" gud-down
221 `(([menu-bar down]
222 . (,(propertize "down" 'face 'font-lock-doc-face) . gud-down))
286 (gud-down . "gud/down")
591 (defvar gud-gdb-history nil)
689 (let* ((hist-sym (gud-symbol 'history nil minor-mode))
755 (gud-def gud-down "dow
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm1902 flawed (Kudos to David Harris for tracking this down). Use it at your own
2021 The vast majority of problems that are reported in this area boil down
2027 This is usually stored in the file F<~/.netscape/history.db>. The key
2047 $HISTORY = "$dotdir/.netscape/history.db";
2114 If you haven't, then the problem boils down to the fact that the

Completed in 316 milliseconds