| /mirbsd/src/usr.bin/units/ |
| D | units.c | 316 addunit(struct unittype *theunit, char *toadd, int flip) in addunit() argument 348 if (doingtop ^ flip) in addunit() 358 if (doingtop ^ flip) in addunit() 369 if (doingtop ^ flip) in addunit() 384 if (addsubunit(doingtop ^ flip in addunit() 537 reduceproduct(struct unittype *theunit, int flip) in reduceproduct() argument 542 if (flip) in reduceproduct() 564 if (addunit(theunit, toadd, flip)) in reduceproduct()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/ |
| D | flip-flop | 16 flip is an UNOP. 35 ^--- flip <----- flop 46 /* flip */
|
| D | runtime.porting | 164 flip 7 4 modifies flow of control
|
| /mirbsd/src/usr.bin/tip/ |
| D | tip.c | 598 int i, flip, clr, set; local 610 flip = 0; 614 flip = 0200; /* reverse bit 7 */ 624 partab[i] = ((evenpartab[i] ^ flip) | set) & clr;
|
| /mirbsd/src/sys/arch/sparc/sparc/ |
| D | bsd_fdintr.s | 76 ! flip TC bit in auxreg 90 ! flip TC bit in auxreg 236 ! flip TC bit in auxreg
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | valprint.c | 687 int flip; in print_decimal_chars() local 715 flip = 0; in print_decimal_chars() 734 if (flip == 0) in print_decimal_chars() 739 flip = 1; in print_decimal_chars() 747 flip = 0; in print_decimal_chars()
|
| /mirbsd/src/gnu/usr.bin/perl/t/ |
| D | test.pl | 253 my ($flip, $got, $expected, $name, @mess) = @_; 255 $pass = $got =~ /$expected/ if !$flip; 256 $pass = $got !~ /$expected/ if $flip;
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ |
| D | TESTS | 34 op/flip.t OK ok OK
|
| D | README | 265 it behaves as a range or a flip/flop. Standard perl delays until
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | op.c | 3690 OP *flip; in Perl_newRANGE() local 3708 flip = newUNOP(OP_FLIP, flags, (OP*)range); in Perl_newRANGE() 3709 flop = newUNOP(OP_FLOP, 0, flip); in Perl_newRANGE() 3714 left->op_next = flip; in Perl_newRANGE() 3719 flip->op_targ = pad_alloc(OP_RANGE, SVs_PADMY); in Perl_newRANGE() 3720 sv_upgrade(PAD_SV(flip->op_targ), SVt_PVNV); in Perl_newRANGE() 3722 flip->op_private = left->op_type == OP_CONST ? OPpFLIP_LINENUM : 0; in Perl_newRANGE() 3725 flip->op_next = o; in Perl_newRANGE() 3726 if (!flip->op_private || !flop->op_private) in Perl_newRANGE() 3942 UNOP* const flip = (UNOP*)((UNOP*)((BINOP*)expr)->op_first)->op_first; in Perl_newFOROP() local [all …]
|
| D | pp_ctl.c | 1010 int flip = 0; in PP() local 1014 flip = SvIV(sv) == (IV)IoLINES(GvIOp(PL_last_in_gv)); in PP() 1019 flip = SvIV(sv) == SvIV(GvSV(gv)); in PP() 1022 flip = SvTRUE(sv); in PP() 1024 if (flip) { in PP()
|
| D | MANIFEST | 111 ext/B/ramblings/flip-flop Compiler ramblings: notes on flip-flop 2747 t/op/flip.t See if range operator works
|
| D | Changes5.005 | 14647 +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop 14839 ! t/op/flip.t t/op/pat.t t/op/push.t 18667 ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t 19100 + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop 19316 + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
|
| D | Changes5.6 | 15500 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop 18764 Log: flip release & version in win32_uname()
|
| D | Changes5.004 | 4093 Files: pp_ctl.c t/op/flip.t
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/ |
| D | Functions.pm | 301 reverse String,LIST flip a string or a list
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elflink.c | 783 struct elf_link_hash_entry *flip; in _bfd_elf_merge_symbol() local 1223 flip = NULL; in _bfd_elf_merge_symbol() 1251 flip = *sym_hash; in _bfd_elf_merge_symbol() 1298 flip = *sym_hash; in _bfd_elf_merge_symbol() 1303 if (flip != NULL) in _bfd_elf_merge_symbol() 1309 flip->root.type = h->root.type; in _bfd_elf_merge_symbol() 1311 h->root.u.i.link = (struct bfd_link_hash_entry *) flip; in _bfd_elf_merge_symbol() 1312 (*bed->elf_backend_copy_indirect_symbol) (bed, flip, h); in _bfd_elf_merge_symbol() 1313 flip->root.u.undef.abfd = h->root.u.undef.abfd; in _bfd_elf_merge_symbol() 1317 flip->ref_dynamic = 1; in _bfd_elf_merge_symbol()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/B/ |
| D | Deparse.pm | 2071 my $flip = $op->first; 2072 my $type = ($flip->flags & OPf_SPECIAL) ? "..." : ".."; 2073 return $self->range($flip->first, $cx, $type);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/ |
| D | Tutorial.pod | 251 On the flip side, don't be tempted to prematurely declare a test
|
| /mirbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic79xx.seq | 1981 * BITBUCKET, flip that on and let the hardware eat any overrun
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlop.pod | 530 bistable, like a flip-flop, and emulates the line-range (comma) operator
|
| D | perl58delta.pod | 3263 op/flip.t 15 1 6.67% 15
|
| /mirbsd/src/share/dict/ |
| D | words | 8952 flip
|
| D | web2a | 22229 flip-flap 22230 flip glass 22233 flip-up
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | as.texinfo | 5106 @code{.previous} directives in a row will flip between two sections (and their
|