Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 25 of 66) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/lib/
H A Dwarnings.pm441 sub NORMAL () { 1 };
514 foreach my $type (FATAL, NORMAL) {
524 return if ($wanted & (NORMAL | FATAL | MESSAGE))
525 == (NORMAL | FATAL | MESSAGE)
580 return __chk(NORMAL, @_);
595 return __chk(NORMAL | FATAL | MESSAGE, @_);
600 return __chk(NORMAL | LEVEL, @_);
615 return __chk(NORMAL | FATAL | MESSAGE | LEVEL, @_);
620 delete @warnings::{qw(NORMAL FATAL MESSAGE LEVEL)};
435 sub NORMAL () { 1 }; global() subroutine
/openbsd-src/usr.bin/ul/
H A Dul.c52 #define NORMAL 000 macro
347 lastmode = NORMAL; in flushln()
362 if (lastmode != NORMAL) in flushln()
412 case NORMAL: in iattr()
554 if (curmode != NORMAL && newmode != NORMAL) in msetmode()
555 msetmode(NORMAL); in msetmode()
557 case NORMAL: in msetmode()
559 case NORMAL: in msetmode()
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dwarnings.pl829 sub NORMAL () { 1 };
902 foreach my $type (FATAL, NORMAL) {
912 return if ($wanted & (NORMAL | FATAL | MESSAGE))
913 == (NORMAL | FATAL | MESSAGE)
968 return __chk(NORMAL, @_);
983 return __chk(NORMAL | FATAL | MESSAGE, @_);
988 return __chk(NORMAL | LEVEL, @_);
1003 return __chk(NORMAL | FATAL | MESSAGE | LEVEL, @_);
1008 delete @warnings::{qw(NORMAL FATAL MESSAGE LEVEL)};
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash56.C43 enum Action { NORMAL, REMOVE_CURRENT }; enumerator
47 void next(Vix& x, Action a = NORMAL);
51 void prev(Vix& x, Action a = NORMAL);
103 void next(Vix& x, ListDProto::Action a = NORMAL) const
109 void prev(Vix& x, ListDProto::Action a = NORMAL) const
148 using ListD<T>::NORMAL;
276 typename ListD<T>::Action a = NORMAL; in remove()
279 a = operator()(x) == item ? REMOVE_CURRENT: NORMAL;// ERROR - .* in remove()
/openbsd-src/usr.bin/tr/
H A Dstr.c64 case NORMAL: in next()
88 s->state = NORMAL; in next()
95 s->state = NORMAL; in next()
101 s->state = NORMAL; in next()
H A Dtr.c79 STR s1 = { STRING1, NORMAL, 0, OOBCH, { 0, OOBCH }, NULL, NULL };
80 STR s2 = { STRING2, NORMAL, 0, OOBCH, { 0, OOBCH }, NULL, NULL };
H A Dextern.h37 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state; enumerator
/openbsd-src/gnu/llvm/compiler-rt/include/xray/
H A Dxray_records.h68 NORMAL = 0, enumerator
76 uint16_t RecordType = RecordTypes::NORMAL;
/openbsd-src/usr.bin/pr/
H A Dpr.c292 if (rc != NORMAL) in onecol()
521 if (rc != NORMAL) in vertcol()
525 if (rc != NORMAL) in vertcol()
551 if ((rc != NORMAL) && cvc && ((mvc-cvc) >= clcnt)){ in vertcol()
634 if (rc != NORMAL) in vertcol()
776 if (rc != NORMAL) in horzcol()
788 if (rc != NORMAL) in horzcol()
954 rc[j] = NORMAL; in mulfile()
1028 if (rc[j] == NORMAL ) { in mulfile()
1098 rc[j] = NORMAL; in mulfile()
[all …]
H A Dpr.h70 #define NORMAL 0 macro
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddfaddsub.S55 #define NORMAL p3 macro
84 NORMAL = dfclass(A,#2) define
85 NORMAL = dfclass(B,#2) define
90 if (!NORMAL) jump .Ladd_abnormal // If abnormal, go to special code
102 #undef NORMAL
H A Ddfsqrt.S43 #define NORMAL p2 macro
85 NORMAL = dfclass(A,#DFCLASS_NORMAL) // Is it normal define
86 NORMAL = cmp.gt(AH,#-1) // and positive? define
87 if (!NORMAL.new) jump:nt .Lsqrt_abnormal
90 #undef NORMAL
H A Ddfdiv.S43 #define NORMAL p2 macro
79 NORMAL = dfclass(A,#DFCLASS_NORMAL) define
80 NORMAL = dfclass(B,#DFCLASS_NORMAL) define
97 if (!NORMAL) jump .Ldiv_abnormal
354 #undef NORMAL
/openbsd-src/gnu/usr.bin/perl/
H A Dpp.h169 #define NORMAL PL_op->op_next
209 #define RETURN return (PUTBACK, NORMAL)
211 #define RETURNX(x) return (x, PUTBACK, NORMAL)
670 return NORMAL; \
675 return NORMAL; \
118 #define NORMAL global() macro
H A Dpp.c41 return NORMAL; in PP()
53 return NORMAL; in PP()
60 return NORMAL; in PP()
86 return NORMAL; in PP()
203 return NORMAL; in PP()
281 return NORMAL; in PP()
298 return NORMAL; in PP()
343 return NORMAL; in PP()
370 return NORMAL; in PP()
374 return NORMAL; in PP()
[all...]
/openbsd-src/sys/dev/isa/
H A Dspkr.c135 #define NORMAL 7 /* 7/8ths of note interval is filled */ macro
171 fill = NORMAL; in playinit()
359 fill = NORMAL; in playstring()
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.h23 { NORMAL, /* Ordinary declaration */ enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.h23 { NORMAL, /* Ordinary declaration */ enumerator
/openbsd-src/usr.sbin/apmd/
H A Dapmsubr.c91 case NORMAL: in apm_state()
H A Dapm-proto.h44 NORMAL, enumerator
H A Dapmd.c276 reply.newstate = NORMAL; in handle_client()
281 reply.newstate = NORMAL; in handle_client()
286 reply.newstate = NORMAL; in handle_client()
291 reply.newstate = NORMAL; in handle_client()
/openbsd-src/gnu/llvm/llvm/utils/
H A Dabtest.py55 NORMAL = ESCAPE % "0" variable
56 FAILED = RED + "failed" + NORMAL
83 stderr.write("%s%s%s: " % (BOLD, name, NORMAL))
/openbsd-src/gnu/usr.bin/perl/cpan/NEXT/t/
H A Dnext.t55 # TEST NORMAL REDISPATCH (ok 2..6)
59 # RETEST NORMAL REDISPATCH SHOULD BE THE SAME (ok 7)
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.h34 NORMAL, enumerator
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DBidiMirroring.txt170 22B2; 22B3 # NORMAL SUBGROUP OF
171 22B3; 22B2 # CONTAINS AS NORMAL SUBGROUP
172 22B4; 22B5 # NORMAL SUBGROUP OF OR EQUAL TO
173 22B5; 22B4 # CONTAINS AS NORMAL SUBGROUP OR EQUAL TO
177 22C9; 22CA # LEFT NORMAL FACTOR SEMIDIRECT PRODUCT
178 22CA; 22C9 # RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT
204 22EA; 22EB # [BEST FIT] NOT NORMAL SUBGROUP OF
205 22EB; 22EA # [BEST FIT] DOES NOT CONTAIN AS NORMAL SUBGROUP
206 22EC; 22ED # [BEST FIT] NOT NORMAL SUBGROUP OF OR EQUAL TO
207 22ED; 22EC # [BEST FIT] DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL

123