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

/openbsd-current/gnu/usr.bin/perl/
H A Dperly.h103 KW_REQUIRE = 302, enumerator in enum:yytokentype
H A Dperly.y73 %token <ival> KW_REQUIRE KW_DO
143 %nonassoc KW_REQUIRE
1465 | KW_REQUIRE /* require, $_ implied */
1466 { $$ = newOP(OP_REQUIRE, $KW_REQUIRE ? OPf_SPECIAL : 0); }
1467 | KW_REQUIRE term[operand] /* require Foo */
1468 { $$ = newUNOP(OP_REQUIRE, $KW_REQUIRE ? OPf_SPECIAL : 0, $operand); }
H A Dtoke.c461 DEBUG_TOKEN (IVAL, KW_REQUIRE),
6965 return REPORT( (int)KW_REQUIRE );

Completed in 88 milliseconds