Searched +refs:term +refs:next +refs:prompt (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c579 * This routine sets up the prompt string
581 * Escape sequences in the prompt can be excluded from the calculated
582 * prompt length. This is accomplished as follows:
583 * - if the prompt string starts with "%\r, or contains \r%\r", where %
586 * are not counted as part of the prompt length.
620 if(!(last = shp->prompt))
622 shp->prompt = 0;
762 char *term; local
765 if(ep->e_term && (term=nv_getval(ep->e_term)) && strlen(term)<sizeo
[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/vim-55/runtime/syntax/
H A Dprogress.vim69 syn keyword ProgressReserved find-global find-next-occurrence find-prev-occurrence find-select find-wrap-around first first-of focus font form form[at]
75 syn keyword ProgressReserved map member message message-lines mouse mpe new next next-prompt no no-attr[-space] no-error no-f[ill] no-help no-hide no-label[s]
79 syn keyword ProgressReserved preproc[ess] privileges proc-ha[ndle] proc-st[atus] process program-name Progress prompt prompt[-for] promsgs propath provers[ion]
83 syn keyword ProgressReserved stream-io string-xref system-dialog table term term[inal] text text-cursor text-seg[-growth] this-procedure time title
120 " This next line works reasonably well.
127 " This next lin
[all...]
H A Dtcsh.vim51 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
106 \ vi-beginning-of-next-word vi-add vi-add-at-eol vi-chg-case
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c53 #include <term.h>
66 #include <term.h>
123 char *prompt = 0;
606 * the beginning of the next name. Reset n,
706 static const char **next;
724 next = tnamep;
726 if (*next == 0)
727 next = tnamep;
728 return(*next++);
2052 * and therefore probably won't be called to block next
122 char *prompt = 0; variable
703 static const char **next; local
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dparams.c74 *prompt, /* $PROMPT */ variable
88 *term, /* $TERM */ variable
247 struct hashnode *next; member in struct:iparam
333 IPDEF7("PS1", &prompt),
379 IPDEF7("prompt", &prompt),
380 IPDEF7("PROMPT", &prompt),
1022 /* If the next character is not [, then it is *
1766 * or next character to what we would expect, which is
4186 /* If non-interactive, delay setting up term til
4208 zsfree(term); variable
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el252 not extend beyond the next headline, even if that is lower level.
470 The highlights will automatically disappear the next time the buffer is
768 `org-table-next-field' can either create a new row before that line, or jump
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 for date. Similarly %^T, %^u, %^U
1260 You may define a prompt like %^{Please specify birthday}t
1340 When `sequence', \\[org-todo] will always switch to the next state in the
1500 (defcustom org-popup-calendar-for-date-prompt
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el99 ;; available. There is no prompt and some output still is buffered.
126 ;; :sqli-prompt-regexp "^xyzdb> "
127 ;; :sqli-prompt-length 7
302 :sqli-prompt-regexp "^db2 => "
303 :sqli-prompt-length 7)
308 :sqli-prompt-regexp "^SQL> "
309 :sqli-prompt-length 5)
314 :sqli-prompt-regexp "^\* "
315 :sqli-prompt-length 2)
320 :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
2031 " 5: (user: <U>) go down (next) bookmark
2130 " call Decho("(user: <U>) chg to next dir from history")
2193 " be unreliable for long-term storage
4884 " files when given a regexp (for which a prompt is
7385 " Give confirmation prompt unless all==1

Completed in 207 milliseconds