Searched refs:fline (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/perl/lib/File/ |
H A D | Compare.pm | 63 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/usr.bin/vi/ex/ |
H A D | ex_write.c | 273 recno_t fline, tline, lcnt; in ex_writefp() local 279 fline = fm->lno; in ex_writefp() 306 for (; fline <= tline; ++fline, ++lcnt) { in ex_writefp() 317 if (db_get(sp, fline, DBG_FATAL, &p, &len)) in ex_writefp()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
H A D | Hub.pm | 448 my (undef, $ffile, $fline) = @{$self->{+ENDED}}; 453 First End: $ffile line $fline
|
/openbsd/gnu/gcc/gcc/ |
H A D | toplev.c | 957 push_srcloc (location_t fline) in push_srcloc() argument 972 input_location = fline; in push_srcloc()
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | ffe.texi | 426 It should accept a @samp{-fline-length-@var{n}} option,
|