Home
last modified time | relevance | path

Searched refs:OP_LSTAT (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dopnames.h287 OP_LSTAT = 270, enumerator
Ddoio.c2353 if (PL_laststype != OP_LSTAT) in Perl_my_lstat_flags()
2371 if (PL_laststype != OP_LSTAT) in Perl_my_lstat_flags()
2376 PL_laststype = OP_LSTAT; in Perl_my_lstat_flags()
Dop.h1077 #define OP_IS_STAT(op) (OP_IS_FILETEST(op) || (op) == OP_LSTAT || (op) == OP_STAT)
Dpp_sys.c3080 if (PL_op->op_type == OP_LSTAT) {
3089 } else if (PL_laststype != OP_LSTAT)
3140 if (PL_op->op_type == OP_LSTAT)
3153 else if (PL_op->op_type == OP_LSTAT)
Dpeep.c64 case OP_LSTAT: in S_scalar_slice_warning()
Dtoke.c8417 UNI(OP_LSTAT); in yyl_word_or_keyword()
/openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/
DHiRes.xs1524 fakeop.op_type = ix ? OP_LSTAT : OP_STAT;