Searched refs:OP_LSTAT (Results 1 – 7 of 7) sorted by relevance
287 OP_LSTAT = 270, enumerator
2353 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()
1077 #define OP_IS_STAT(op) (OP_IS_FILETEST(op) || (op) == OP_LSTAT || (op) == OP_STAT)
3080 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)
64 case OP_LSTAT: in S_scalar_slice_warning()
8417 UNI(OP_LSTAT); in yyl_word_or_keyword()
1524 fakeop.op_type = ix ? OP_LSTAT : OP_STAT;