Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
DParseXS.pm318 …while (my $kwd = $self->check_keyword("REQUIRE|PROTOTYPES|EXPORT_XSUB_SYMBOLS|FALLBACK|VERSIONCHEC…
325 if ($self->check_keyword("BOOT")) {
563 $self->CASE_handler($_) if $self->check_keyword("CASE");
635 if ($self->check_keyword("PPCODE")) {
650 elsif ($self->check_keyword("CODE")) {
796 if ($self->check_keyword("CASE")) {
1074 sub check_keyword { subroutine
1118 while (my $kwd = $self->check_keyword($pattern)) {
/openbsd/src/gnu/usr.bin/perl/
Dtoke.c2254 S_force_word(pTHX_ char *start, int token, int check_keyword, int allow_pack) in S_force_word() argument
2267 if (check_keyword) { in S_force_word()
Dproto.h9226 S_force_word(pTHX_ char *start, int token, int check_keyword, int allow_pack);
Dembed.fnc5846 |int check_keyword \
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc3207 S |char* |force_word |NN char *start|int token|int check_keyword \