Searched refs:LOGOP (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ext/B/t/ |
| D | terse.t | 40 qw ( OP COP LOOP PMOP UNOP BINOP LOGOP LISTOP PVOP );
|
| D | concise.t | 467 LOGOP \(0x\w+\)
|
| D | b.t | 378 LOGOP => [ qw(other) ],
|
| /openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/ |
| D | b.typemap | 6 B::LOGOP T_OP_OBJ
|
| /openbsd/src/gnu/usr.bin/perl/ext/B/ |
| D | typemap | 6 B::LOGOP T_OP_OBJ
|
| D | B.pm | 71 @B::LOGOP::ISA = 'B::UNOP';
|
| D | B.xs | 69 sizeof(LOGOP), 446 typedef LOGOP *B__LOGOP; 824 B::LOGOP::other = 7
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | op.h | 462 #define cLOGOPx(o) ((LOGOP*)(o))
|
| D | op.c | 1714 LOGOP * 1717 LOGOP *logop; in Perl_alloc_LOGOP() 1719 NewOp(1101, logop, 1, LOGOP); in Perl_alloc_LOGOP() 7352 LOGOP *rcop; in Perl_pmruntime() 8804 LOGOP *logop; in S_new_logop() 8983 LOGOP *logop; in Perl_newCONDOP() 9121 LOGOP *range; in Perl_newRANGE() 9549 LOGOP* const range = cLOGOPx(flip->op_first); in Perl_newFOROP() 9714 LOGOP *enterop; in S_newGIVWHENOP() 12426 LOGOP *enter; in Perl_ck_eval() [all …]
|
| D | perl.c | 3132 LOGOP myop; /* fake syntax tree node */ in Perl_call_sv() 3157 Zero(&myop, 1, LOGOP); in Perl_call_sv()
|
| D | perl.h | 3244 typedef struct logop LOGOP; typedef
|
| D | proto.h | 179 PERL_CALLCONV LOGOP *
|
| D | embed.fnc | 615 px |LOGOP *|alloc_LOGOP |I32 type \
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlguts.pod | 2503 Finally, there is a C<LOGOP>, or logic op. Like a C<LISTOP>, this has one 2508 execution path. Operators like C<and>, C<or> and C<?> are C<LOGOP>s. Note 2510 of the C<LOGOP>. 2512 =for apidoc Ayh||LOGOP
|
| D | perl5380delta.pod | 191 otherwise not get invoked (e.g. when creating a custom LOGOP). To get access
|
| D | perl5140delta.pod | 3661 The C<B> module was returning C<B::OP>s instead of C<B::LOGOP>s for
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 1453 px |LOGOP* |alloc_LOGOP |I32 type|NULLOK OP *first|NULLOK OP *other
|