Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dparser.h112 line_t herelines; /* number of lines in here-doc */ member
H A Dtoke.c378 PL_parser->herelines = 0; \
2602 SAVEI32(PL_parser->herelines); in S_sublex_push()
2603 PL_parser->herelines = 0; in S_sublex_push()
2731 PL_parser->herelines = 0; in S_sublex_done()
10441 I32 herelines = PL_parser->herelines; in S_scan_ident() local
10676 PL_parser->herelines = herelines; in S_scan_ident()
11244 PL_parser->herelines++; in S_scan_heredoc()
11331 PL_parser->herelines++; in S_scan_heredoc()
11705 line_t herelines; in Perl_scan_str() local
11748 herelines = PL_parser->herelines; in Perl_scan_str()
[all …]