Searched refs:linelen_last (Results 1 – 1 of 1) sorted by relevance
477 static int linelen_last; in display_thread_status() local542 if (l >= 0 && l < linelen_last) in display_thread_status()543 p += sprintf(p, "%*s", linelen_last - l, ""); in display_thread_status()544 linelen_last = l; in display_thread_status()