Home
last modified time | relevance | path

Searched refs:noecho (Results 1 – 25 of 1571) sorted by relevance

12345678910>>...63

/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/inc/
H A Dmymm.pl233 my $noecho = !!$ENV{V} ? '' : '$(NOECHO) ';
250 "\t$noecho\$(MKPATH) _mm\n" .
251 "\t$noecho\$(TOUCH) _mm${sep}flags\n\n";
257 "\t$noecho\$(MKPATH) _mm\n" .
258 "\t$noecho\$(TOUCH) _mm${sep}probe-builder\n\n";
264 "\t$noecho\$(MKPATH) _mm\n" .
265 "\t$noecho\$(TOUCH) _mm${sep}config\n\n";
275 "\t$noecho\$(FULLPERL) inc${sep}mm-test.pl\n\n";
280 "\t$noecho\$(FULLPERL) inc${sep}mm-clean.pl\n" .
281 "\t$noecho\$(RM_RF) _mm ffi-probe-*\n" .
[all …]
/dports/multimedia/dvd-slideshow/dvd-slideshow-0.8.4-2/
H A Ddir2slideshow173 [ -n "$2" -a "$2" == 1 ] && noecho=1 || noecho=0
177 debug) debug="$config2" ; [ "$noecho" -eq 0 ] && echo "debug=$debug" ;;
198 crossfade) crossfade="$config2" ; [ "$noecho" -eq 0 ] && echo "crossfade=$crossfade" ;;
199 wipe) wipe="$config2" ; [ "$noecho" -eq 0 ] && echo "wipe=$wipe" ;;
200 kenburns) kenburns="$config2" ; [ "$noecho" -eq 0 ] && echo "kenburns=$kenburns" ;;
201 pal) pal="$config2" ; [ "$noecho" -eq 0 ] && echo "pal=$pal" ;;
203 title_type) title_type="$config2" ; [ "$noecho" -eq 0 ] && echo "title_type=$title_type" ;;
204 slideshow_audio) audio_list="$config2" ; [ "$noecho" -eq 0 ] && echo "audio_list=$audio_list" ;;
205 subtitle) subtitle="$config2" ; [ "$noecho" -eq 0 ] && echo "subtitle=$subtitle" ;;
206 subtitle2) subtitle2="$config2" ; [ "$noecho" -eq 0 ] && echo "subtitle2=$subtitle2" ;;
[all …]
H A Ddvd-menu466 [ -n "$2" -a "$2" == 1 ] && noecho=1 || noecho=0
469 debug) debug="$config2" ; [ "$noecho" -eq 0 ] && echo "debug=$debug" ;;
470 pal) pal="$config2" ; [ "$noecho" -eq 0 ] && echo "pal=$pal" ;;
471 ac3) ac3="$config2" ; [ "$noecho" -eq 0 ] && echo "ac3=$ac3" ;;
494 theme) theme="$config2" ; [ "$noecho" -eq 0 ] && echo "theme=$theme" ;;
514 [ -n "$2" -a "$2" == 1 ] && local noecho=1 || local noecho=0
517 theme) theme="$config2" ; [ "$noecho" -eq 0 ] && echo "$theme" ;; #global font
526 [ -n "$2" -a "$2" == 1 ] && local noecho=1 || local noecho=0
538 [ "$noecho" == '0' ] && myecho "[dvd-menu] Using theme file $theme"
555 [ "$noecho" == '0' ] && myecho "[dvd-menu] Reading theme file..."
[all …]
/dports/lang/snobol4/snobol4-2.2.2/lib/win32/
H A Dtty.c28 int cbreak, noecho; /* current state */ member
53 tty_mode(FILE *fp, int cbreak, int noecho, int recl) { in tty_mode() argument
70 sp->noecho = sp->cbreak = 0; /* ??? */ in tty_mode()
78 if (cbreak == sp->cbreak && noecho == sp->noecho) in tty_mode()
92 if (noecho) in tty_mode()
100 sp->noecho = noecho; in tty_mode()
135 int raw, int noecho, int keepeol, const char *fname) { in tty_read() argument
142 if (noecho) { in tty_read()
/dports/security/pgpin/pgp263in/src/
H A Dpasswd.c71 int GetHashedPassPhrase(char *hash, boolean noecho) in GetHashedPassPhrase() argument
76 noecho = 0; in GetHashedPassPhrase()
83 getstring(keystr1,MAXKEYLEN-1,!noecho); in GetHashedPassPhrase()
84 if (noecho<2) /* no need to ask again if user can see it */ in GetHashedPassPhrase()
90 getstring(keystr2,MAXKEYLEN-1,!noecho); in GetHashedPassPhrase()
97 if (noecho && (filter_mode || quietmode)) in GetHashedPassPhrase()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/calendar/
H A Dcal-mayan.el167 (defun calendar-mayan-next-haab-date (haab-date &optional noecho)
177 (or noecho (calendar-mayan-print-date)))
180 (defun calendar-mayan-previous-haab-date (haab-date &optional noecho)
189 (or noecho (calendar-mayan-print-date)))
239 (or noecho (calendar-mayan-print-date)))
251 (or noecho (calendar-mayan-print-date)))
295 (or noecho (calendar-mayan-print-date)))))
299 (tzolkin-date haab-date &optional noecho)
313 (or noecho (calendar-mayan-print-date)))))
335 (defun calendar-mayan-goto-long-count-date (date &optional noecho)
[all …]
/dports/editors/emacs/emacs-27.2/lisp/calendar/
H A Dcal-mayan.el167 (defun calendar-mayan-next-haab-date (haab-date &optional noecho)
177 (or noecho (calendar-mayan-print-date)))
180 (defun calendar-mayan-previous-haab-date (haab-date &optional noecho)
189 (or noecho (calendar-mayan-print-date)))
239 (or noecho (calendar-mayan-print-date)))
251 (or noecho (calendar-mayan-print-date)))
295 (or noecho (calendar-mayan-print-date)))))
299 (tzolkin-date haab-date &optional noecho)
313 (or noecho (calendar-mayan-print-date)))))
335 (defun calendar-mayan-goto-long-count-date (date &optional noecho)
[all …]
/dports/lang/snobol4/snobol4-2.2.2/lib/posix/
H A Dtty.c59 int cbreak, noecho; member
69 ((SP)->cbreak != -1 && (SP)->noecho != -1 && (SP)->recl != -1)
75 sp->noecho = sp->cbreak = sp->recl = -1; in tty_invalidate()
118 tty_mode(FILE *fp, int cbreak, int noecho, int recl) { in tty_mode() argument
132 if (sp->dev == last && cbreak == sp->cbreak && noecho == sp->noecho && in tty_mode()
157 if (noecho) in tty_mode()
164 sp->noecho = noecho; in tty_mode()
/dports/net/openldap25-server/openldap-2.5.9/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp31 bool noecho; in handleInteractions() local
44 noecho = true; in handleInteractions()
45 noecho = true; in handleInteractions()
48 noecho = false; in handleInteractions()
54 if ( noecho ) { in handleInteractions()
84 if ( noecho ) { in handleInteractions()
/dports/net/openldap24-server/openldap-2.4.59/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp31 bool noecho; in handleInteractions() local
44 noecho = true; in handleInteractions()
45 noecho = true; in handleInteractions()
48 noecho = false; in handleInteractions()
54 if ( noecho ) { in handleInteractions()
84 if ( noecho ) { in handleInteractions()
/dports/net/openldap25-client/openldap-2.5.9/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp31 bool noecho; in handleInteractions() local
44 noecho = true; in handleInteractions()
45 noecho = true; in handleInteractions()
48 noecho = false; in handleInteractions()
54 if ( noecho ) { in handleInteractions()
84 if ( noecho ) { in handleInteractions()
/dports/net/openldap24-client/openldap-2.4.59/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp31 bool noecho; in handleInteractions() local
44 noecho = true; in handleInteractions()
45 noecho = true; in handleInteractions()
48 noecho = false; in handleInteractions()
54 if ( noecho ) { in handleInteractions()
84 if ( noecho ) { in handleInteractions()
/dports/net/openldap26-client/openldap-2.6.0/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp31 bool noecho; in handleInteractions() local
44 noecho = true; in handleInteractions()
45 noecho = true; in handleInteractions()
48 noecho = false; in handleInteractions()
54 if ( noecho ) { in handleInteractions()
84 if ( noecho ) { in handleInteractions()
/dports/net/openldap26-server/openldap-2.6.0/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp31 bool noecho; in handleInteractions() local
44 noecho = true; in handleInteractions()
45 noecho = true; in handleInteractions()
48 noecho = false; in handleInteractions()
54 if ( noecho ) { in handleInteractions()
84 if ( noecho ) { in handleInteractions()
/dports/lang/snobol4/snobol4-2.2.2/lib/bsd/
H A Dtty.c49 int cbreak, noecho; member
74 sp->noecho = sp->cbreak = -1; in tty_invalidate()
128 tty_mode(FILE *fp, int cbreak, int noecho, int recl) { in tty_mode() argument
142 if (sp->dev == last && cbreak == sp->cbreak && noecho == sp->noecho) in tty_mode()
160 if (noecho) in tty_mode()
167 sp->noecho = noecho; in tty_mode()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DReadKeyMini.pm62 noecho => 2,
80 my $noecho = $oterm & ~$echo;
87 elsif ( $mode == $modes{cbreak} || $mode == $modes{noecho} ) {
88 cbreak( $mode == $modes{noecho} ? $noecho : $oterm );
96 my ($lflag) = $_[0] || $noecho;
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/src/
H A Dtool_getpass.c186 static struct_term noecho; in ttyecho() local
193 noecho = withecho; in ttyecho()
194 noecho.c_lflag &= ~ECHO; in ttyecho()
195 tcsetattr(fd, TCSANOW, &noecho); in ttyecho()
198 noecho = withecho; in ttyecho()
199 noecho.c_lflag &= ~ECHO; in ttyecho()
200 ioctl(fd, TCSETA, &noecho); in ttyecho()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/src/
H A Dtool_getpass.c192 static struct_term noecho; in ttyecho() local
199 noecho = withecho; in ttyecho()
200 noecho.c_lflag &= ~ECHO; in ttyecho()
201 tcsetattr(fd, TCSANOW, &noecho); in ttyecho()
204 noecho = withecho; in ttyecho()
205 noecho.c_lflag &= ~ECHO; in ttyecho()
206 ioctl(fd, TCSETA, &noecho); in ttyecho()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/src/
H A Dtool_getpass.c192 static struct_term noecho; in ttyecho() local
199 noecho = withecho; in ttyecho()
200 noecho.c_lflag &= ~ECHO; in ttyecho()
201 tcsetattr(fd, TCSANOW, &noecho); in ttyecho()
204 noecho = withecho; in ttyecho()
205 noecho.c_lflag &= ~ECHO; in ttyecho()
206 ioctl(fd, TCSETA, &noecho); in ttyecho()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/src/
H A Dtool_getpass.c186 static struct_term noecho; in ttyecho() local
193 noecho = withecho; in ttyecho()
194 noecho.c_lflag &= ~ECHO; in ttyecho()
195 tcsetattr(fd, TCSANOW, &noecho); in ttyecho()
198 noecho = withecho; in ttyecho()
199 noecho.c_lflag &= ~ECHO; in ttyecho()
200 ioctl(fd, TCSETA, &noecho); in ttyecho()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/src/
H A Dtool_getpass.c192 static struct_term noecho; in ttyecho() local
199 noecho = withecho; in ttyecho()
200 noecho.c_lflag &= ~ECHO; in ttyecho()
201 tcsetattr(fd, TCSANOW, &noecho); in ttyecho()
204 noecho = withecho; in ttyecho()
205 noecho.c_lflag &= ~ECHO; in ttyecho()
206 ioctl(fd, TCSETA, &noecho); in ttyecho()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/src/
H A Dtool_getpass.c186 static struct_term noecho; in ttyecho() local
193 noecho = withecho; in ttyecho()
194 noecho.c_lflag &= ~ECHO; in ttyecho()
195 tcsetattr(fd, TCSANOW, &noecho); in ttyecho()
198 noecho = withecho; in ttyecho()
199 noecho.c_lflag &= ~ECHO; in ttyecho()
200 ioctl(fd, TCSETA, &noecho); in ttyecho()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/src/
H A Dtool_getpass.c186 static struct_term noecho; in ttyecho() local
193 noecho = withecho; in ttyecho()
194 noecho.c_lflag &= ~ECHO; in ttyecho()
195 tcsetattr(fd, TCSANOW, &noecho); in ttyecho()
198 noecho = withecho; in ttyecho()
199 noecho.c_lflag &= ~ECHO; in ttyecho()
200 ioctl(fd, TCSETA, &noecho); in ttyecho()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/src/
H A Dtool_getpass.c186 static struct_term noecho; in ttyecho() local
193 noecho = withecho; in ttyecho()
194 noecho.c_lflag &= ~ECHO; in ttyecho()
195 tcsetattr(fd, TCSANOW, &noecho); in ttyecho()
198 noecho = withecho; in ttyecho()
199 noecho.c_lflag &= ~ECHO; in ttyecho()
200 ioctl(fd, TCSETA, &noecho); in ttyecho()
/dports/devel/gh/cli-2.4.0/vendor/github.com/muesli/termenv/
H A Dtermenv_unix.go186 noecho := *t
187 noecho.Lflag = noecho.Lflag &^ unix.ECHO
188 noecho.Lflag = noecho.Lflag &^ unix.ICANON
189 if err := unix.IoctlSetTermios(unix.Stdout, tcsetattr, &noecho); err != nil {

12345678910>>...63