Searched refs:tty (Results 226 - 250 of 259) sorted by relevance

1234567891011

/macosx-10.10/vim-55/runtime/
H A Doptwin.vim519 call <SID>OptionG("tty", &tty)
608 call append("$", "guipty\tuse a pseudo-tty for I/O to external commands")
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c2140 * Hack: a tty device that is a controlling terminal
2152 struct tty *tp = TTY_NULL;
/macosx-10.10/bash-94.1.2/bash-3.2/
H A DMANIFEST567 examples/loadables/tty.c f
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcus-edit.el85 ;; system, and another value on a tty. Since the evaluation is only done
2370 (defface custom-comment '((((type tty))
3138 tty)))
H A Dwid-edit.el130 (defface widget-field '((((type tty))
146 (defface widget-single-line-field '((((type tty))
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
1304 /* ./tty/lib_mvcur.c */
1844 /* ./tty/lib_tstp.c */
1871 /* ./tty/lib_vidattr.c */
1977 /* ./tty/tty_update.c */
2925 struct termios *tty)
2981 /* ./tty/lib_twait.c */
H A Dllib-lncursest34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
1308 /* ./tty/lib_mvcur.c */
1848 /* ./tty/lib_tstp.c */
1875 /* ./tty/lib_vidattr.c */
1981 /* ./tty/tty_update.c */
3005 struct termios *tty)
3061 /* ./tty/lib_twait.c */
H A Dllib-lncursesw34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
1812 /* ./tty/lib_mvcur.c */
2354 /* ./tty/lib_tstp.c */
2381 /* ./tty/lib_vidattr.c */
2487 /* ./tty/tty_update.c */
3682 struct termios *tty)
3738 /* ./tty/lib_twait.c */
/macosx-10.10/screen-22/screen/
H A Dtty.c.dist25 * NOTICE: tty.c is automatically generated from tty.sh
26 * Do not change anything here. If you then change tty.sh.
47 # include <sys/tty.h>
136 Msg(0, "'%s' is not a tty", line);
149 * accessing the same tty line.
160 * We create a sane tty mode. We do not copy things from the display tty
702 * (process group membership has not been restored or the new tty could not
705 * tty) an
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A Dfiles484 bsd/kern/tty.c standard
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Drcirc.el2458 '((((type tty)) (:inherit default))
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c1609 tty_pgsignal(struct tty *tp, int signum, int checkctty)
1854 * If sending a tty stop signal to a member of an orphaned
2418 * process group, ignore tty stop signals.
2580 * process group, ignore tty stop signals.
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/bootstrap/
H A Dtestsuite673 auto | tty | if-tty) at_color=auto ;;
/macosx-10.10/vim-55/runtime/syntax/
H A Dvim.vim31 syn keyword vimOption contained aleph ar autoindent backspace ballooneval bg bkc bsdir cb cfu cinkeys cmdwinheight columns completeopt cot cscopepathcomp csprg cursorbind define diffexpr dy ef eol esckeys fcs fdn ff fillchars foldclose foldmarker formatlistpat gcr ghr guicursor guitablabel hi hkmapp icon imcmdline inc indk isfname joinspaces kmp lcs listchars lw mat maxmempattern mis mmt mouse mouseshape mzquantum odev osfiletype patchmode ph preserveindent printheader pvh relativenumber rightleftcmd ru sbr scrolloff selection shellcmdflag shellxquote showcmd sidescroll smartindent sol spellsuggest sr stal sua swf ta taglength tbi termbidi tf title to ts tty ttytype ul updatetime ve viewoptions wak weirdinvert wig wildoptions winheight wm wrapmargin ws
/macosx-10.10/cups-408/cups/test/
H A Dipptool.c4097 HANDLE tty; /* Console handle */ local
4107 if ((tty = GetStdHandle(STD_INPUT_HANDLE)) == INVALID_HANDLE_VALUE)
4110 if (!GetConsoleMode(tty, &mode))
4113 if (!SetConsoleMode(tty, 0))
4117 int tty; /* /dev/tty - never read from stdin */
4127 if ((tty = open("/dev/tty", O_RDONLY)) < 0)
4130 if (tcgetattr(tty, &original))
4132 close(tty);
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dgdb-ui.el1786 (((type tty) (class mono))
H A Didlw-shell.el705 (fboundp 'tty-defined-colors) ; Emacs 21 as well
3764 ;; tty's cannot display glyphs
3765 ((eq (console-type) 'tty)
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c51 #include <sys/tty.h>
/macosx-10.10/zsh-61/zsh/Src/
H A Dbuiltin.c5188 int haso = 0; /* true if /dev/tty has been opened specially */
5232 /* need to open /dev/tty specially */
5233 if ((SHTTY = open("/dev/tty", O_RDWR|O_NOCTTY)) != -1) {
5239 /* We need an output FILE* on the tty */
5251 /* attach to the tty */
6201 printf("tty is %sfrozen\n", ttyfrozen ? "" : "not ");
/macosx-10.10/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex1552 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1554 % or `code' (@kbd uses normal tty font always).
/macosx-10.10/bc-21/bc/doc/
H A Dtexinfo.tex1343 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1345 % or `code' (@kbd uses normal tty font always).
/macosx-10.10/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex1812 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1814 % or `code' (@kbd uses normal tty font always).
/macosx-10.10/gnudiff-19/diffutils/config/
H A Dtexinfo.tex1461 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1463 % or `code' (@kbd uses normal tty font always).
/macosx-10.10/gnutar-453/gnutar/doc/
H A Dtexinfo.tex1840 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1842 % or `code' (@kbd uses normal tty font always).
/macosx-10.10/groff-38/groff/doc/
H A Dtexinfo.tex1840 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1842 % or `code' (@kbd uses normal tty font always).

Completed in 423 milliseconds

1234567891011