Home
last modified time | relevance | path

Searched refs:yylast (Results 1 – 3 of 3) sorted by relevance

/dports/devel/p5-Carp-Datum/Carp-Datum-0.1.3/Datum/
H A DParser.y456 my ($after) = $yylast =~ /(\w+\s+\w+)$/;
457 ($after) = $yylast =~/(\S+\s*\w+)$/ if $after eq '';
458 ($after) = $yylast =~/(\S+)$/ if $after eq '';
654 $yylast = $yylval eq $ret ? chr($yylval) : $yylval;
655 $yylast = '<EOF>' unless $ret;
H A DParser.pm977 my ($after) = $yylast =~ /(\w+\s+\w+)$/;
978 ($after) = $yylast =~/(\S+\s*\w+)$/ if $after eq '';
979 ($after) = $yylast =~/(\S+)$/ if $after eq '';
1175 $yylast = $yylval eq $ret ? chr($yylval) : $yylval;
1176 $yylast = '<EOF>' unless $ret;
1178 print "yylex: tokener read '$yylast'\n" if $yydebug;
/dports/print/pcal/pcal-4.11.0/src/
H A Dreadfile.c802 int yy, yyfirst, yylast, sv_curr_year; in do_include() local
818 yyfirst = yylast = curr_year; in do_include()
820 yyfirst = yylast = init_year; in do_include()
821 if ((p = strchr(tmpnam, '%')) != NULL && *(p+1) == 'y') yylast = final_year; in do_include()
827 for (yy = yyfirst; yy <= yylast; yy++) { in do_include()