Searched refs:suppress (Results 1 - 25 of 43) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/
H A Dsr.pl3 suppress => [0x0418, 0x0438],
H A Dmk.pl3 suppress => [0x0418, 0x0438],
H A Dcu.pl5 suppress => [0x0418, 0x0438],
/openbsd-current/sbin/scsi/
H A Dlibscsi.c144 int suppress; local
156 if (!suppress) { \
165 suppress = 0; \
170 suppress = 0;
192 suppress = 1;
279 if (!suppress) {
298 suppress = 0;
311 /* You can't suppress a seek value. You also
408 int suppress = 0; local
452 suppress
569 int width, value, error, suppress; local
[all...]
/openbsd-current/gnu/llvm/llvm/tools/opt-viewer/
H A Dopt-viewer.py38 def suppress(remark): function
104 if not suppress(remark):
231 if not suppress(remark):
/openbsd-current/lib/libcbor/src/cbor/
H A Dcommon.h92 #define _CBOR_UNUSED(x) __pragma(warning(suppress : 4100 4101)) x
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc165 bool suppressed; // suppress assignment ("*")
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dd10v-tdep.c1278 int i, count, trace_show_source, first, suppress; local
1290 suppress = 0;
1309 suppress = 0;
1313 if (!suppress)
1317 suppress = 1;
H A Dgnu-nat.c165 int suppress; /* Something trivial happened. */
685 inf->wait.suppress = 0;
1560 w->suppress = 1;
1589 if (inf->wait.suppress)
1716 inf->wait.suppress = 1;
1750 inf->wait.suppress = 1;
1767 inf->wait.suppress = 1;
1866 inf->wait.suppress = 1; /* Something odd happened. Ignore. */
1913 inf->wait.suppress = 1;
164 int suppress; /* Something trivial happened. */ member in struct:inf_wait
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp505 bool suppress, stop, notify; local
506 signals->GetSignalInfo(signo, suppress, stop, notify);
507 dictionary->AddBooleanItem("suppress", suppress);
/openbsd-current/gnu/usr.bin/perl/lib/
H A DBenchmark.t295 is ($got, '', "format 'none' should suppress output");
382 is ($got =~ tr/ \t\n//c, 0, "format 'none' should suppress output");
506 # Not giving auto should suppress timethese results.
562 is ($got, '', "format 'none' should suppress output");
586 is ($got, '', "format 'none' should suppress output");
619 is ($got, '', "'none' should suppress all output");
H A Dvmsish.pm57 VMS error messages. It does not suppress any messages from Perl
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dencguess90 suppress display of unidentified types
/openbsd-current/gnu/llvm/lld/MachO/
H A DConfig.h60 suppress, member in class:lld::macho::UndefinedSymbolTreatment
H A DSymbolTable.cpp361 config->undefinedSymbolTreatment == UndefinedSymbolTreatment::suppress) {
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp1682 bool suppress; local
1686 if (signals_sp->GetSignalInfo(signo, suppress, stop, notify)) {
1687 bool pass = !suppress;
1798 bool suppress = !pass_action; variable
1799 signals_sp->SetShouldSuppress(signo, suppress);
1855 bool suppress = !pass_action; variable
1856 signals_sp->SetShouldSuppress(signo, suppress);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp732 bool suppress{false};
733 auto object_sp = dict->GetValueForKey("suppress");
735 suppress = object_sp->GetBooleanValue();
752 remote_signals_sp->AddSignal(signo, name.str().c_str(), suppress, stop,
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/Html/
H A DUtil.pm129 --[no]quiet - suppress some benign warning messages (default is off).
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1371 bool SetSuppresStopHooks(bool suppress) { argument
1373 m_suppress_stop_hooks = suppress;
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/
H A DCollate.pm128 suppress suppressHash
281 # keys of $self->{suppressHash} are $self->{suppress}.
282 if ($self->{suppress} && @{ $self->{suppress} }) {
283 @{ $self->{suppressHash} }{ @{ $self->{suppress} } } = ();
1097 suppress => \@charList,
1679 =item suppress
1688 suppress => [0x0400..0x0417, 0x041A..0x0437, 0x043A..0x045F],
/openbsd-current/gnu/usr.bin/perl/os2/
H A Dos2.c2630 int suppress = SvOK(sv); local
2631 char *s = suppress ? SvPV(sv, n_a) : NULL;
2635 if (suppress && !isALPHA(drive))
2637 if (CheckOSError(DosSuppressPopUps((suppress
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/
H A Dbigrat.pm538 L<Math::BigInt> fell back to one of the default libraries. To suppress this
H A Dbigint.pm591 L<Math::BigInt> fell back to one of the default libraries. To suppress this
H A Dbigfloat.pm554 L<Math::BigInt> fell back to one of the default libraries. To suppress this
/openbsd-current/gnu/usr.bin/perl/dist/threads-shared/lib/threads/
H A Dshared.pm472 can suppress the warning with:

Completed in 495 milliseconds

12