Searched refs:pid_width (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-stack.c74 int pid_width;
88 pid_width = strlen (pid_name);
89 if (pid_width > MAX_PID_WIDTH)
90 pid_width = MAX_PID_WIDTH;
116 - (pid_width + 1)
132 proc_width += pid_width + 1;
133 pid_width = 0;
164 if (pid_width > 0)
167 -pid_width, pid_width, pid_nam
73 int pid_width; local
[all...]

Completed in 85 milliseconds