Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDlanguage.c621 int num_pad_chars; in local_hex_string_custom() local
648 num_pad_chars = field_width - strlen (temp_nbr_buf); /* possibly negative */ in local_hex_string_custom()
650 if (strlen (local_hex_format_prefix ()) + num_len + num_pad_chars in local_hex_string_custom()
658 while (num_pad_chars > 0) in local_hex_string_custom()
661 num_pad_chars--; in local_hex_string_custom()
667 while (num_pad_chars > 0) in local_hex_string_custom()
670 num_pad_chars--; in local_hex_string_custom()