Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Devent-top.c721 char *history_value; in command_line_handler() local
725 expanded = history_expand (linebuffer, &history_value); in command_line_handler()
729 printf_unfiltered ("%s\n", history_value); in command_line_handler()
734 xfree (history_value); in command_line_handler()
737 if (strlen (history_value) > linelength) in command_line_handler()
739 linelength = strlen (history_value) + 1; in command_line_handler()
742 strcpy (linebuffer, history_value); in command_line_handler()
744 xfree (history_value); in command_line_handler()
Dtop.c1251 char *history_value; in command_line_input() local
1255 expanded = history_expand (linebuffer, &history_value); in command_line_input()
1259 printf_unfiltered ("%s\n", history_value); in command_line_input()
1264 xfree (history_value); in command_line_input()
1267 if (strlen (history_value) > linelength) in command_line_input()
1269 linelength = strlen (history_value) + 1; in command_line_input()
1272 strcpy (linebuffer, history_value); in command_line_input()
1274 xfree (history_value); in command_line_input()