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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp303 sub check_keyword {
397 while $kwd = check_keyword($pattern) ;
1087 while ($kwd = check_keyword("REQUIRE|PROTOTYPES|FALLBACK|VERSIONCHECK|INCLUDE")) {
1093 if (check_keyword("BOOT")) {
1315 &CASE_handler if check_keyword("CASE");
1372 if (check_keyword("PPCODE")) {
1377 } elsif (check_keyword("CODE")) {
1485 if (check_keyword("CASE")) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dproto.h1220 STATIC char* S_force_word(pTHX_ char *start, int token, int check_keyword, int allow_pack, int allow_tick);
H A Dtoke.c756 * int check_keyword : if true, Perl checks to make sure the word isn't
764 S_force_word(pTHX_ register char *start, int token, int check_keyword, int allow_pack, int allow_initial_tick) argument
776 if (check_keyword && keyword(PL_tokenbuf, len))

Completed in 31 milliseconds