Searched refs:pid_width (Results 1 – 1 of 1) sorted by relevance
41 unsigned i, j, pid_width; in show_pid_array() local55 pid_width = DECIMAL_STR_WIDTH(pids[j]); in show_pid_array()60 if (n_columns > pid_width + 3) /* something like "├─1114784 " */ in show_pid_array()61 n_columns -= pid_width + 3; in show_pid_array()77 … printf("%s%*"PID_PRI" %s%s\n", ansi_grey(), pid_width, pids[i], strna(t), ansi_normal()); in show_pid_array()