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

/openbsd-current/gnu/usr.bin/perl/
H A Dperly.h114 METHCALL = 313, enumerator in enum:yytokentype
200 case METHCALL:
H A Dperly.y84 %token <opval> BAREWORD METHCALL0 METHCALL THING PMFUNC PRIVATEREF QWLIST
1118 | METHCALL indirob PERLY_PAREN_OPEN optexpr PERLY_PAREN_CLOSE /* method $object (@args) */
1122 newMETHOP(OP_METHOD, 0, $METHCALL)));
H A Dtoke.c477 DEBUG_TOKEN (OPVAL, METHCALL),
4619 * METHCALL (bar->foo(args)) or METHCALL0 (bar->foo args).
4675 return *s == '(' ? METHCALL : METHCALL0;
4708 return *s == '(' ? METHCALL : METHCALL0;

Completed in 117 milliseconds