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

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-stack.c76 int pc_width;
109 pc_width = strlen (pc_buf);
119 - (sizeof (PC_PREFIX) - 1 + pc_width + 1)
136 proc_width += pc_width + sizeof (PC_PREFIX) - 1 + 1;
137 pc_width = 0;
196 if (pc_width > 0)
75 int pc_width; local

Completed in 101 milliseconds