Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dvalue.c680 show_values (char *num_exp, int from_tty) in show_values() argument
686 if (num_exp) in show_values()
690 if (num_exp[0] != '+' || num_exp[1] != '\0') in show_values()
691 num = parse_and_eval_long (num_exp) - 5; in show_values()
716 if (from_tty && num_exp) in show_values()
718 num_exp[0] = '+'; in show_values()
719 num_exp[1] = '\0'; in show_values()