Searched +refs:term +refs:prompt +refs:regexp (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dvirterm23 set rows 24 ;# number of rows in term
24 set cols 80 ;# number of columns in term
25 set term myterm ;# name of text widget used by term
30 set term_shell $env(SHELL) ;# program to run in term
37 # term_spawn_id ;# spawn id of term
65 # if {[string match *foo* [$term get 4.0 4.end]]}
68 # if {[string match foo* [$term get 4.7 4.end]]}
71 # $term get 1.0 end
146 *.* { regexp (
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dterm.el0 ;;; term.el --- general command interpreter in a window stuff
55 ;;; (defun term-send-up () (interactive) (term-send-raw-string "\eOA"))
56 ;;; (defun term-send-down () (interactive) (term-send-raw-string "\eOB"))
57 ;;; (defun term-send-right () (interactive) (term-send-raw-string "\eOC"))
58 ;;; (defun term-send-left () (interactive) (term-send-raw-string "\eOD"))
64 ;;; With this enhanced ansi-term
408 (defgroup term nil function
1297 (defun term (program) function
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dbrowse-url.el220 (require 'term)
246 regexp should probably be \".\" to specify a default browser."
278 :key-type regexp :value-type function))
457 ;; it in anonymous cases. If it's not anonymous the next regexp
482 (regexp :tag "Regexp")
627 (defun browse-url-interactive-arg (prompt)
638 (list (read-string prompt (or (and transient-mark-mode mark-active
640 (replace-regexp-in-string
1357 ;; --- Lynx in an Emacs "term" window ---
1366 non-nil, load the document in a new lynx in a new term windo
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el708 (defcustom org-table-number-regexp
936 will be \"to NAME\". See also the variable `org-from-is-user-regexp'.
947 (defcustom org-from-is-user-regexp
950 (setq r1 (concat "\\<" (regexp-quote user-mail-address) "\\>")))
952 (setq r2 (concat "\\<" (regexp-quote user-full-name) "\\>")))
957 :type 'regexp)
1215 This directory will be used as default to prompt for org files.
1255 %^{prompt} prompt the user for a string and replace this sequence with it.
1259 %^t like %t, but prompt fo
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el90 ;; the file regexp-opt.el
91 ;; <URL:ftp://ftp.ifi.uio.no/pub/emacs/emacs-20.3/lisp/emacs-lisp/regexp-opt.el>
99 ;; available. There is no prompt and some output still is buffered.
126 ;; :sqli-prompt-regexp "^xyzdb> "
127 ;; :sqli-prompt-length 7
232 (require 'regexp-opt))
302 :sqli-prompt-regexp "^db2 => "
303 :sqli-prompt
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim1709 " Usage: :call NetUserPass() -- will prompt for userid and password
1710 " :call NetUserPass("uid") -- will prompt for password
1718 " via prompt
1727 if a:0 <= 1 " via prompt
2193 " be unreliable for long-term storage
4884 " files when given a regexp (for which a prompt is
4891 let regexp= input("Enter regexp: ","","file")
4896 " call Decho("handle local regexp")
[all...]

Completed in 150 milliseconds