Searched +refs:term +refs:kill +refs:output (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dreadpassphrase.c57 int input, output, save_errno, i, need_restart; local
59 struct termios term, oterm; local
80 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
86 output = STDERR_FILENO;
109 memcpy(&term, &oterm, sizeof(term));
111 term.c_lflag &= ~(ECHO | ECHONL);
113 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
114 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
116 (void)tcsetattr(input, _T_FLUSH, &term);
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dreadpassphrase.c59 int input, output, save_errno; local
61 struct termios term, oterm; local
77 if ((input = output = _open(_PATH_TTY, O_RDWR)) == -1) {
83 output = STDERR_FILENO;
104 memcpy(&term, &oterm, sizeof(term));
106 term.c_lflag &= ~(ECHO | ECHONL);
107 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
108 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
109 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term);
[all...]
/macosx-10.10.1/nano-12/src/
H A Dnano.c1040 kill(0, SIGSTOP);
1200 /* Disable extended input and output processing in our terminal
1204 struct termios term; local
1206 tcgetattr(0, &term);
1207 term.c_lflag &= ~IEXTEN;
1208 term.c_oflag &= ~OPOST;
1209 tcsetattr(0, TCSANOW, &term);
1216 struct termios term; local
1218 tcgetattr(0, &term);
1219 term
1228 struct termios term; local
1240 struct termios term; local
1251 struct termios term; local
1416 char *output = charalloc(kbinput_len + 1); local
1546 do_output(char *output, size_t output_len, bool allow_cntrls) argument
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dreadline.vim47 syn keyword readlineIfOps contained mode term
69 \ input-meta output-meta
97 \ capitalize-word overwrite-mode kill-line
98 \ backward-kill-line unix-line-discard
99 \ kill-whole-line kill-word backward-kill-word
101 \ delete-horizontal-space kill-region
102 \ copy-region-as-kill copy-backward-word
H A Dtcsh.vim44 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
84 \ backward-delete-word backward-kill-line backward-word
88 \ copy-prev-word copy-region-as-kill dabbrev-expand delete-char
96 \ i-search-back keyboard-quit kill-line kill-region
97 \ kill-whole-line list-choices list-choices-raw list-glob
103 \ transpose-gosling tty-dsusp tty-flush-output tty-sigintr
104 \ tty-sigquit tty-sigtsusp tty-start-output tty-stop-output
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmux.c102 char *term; member in struct:mux_session_confirm_ctx
312 cctx->term = NULL;
323 (cctx->term = buffer_get_string_ret(m, &len)) == NULL ||
334 if (cctx->term != NULL)
335 xfree(cctx->term);
363 "term \"%s\", cmd \"%s\", env %u", __func__, c->self,
365 cctx->want_subsys, cctx->term, cmd, env_len);
383 xfree(cctx->term);
410 xfree(cctx->term);
624 buffer_put_string(&c->output, buffer_pt
1702 char *e, *term; local
[all...]
H A Dclientloop.c164 static int connection_out; /* Connection to server (output). */
775 kill(getpid(), SIGTSTP);
1076 /* reasons to suppress output of an escape command in help output */
1435 /* Write buffered output to stdout. */
1459 /* Write buffered output to stderr. */
1528 return process_escapes(c, &c->input, &c->output, &c->extended,
1706 * Process output to stdout and stderr. Output to
2166 const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env)
2188 packet_put_cstring(term !
2165 client_session2_setup(int id, int want_tty, int want_subsystem, const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dvipcard.tex157 \output={%
285 \kbd{(setq term-setup-hook 'vip-mode)}
361 \key{{\bf kill} a buffer}{K}
655 \key{{\bf read} in the output of a shell command}{:r!\ {\sl command}}
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex77 % starts a new line in the output.
109 % since that produces some useless output on the terminal.
137 \chardef\PAGE=255 \output={\onepageout{\pagecontents\PAGE}}
141 {\escapechar=`\\\relax % makes sure backslash is used in output files.
148 % Here is a modification of the main output routine for Near East Publications
155 {\escapechar=`\\\relax % makes sure backslash is used in output files.
391 % produce a whole line of output instead of starting the paragraph.
445 % end-of-line in the output. We don't want the end-of-line after
446 % the `@group' to put extra space in the output. Since @group
457 where each line of input produces a line of output
[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.
993 "ordinality" "out" "outer" "output" "pad" "parameter" "parameters"
1098 "join" "keep" "key" "kill" "language" "left" "less" "level"
1223 "suf\\(fix\\)?\\|tab\\|term\\(out\\)?\\|ti\\(me\\)?\\|"
1296 "order" "output" "owner" "partial" "passedbyvalue" "password" "plain"
1428 "key" "kill" "last" "left" "level" "like" "lineno" "load" "max" "min"
1432 "outer" "output" "over" "paglock" "percent" "perm" "permanent" "pipe"
1917 buffer. The output generated is appended to the buffer and a new prompt
2248 (kill-all-local-variables)
2295 \\[comint-send-input] after the end of the process' output send
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex99 % starts a new line in the output.
178 % since that produces some useless output on the terminal. We also make
179 % some effort to order the tracing commands to reduce output in the log
227 % Main output routine.
229 \output = {\onepageout{\pagecontents\PAGE}}
252 \escapechar = `\\ % use backslash in output files.
253 \indexdummies % don't expand commands in the output.
550 % produce a whole line of output instead of starting the paragraph.
626 % end-of-line in the output. We don't want the end-of-line after
627 % the `@group' to put extra space in the output
[all...]
/macosx-10.10.1/bc-21/bc/doc/
H A Dtexinfo.tex93 % starts a new line in the output.
154 % since that produces some useless output on the terminal.
187 % Main output routine.
189 \output = {\onepageout{\pagecontents\PAGE}}
212 \escapechar = `\\ % use backslash in output files.
213 \indexdummies % don't expand commands in the output.
517 % produce a whole line of output instead of starting the paragraph.
571 % end-of-line in the output. We don't want the end-of-line after
572 % the `@group' to put extra space in the output. Since @group
583 where each line of input produces a line of output
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dtexinfo.tex96 % starts a new line in the output.
157 % since that produces some useless output on the terminal.
200 % Main output routine.
202 \output = {\onepageout{\pagecontents\PAGE}}
225 \escapechar = `\\ % use backslash in output files.
226 \indexdummies % don't expand commands in the output.
531 % produce a whole line of output instead of starting the paragraph.
585 % end-of-line in the output. We don't want the end-of-line after
586 % the `@group' to put extra space in the output. Since @group
597 where each line of input produces a line of output
[all...]
/macosx-10.10.1/uucp-11/uucp/
H A Dtexinfo.tex93 % starts a new line in the output.
154 % since that produces some useless output on the terminal.
187 % Main output routine.
189 \output = {\onepageout{\pagecontents\PAGE}}
212 \escapechar = `\\ % use backslash in output files.
213 \indexdummies % don't expand commands in the output.
518 % produce a whole line of output instead of starting the paragraph.
572 % end-of-line in the output. We don't want the end-of-line after
573 % the `@group' to put extra space in the output. Since @group
584 where each line of input produces a line of output
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el1639 (defcustom org-agenda-confirm-kill 1
2266 ASCII export, and with red color in HTML output, if the option
2269 In HTML output, the TOC will be clickable.
2286 Normally, in HTML output paragraphs will be reformatted. In ASCII
3545 (org-add-hook 'kill-buffer-hook 'org-check-running-clock nil 'local)
3962 (kill-local-variable 'font-lock-keywords) nil))
4303 (with-output-to-temp-buffer "*Help*"
4333 (kill-buffer "*org-goto*")
4405 (kill-buffer org-last-indirect-buffer))
4733 This is actually only a copy of the kill, becaus
[all...]

Completed in 364 milliseconds