Home
last modified time | relevance | path

Searched refs:check_keyword (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
Dxsubpp311 sub check_keyword {
405 while $kwd = check_keyword($pattern) ;
1096 while ($kwd = check_keyword("REQUIRE|PROTOTYPES|FALLBACK|VERSIONCHECK|INCLUDE")) {
1102 if (check_keyword("BOOT")) {
1328 &CASE_handler if check_keyword("CASE");
1385 if (check_keyword("PPCODE")) {
1390 } elsif (check_keyword("CODE")) {
1498 if (check_keyword("CASE")) {
/mirbsd/src/gnu/usr.bin/perl/
Dtoke.c958 S_force_word(pTHX_ register char *start, int token, int check_keyword, int allow_pack, int allow_in… in S_force_word() argument
970 if (check_keyword && keyword(PL_tokenbuf, len)) in S_force_word()
Dproto.h1882 STATIC char* S_force_word(pTHX_ char *start, int token, int check_keyword, int allow_pack, int allo…
Dembed.fnc1283 s |char* |force_word |NN char *start|int token|int check_keyword \
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc1266 s |char* |force_word |char *start|int token|int check_keyword \