Searched refs:yy_parser (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dparser.h34 typedef struct yy_parser { struct
38 struct yy_parser *old_parser; /* previous value of PL_parser */
127 } yy_parser; typedef in typeref:struct:yy_parser
H A Dperly.c136 yy_stack_print (pTHX_ const yy_parser *parser)
223 S_clear_yystack(pTHX_ const yy_parser *parser)
275 yy_parser *parser; /* the parser object */
H A Dintrpvar.h247 PERLVAR(I, parser, yy_parser *) /* current parser state */
H A Dscope.c1703 parser_free((yy_parser *)a0.any_ptr);
H A Dtoke.c28 =for apidoc AmnU|yy_parser *|PL_parser
861 yy_parser *parser, *oparser;
868 Newxz(parser, 1, yy_parser);
949 Perl_parser_free(pTHX_ const yy_parser *parser)
973 Perl_parser_free_nexttoke_ops(pTHX_ yy_parser *parser, OPSLAB *slab)
H A Dsv.c13804 yy_parser *
13805 Perl_parser_dup(pTHX_ const yy_parser *const proto, CLONE_PARAMS *const param)
13807 yy_parser *parser;
13815 parser = (yy_parser *)ptr_table_fetch(PL_ptr_table, proto);
13820 Newxz(parser, 1, yy_parser);
15444 TOPPTR(nss,ix) = parser_dup((const yy_parser*)ptr, param);
H A Dgv.c598 yy_parser *oldparser = NULL;
H A Dproto.h3442 Perl_parser_free(pTHX_ const yy_parser *parser)
6066 Perl_parser_free_nexttoke_ops(pTHX_ yy_parser *parser, OPSLAB *slab)
10285 PERL_CALLCONV yy_parser *
10286 Perl_parser_dup(pTHX_ const yy_parser * const proto, CLONE_PARAMS * const param);
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapicheck.pl203 typedef void yy_parser;
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12177 __FILE__, __LINE__), (yy_parser *) NULL))->var)
12188 static yy_parser DPPP_(dummy_PL_parser);
12190 yy_parser DPPP_(dummy_PL_parser);
12192 extern yy_parser DPPP_(dummy_PL_parser);

Completed in 412 milliseconds