Searched refs:PMFUNC (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dperly.h116 PMFUNC = 315, enumerator in enum:yytokentype
204 case PMFUNC:
H A Dperly.y84 %token <opval> BAREWORD METHCALL0 METHCALL THING PMFUNC PRIVATEREF QWLIST
1490 | PMFUNC /* m//, s///, qr//, tr/// */
1492 if ( $PMFUNC->op_type != OP_TRANS
1493 && $PMFUNC->op_type != OP_TRANSR
1494 && (((PMOP*)$PMFUNC)->op_pmflags & PMf_HAS_CV))
1502 { $$ = pmruntime($PMFUNC, $listexpr, $optrepl, 1, $<ival>2); }
H A Dtoke.c519 DEBUG_TOKEN (OPVAL, PMFUNC),
2516 * make (we return THING if pl_yylval.ival is OP_NULL, PMFUNC otherwise).
2565 return PMFUNC;

Completed in 97 milliseconds