Searched refs:Perl_ck_ftst (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | opcode.h | 1348 MEMBER_TO_FPTR(Perl_ck_ftst), /* lstat */ 1349 MEMBER_TO_FPTR(Perl_ck_ftst), /* stat */ 1350 MEMBER_TO_FPTR(Perl_ck_ftst), /* ftrread */ 1351 MEMBER_TO_FPTR(Perl_ck_ftst), /* ftrwrite */ 1352 MEMBER_TO_FPTR(Perl_ck_ftst), /* ftrexec */ 1353 MEMBER_TO_FPTR(Perl_ck_ftst), /* fteread */ 1354 MEMBER_TO_FPTR(Perl_ck_ftst), /* ftewrite */ 1355 MEMBER_TO_FPTR(Perl_ck_ftst), /* fteexec */ 1356 MEMBER_TO_FPTR(Perl_ck_ftst), /* ftis */ 1357 MEMBER_TO_FPTR(Perl_ck_ftst), /* fteowne [all...] |
H A D | pp_proto.h | 17 PERL_CKDEF(Perl_ck_ftst)
|
H A D | op.c | 348 || (PL_check[o->op_type] != MEMBER_TO_FPTR(Perl_ck_ftst))) 1273 PL_check[o->op_type] == MEMBER_TO_FPTR(Perl_ck_ftst)) 5140 Perl_ck_ftst(pTHX_ OP *o) function
|
H A D | embed.h | 2199 #define ck_ftst Perl_ck_ftst 4716 #define ck_ftst(a) Perl_ck_ftst(aTHX_ a)
|
Completed in 62 milliseconds