Home
last modified time | relevance | path

Searched refs:silent (Results 1 – 25 of 198) sorted by relevance

12345678

/openbsd/gnu/usr.bin/perl/lib/ExtUtils/
H A DXSSymSet.pm9 my($pkg,$maxlen,$silent) = @_;
14 $silent ||= 0;
21 my($self,$name,$maxlen,$silent) = @_;
29 unless (defined $silent) {
30 if (ref $self) { $silent ||= $self->{'__S!lent'}; }
31 $silent ||= 0;
81 my($self,$sym,$maxlen,$silent) = @_;
87 $silent ||= $self->{'__S!lent'} || 0;
91 $trimmed = $self->trimsym($sym,$maxlen-3,$silent);
94 unless $silent;
[all …]
/openbsd/usr.bin/radioctl/
H A Dradioctl.c139 int silent = 0; in main() local
155 silent = 1; in main()
198 do_ioctls(rd, &opt, silent); in main()
203 silent); in main()
231 if (!silent) in show_verbose()
255 if (!silent) in do_ioctls()
552 show_verbose(nick, silent); in show_int_val()
559 show_verbose(nick, silent); in show_float_val()
566 show_verbose(nick, silent); in show_char_val()
589 "MHz", silent); in print_vars()
[all …]
/openbsd/usr.bin/make/
H A Dengine.c522 bool silent; in handle_job_status() local
529 silent = !DEBUG(JOB); in handle_job_status()
531 silent = false; in handle_job_status()
546 if (!silent) in handle_job_status()
555 if (!silent) { in handle_job_status()
559 if (!silent) in handle_job_status()
565 if (!silent) in handle_job_status()
570 if (!silent) in handle_job_status()
622 silent = Targ_Silent(job->node); in do_run_command()
651 if ( noExecute || !silent) in do_run_command()
[all …]
/openbsd/lib/libcurses/tinfo/
H A Dcomp_scan.c386 _nc_get_token(bool silent) in _nc_get_token() argument
481 if (!silent) in _nc_get_token()
631 if (!silent) { in _nc_get_token()
650 if (!silent) in _nc_get_token()
654 if (!silent) in _nc_get_token()
658 if (!silent) in _nc_get_token()
699 if ((ch = next_char()) != separator && !silent) in _nc_get_token()
715 if (!silent) { in _nc_get_token()
736 if (!silent && ch != separator) in _nc_get_token()
749 if (!silent) in _nc_get_token()
[all …]
H A Dparse_entry.c212 if (!silent) in expected_type()
287 _nc_parse_entry(ENTRY * entryp, int literal, bool silent) in _nc_parse_entry() argument
297 (void *) entryp, literal, silent)); in _nc_parse_entry()
299 token_type = _nc_get_token(silent); in _nc_parse_entry()
368 for (token_type = _nc_get_token(silent); in _nc_parse_entry()
370 token_type = _nc_get_token(silent)) { in _nc_parse_entry()
427 if (entry_ptr && !silent) in _nc_parse_entry()
443 if (entry_ptr && !silent) in _nc_parse_entry()
479 if (!silent) in _nc_parse_entry()
526 if (!silent) { in _nc_parse_entry()
[all …]
/openbsd/regress/lib/libc/malloc/malloc0test/
H A Dmalloc0test.c66 int ch, silent = 0; in main() local
73 silent = 1; in main()
115 if (!silent && count % 100000 == 0 && count != 0) in main()
/openbsd/usr.bin/vi/common/
H A Dmain.c57 int ch, flagchk, secure, startup, readonly, rval, silent; in editor() local
119 secure = silent = 0; in editor()
183 silent = 1; in editor()
235 if (silent && !LF_ISSET(SC_EX)) { in editor()
240 silent = 1; in editor()
282 if (silent) { /* Ex batch mode option values. */ in editor()
293 if (!silent && startup) { /* Read EXINIT, exrc files. */ in editor()
/openbsd/games/hack/
H A Dhack.pager.c364 page_file(char *fnam, boolean silent) in page_file() argument
373 if(!silent) pline("Cannot open %s.", fnam); in page_file()
384 if(!silent) printf("Cannot open %s as stdin.\n", fnam); in page_file()
387 if(!silent) printf("Cannot exec %s.\n", catmore); in page_file()
398 if(!silent) { in page_file()
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DAuthor.pm63 my $silent = shift || 0;
74 $CPAN::Frontend->myprint("Directory $csf[1]/ does not exist\n") unless $silent ;
79 $CPAN::Frontend->myprint("Directory $id/ does not exist\n") unless $silent;
100 unless ($silent >= 2) {
/openbsd/usr.sbin/rdate/
H A Drdate.c77 int pr = 0, silent = 0, ntp = 1, verbose = 0; in main() local
98 silent = 1; in main()
197 if (!silent) { in main()
/openbsd/usr.bin/lndir/
H A Dlndir.c64 int silent; /* -silent */ variable
94 silent = 1; in main()
247 curdir = silent ? buf : NULL; in dodir()
248 if (!silent) in dodir()
/openbsd/usr.bin/vi/ex/
H A Dex_read.c295 int silent) in ex_readfp() argument
319 if (!silent) { in ex_readfp()
337 if (!silent) { in ex_readfp()
352 if (!silent) in ex_readfp()
H A Dex_write.c268 u_long *nch, int silent) in ex_writefp() argument
311 if (!silent) { in ex_writefp()
352 if (!silent) in ex_writefp()
H A Dex_shell.c144 proc_wait(SCR *sp, pid_t pid, const char *cmd, int silent, int okpipe) in proc_wait() argument
188 if (!silent) { in proc_wait()
/openbsd/gnu/usr.bin/perl/
H A Dinstall_lib.pl78 unless $opts{silent};
92 unless $opts{silent};
94 if $Is_VMS and -e $to and !$opts{silent};
H A Dinstallman46 destdir:s notify|n help|h|? silent|S verbose|V strip))
169 print " $xmanpage\n" unless $opts{silent};
174 local $opts{silent} = 1;
H A Dconfigure.gnu49 --silent
75 --quiet|--silent)
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.h313 unsigned char silent; member
767 extern void disable_breakpoints_in_shlibs (int silent);
769 extern void disable_breakpoints_at_startup (int silent);
H A Dgdbinit.in9 silent
/openbsd/sys/arch/alpha/alpha/
H A Ddec_6600.c333 int silent = 0; in dec_6600_environmental_mcheck() local
358 silent = 1; in dec_6600_environmental_mcheck()
377 silent = 1; in dec_6600_environmental_mcheck()
381 if (silent == 0) { in dec_6600_environmental_mcheck()
/openbsd/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/
H A Dkernel.py161 self, code, silent, store_history=True, user_expressions=None, allow_stdin=False argument
177 if not silent:
/openbsd/lib/libedit/
H A Dterminal.c1468 silent = 1; in terminal_echotc()
1518 if (!silent) in terminal_echotc()
1561 if (!silent) in terminal_echotc()
1572 if (!silent) in terminal_echotc()
1580 if (!silent) in terminal_echotc()
1589 if (!silent) in terminal_echotc()
1607 if (!silent) in terminal_echotc()
1614 if (!silent) in terminal_echotc()
1623 if (!silent) in terminal_echotc()
1630 if (!silent) in terminal_echotc()
[all …]
/openbsd/bin/chmod/
H A Dchmod.c294 a_uid(const char *s, int silent) in a_uid() argument
309 if (silent) in a_uid()
/openbsd/usr.sbin/pppd/
H A Dlcp.h71 int silent : 1; /* Wait for the other end to start first */ member
/openbsd/gnu/usr.bin/binutils-2.17/etc/
H A Dconfigure291 silent=
501 | -silent | --silent | --silen | --sile | --sil)
502 silent=yes ;;
665 test "$silent" = yes && exec 6>/dev/null
958 | -silent | --silent | --silen | --sile | --sil)
973 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1840 | -silent | --silent | --silen | --sile | --sil | --si | --s)
2231 test "$silent" = yes &&

12345678