Searched refs:fline (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCompare.pm63 my ($fline,$tline);
64 while (defined($fline = <FROM>)) {
68 goto fail_inner if &$size($fline, $tline);
70 goto fail_inner if $fline ne $tline;
/openbsd-current/usr.bin/vi/ex/
H A Dex_write.c273 recno_t fline, tline, lcnt; local
279 fline = fm->lno;
306 for (; fline <= tline; ++fline, ++lcnt) {
317 if (db_get(sp, fline, DBG_FATAL, &p, &len))
/openbsd-current/gnu/gcc/gcc/
H A Dtoplev.c957 push_srcloc (location_t fline) argument
972 input_location = fline;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DHub.pm448 my (undef, $ffile, $fline) = @{$self->{+ENDED}};
453 First End: $ffile line $fline

Completed in 130 milliseconds