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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dlanguage.c625 int num_pad_chars;
652 num_pad_chars = field_width - strlen (temp_nbr_buf); /* possibly negative */
654 if (strlen (local_hex_format_prefix ()) + num_len + num_pad_chars
662 while (num_pad_chars > 0)
665 num_pad_chars--;
671 while (num_pad_chars > 0)
674 num_pad_chars--;
621 int num_pad_chars; local

Completed in 48 milliseconds