Searched refs:decode_format (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | printcmd.c | 178 static struct format_data decode_format (char **, int, int); 194 decode_format (char **string_ptr, int oformat, int osize) in decode_format() function 882 fmt = decode_format (&exp, last_format, 0); in print_command_1() 973 fmt = decode_format (&exp, 0, 0); in output_command() 1284 fmt = decode_format (&exp, last_format, last_size); in x_command() 1372 fmt = decode_format (&exp, 0, 0); in display_command()
|