Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalues.c348 show_values (char *num_exp, int from_tty) in show_values() argument
354 if (num_exp) in show_values()
358 if (num_exp[0] != '+' || num_exp[1] != '\0') in show_values()
359 num = parse_and_eval_long (num_exp) - 5; in show_values()
384 if (from_tty && num_exp) in show_values()
386 num_exp[0] = '+'; in show_values()
387 num_exp[1] = '\0'; in show_values()
H A DChangeLog-3.x554 * values.c (history_info): Don't check num_exp[0] if num_exp