Searched refs:Perl_ck_ftst (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | opcode.h | 1349 MEMBER_TO_FPTR(Perl_ck_ftst), /* lstat */ 1350 MEMBER_TO_FPTR(Perl_ck_ftst), /* stat */ 1351 MEMBER_TO_FPTR(Perl_ck_ftst), /* ftrread */ 1352 MEMBER_TO_FPTR(Perl_ck_ftst), /* ftrwrite */ 1353 MEMBER_TO_FPTR(Perl_ck_ftst), /* ftrexec */ 1354 MEMBER_TO_FPTR(Perl_ck_ftst), /* fteread */ 1355 MEMBER_TO_FPTR(Perl_ck_ftst), /* ftewrite */ 1356 MEMBER_TO_FPTR(Perl_ck_ftst), /* fteexec */ 1357 MEMBER_TO_FPTR(Perl_ck_ftst), /* ftis */ 1358 MEMBER_TO_FPTR(Perl_ck_ftst), /* fteowned */ [all …]
|
| D | pp.sym | 19 Perl_ck_ftst
|
| D | pp_proto.h | 18 PERL_CKDEF(Perl_ck_ftst)
|
| D | global.sym | 689 Perl_ck_ftst
|
| D | embed.h | 1670 #define ck_ftst Perl_ck_ftst 1727 #define ck_ftst Perl_ck_ftst 3712 #define ck_ftst(a) Perl_ck_ftst(aTHX_ a) 3769 #define ck_ftst(a) Perl_ck_ftst(aTHX_ a)
|
| D | op.c | 403 || (PL_check[o->op_type] != MEMBER_TO_FPTR(Perl_ck_ftst))) in Perl_op_clear() 1349 PL_check[o->op_type] == MEMBER_TO_FPTR(Perl_ck_ftst)) in Perl_mod() 5253 Perl_ck_ftst(pTHX_ OP *o) in Perl_ck_ftst() function
|
| D | proto.h | 2202 PERL_CALLCONV OP* Perl_ck_ftst(pTHX_ OP *o)
|