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