Home
last modified time | relevance | path

Searched refs:OP_DEFINED (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dopnames.h60 OP_DEFINED = 43, enumerator
Dop.c2167 case OP_DEFINED: in Perl_scalarvoid()
3707 if ((type == OP_EXISTS || type == OP_DEFINED) && in Perl_doref()
3729 if (type == OP_DEFINED) in Perl_doref()
3752 if (type == OP_DEFINED) in Perl_doref()
3766 if (!(o->op_flags & OPf_KIDS) || type == OP_DEFINED) in Perl_doref()
9218 expr = newUNOP(OP_DEFINED, 0, in Perl_newLOOPOP()
9228 expr = newUNOP(OP_DEFINED, 0, expr); in Perl_newLOOPOP()
9237 expr = newUNOP(OP_DEFINED, 0, expr); in Perl_newLOOPOP()
9314 expr = newUNOP(OP_DEFINED, 0, in Perl_newWHILEOP()
9324 expr = newUNOP(OP_DEFINED, 0, expr); in Perl_newWHILEOP()
[all …]
Dtoke.c8117 UNI(OP_DEFINED); in yyl_word_or_keyword()
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dop381 defined $a ; # OP_DEFINED
500 defined $a ; # OP_DEFINED