Home
last modified time | relevance | path

Searched refs:lastsymbol (Results 1 – 4 of 4) sorted by relevance

/dports/math/p5-Math-SymbolicX-Inline/Math-SymbolicX-Inline-1.11/lib/Math/SymbolicX/
H A DInline.pm31 my $lastsymbol = undef;
55 _check_syntax( \%definitions, $lastsymbol );
57 $lastsymbol = $symbol;
60 if ( not defined $lastsymbol ) {
64 $definitions{$lastsymbol}{code} .= ' ' . $line;
69 _check_syntax( \%definitions, $lastsymbol );
354 my ( $definitions, $lastsymbol ) = @_;
355 if ( defined $lastsymbol ) {
365 my $t = $definitions->{$lastsymbol}{code};
368 The offending expression (for symbol '$lastsymbol') is:
[all …]
/dports/devel/fossil/fossil-src-2.17/tools/cvs2fossil/lib/
H A Dc2f_pinitcsets.tcl270 set lastsymbol {}
283 if {$lastsymbol != $xsid} {
287 set cset [project::rev %AUTO% $p sym::tag $lastsymbol $tags]
292 set lastsymbol $xsid
301 set cset [project::rev %AUTO% $p sym::tag $lastsymbol $tags]
306 set lastsymbol {}
319 if {$lastsymbol != $xsid} {
323 set cset [project::rev %AUTO% $p sym::branch $lastsymbol $branches]
328 set lastsymbol $xsid
337 set cset [project::rev %AUTO% $p sym::branch $lastsymbol $branches]
/dports/comms/xastir/Xastir-Release-2.1.8/scripts/
H A Dicontable.pl.in37 $lastsymbol = $symbol;
/dports/devel/efl/efl-1.25.1/src/bin/embryo/
H A Dembryo_cc_sc3.c68 static char lastsymbol[sNAMEMAX + 1]; /* name of last function/variable */ variable
1645 sym = fetchfunc(lastsymbol, 0); in hier1()
1720 assert(strlen(st) < sizeof lastsymbol); in primary()
1721 strcpy(lastsymbol, st); in primary()