Home
last modified time | relevance | path

Searched refs:herelines (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dparser.h112 line_t herelines; /* number of lines in here-doc */ member
H A Dtoke.c376 if (PL_parser->herelines) \
377 CopLINE(PL_curcop) += PL_parser->herelines, \
378 PL_parser->herelines = 0; \
386 PL_parser->herelines = 0; \
1743 CopLINE(PL_curcop) += PL_parser->herelines + 1; in Perl_lex_read_space()
2602 SAVEI32(PL_parser->herelines); in S_sublex_push()
2603 PL_parser->herelines = 0; in S_sublex_push()
2730 + PL_parser->herelines; in S_sublex_done()
2731 PL_parser->herelines = 0; in S_sublex_done()
2745 PL_parser->herelines in S_sublex_done()
10285 I32 herelines = PL_parser->herelines; S_scan_ident() local
11549 line_t herelines; Perl_scan_str() local
[all...]