Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dopcode.h1349 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 …]
Dpp.sym19 Perl_ck_ftst
Dpp_proto.h18 PERL_CKDEF(Perl_ck_ftst)
Dglobal.sym689 Perl_ck_ftst
Dembed.h1670 #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)
Dop.c403 || (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
Dproto.h2202 PERL_CALLCONV OP* Perl_ck_ftst(pTHX_ OP *o)