Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/procps/
H A Dtop.c503 # define display_cpus(scr_width, scrbuf, lines_rem) ((void)0) argument
619 lines_rem--;
679 if (lines_rem > ntop - G_scroll_ofs)
680 lines_rem = ntop - G_scroll_ofs;
682 while (--lines_rem >= 0) {
833 display_topmem_header(scr_width, &lines_rem);
843 lines_rem--;
845 if (lines_rem > ntop - G_scroll_ofs)
846 lines_rem = ntop - G_scroll_ofs;
847 while (--lines_rem >= 0) {
[all …]
/dports/math/vtk6/VTK-6.2.0/Utilities/Doxygen/
H A Ddoc_contributors.pl65 lines_rem => 0.5,
236 my ($author, $date, $time, $lines_add, $lines_rem) =
254 ($lines_add, $lines_rem) = ($1, $2);
257 return ($revision, $date, $time, $author, $lines_add, $lines_rem, $message);
401 $lines_add, $lines_rem, $message) = parse_revision(\$revision);
422 = $lines_rem;
424 $lines_added += $lines_add - $lines_rem;
/dports/math/vtk8/VTK-8.2.0/Utilities/Doxygen/
H A Ddoc_contributors.pl65 lines_rem => 0.5,
236 my ($author, $date, $time, $lines_add, $lines_rem) =
254 ($lines_add, $lines_rem) = ($1, $2);
257 return ($revision, $date, $time, $author, $lines_add, $lines_rem, $message);
401 $lines_add, $lines_rem, $message) = parse_revision(\$revision);
422 = $lines_rem;
424 $lines_added += $lines_add - $lines_rem;