Home
last modified time | relevance | path

Searched refs:gramtype (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dperly.c266 Perl_yyparse (pTHX_ int gramtype) in Perl_yyparse() argument
299 parser->yychar = gramtype; in Perl_yyparse()
Dtoke.c13592 S_parse_recdescent(pTHX_ int gramtype, I32 fakeeof) in S_parse_recdescent() argument
13602 if(yyparse(gramtype) && !PL_parser->error_count) in S_parse_recdescent()
13608 S_parse_recdescent_for_op(pTHX_ int gramtype, I32 fakeeof) in S_parse_recdescent_for_op() argument
13614 parse_recdescent(gramtype, fakeeof); in S_parse_recdescent_for_op()
Dpp_ctl.c3872 S_try_yyparse(pTHX_ int gramtype, OP *caller_op) in S_try_yyparse() argument
3892 ret = yyparse(gramtype) ? 1 : 0; in S_try_yyparse()
Dproto.h5382 Perl_yyparse(pTHX_ int gramtype)
Dembed.fnc3804 p |int |yyparse |int gramtype
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc2700 p |int |yyparse |int gramtype