Searched refs:noecho (Results 1 - 25 of 91) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dirsh7 spawn -noecho rlogin [lindex $argv 0]
H A Dunbuffer9 eval [list spawn -noecho] [lrange $argv 1 end]
21 eval [list spawn -noecho] $argv
H A Dgetpassck26 spawn -noecho su
H A Dxkibitz63 spawn -pty -noecho
196 eval spawn -noecho $argv
198 spawn -noecho $env(SHELL)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp30 bool noecho; local
43 noecho = true;
44 noecho = true;
47 noecho = false;
53 if ( noecho ) {
83 if ( noecho ) {
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_echo.c39 * noecho()
56 noecho(void) function
58 T((T_CALLED("noecho()")));
H A Dlib_restart.c69 noecho();
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_getpass.c188 static struct_term noecho; local
195 noecho = withecho;
196 noecho.c_lflag &= ~ECHO;
197 tcsetattr(fd, TCSANOW, &noecho);
200 noecho = withecho;
201 noecho.c_lflag &= ~ECHO;
202 ioctl(fd, TCSETA, &noecho);
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-mayan.el141 (defun calendar-next-haab-date (haab-date &optional noecho)
151 (or noecho (calendar-print-mayan-date)))
153 (defun calendar-previous-haab-date (haab-date &optional noecho)
162 (or noecho (calendar-print-mayan-date)))
203 (defun calendar-next-tzolkin-date (tzolkin-date &optional noecho)
213 (or noecho (calendar-print-mayan-date)))
215 (defun calendar-previous-tzolkin-date (tzolkin-date &optional noecho)
224 (or noecho (calendar-print-mayan-date)))
284 (tzolkin-date haab-date &optional noecho)
298 (or noecho (calenda
[all...]
H A Dcal-iso.el119 (defun calendar-goto-iso-date (date &optional noecho)
124 (or noecho (calendar-print-iso-date)))
126 (defun calendar-goto-iso-week (date &optional noecho)
132 (or noecho (calendar-print-iso-date)))
H A Dcal-coptic.el133 (defun calendar-goto-coptic-date (date &optional noecho)
139 (or noecho (calendar-print-coptic-date)))
214 (defun calendar-goto-ethiopic-date (date &optional noecho)
224 (or noecho (calendar-print-ethiopic-date)))
H A Dcal-julian.el101 (defun calendar-goto-julian-date (date &optional noecho)
134 (or noecho (calendar-print-julian-date)))
191 (defun calendar-goto-astro-day-number (daynumber &optional noecho)
201 (or noecho (calendar-print-astro-day-number)))
H A Dcal-persia.el164 (defun calendar-goto-persian-date (date &optional noecho)
170 (or noecho (calendar-print-persian-date)))
/macosx-10.10/ncurses-44/ncurses/test/
H A Dbackground.c41 noecho();
H A Dcolor_set.c46 noecho();
H A Ddemo_keyok.c47 (void) noecho(); /* don't echo input */
H A Dfirstlast.c57 noecho();
H A Ddemo_altkeys.c96 (void) noecho(); /* don't echo input */
H A Dlrtest.c103 noecho();
/macosx-10.10/ruby-106/ruby/ext/curses/
H A Dmouse.rb27 noecho
H A Dview.rb26 noecho
/macosx-10.10/ppp-786.1.1/Documentation/scripts/
H A Dsecure-card31 spawn -noecho -open [open $modem "r+"]
/macosx-10.10/cups-408/cups/cups/
H A Dusersys.c660 noecho; /* No echo input mode */
682 noecho = original;
683 noecho.c_lflag &= (tcflag_t)~(ICANON | ECHO | ECHOE | ISIG);
685 if (tcsetattr(tty, TCSAFLUSH, &noecho))
708 if (passch == noecho.c_cc[VEOL] ||
710 passch == noecho.c_cc[VEOL2] ||
720 else if (passch == noecho.c_cc[VERASE] ||
735 else if (passch == noecho.c_cc[VKILL])
752 else if (passch == noecho.c_cc[VINTR] || passch == noecho
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dsasl.c112 int noecho=0; local
124 noecho = 1;
130 noecho = 1;
164 if( noecho ) {
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dmock_gem_ui.rb39 def noecho method in class:Gem.TTY

Completed in 205 milliseconds

1234