Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dtop.c436 static void display_cpus(int scr_width, char *scrbuf, int *lines_rem_p) argument
472 if (n_cpu_lines > *lines_rem_p)
473 n_cpu_lines = *lines_rem_p;
510 *lines_rem_p -= i;
567 static unsigned long display_header(int scr_width, int *lines_rem_p) argument
587 (*lines_rem_p)--;
592 display_cpus(scr_width, scrbuf, lines_rem_p);
600 (*lines_rem_p)--;
794 static void display_topmem_header(int scr_width, int *lines_rem_p) argument
823 (*lines_rem_p) -= 3;