Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dinfcmd.c546 step_command (char *count_string, int from_tty) in step_command() argument
548 step_1 (0, 0, count_string); in step_command()
554 next_command (char *count_string, int from_tty) in next_command() argument
556 step_1 (1, 0, count_string); in next_command()
562 stepi_command (char *count_string, int from_tty) in stepi_command() argument
564 step_1 (0, 1, count_string); in stepi_command()
568 nexti_command (char *count_string, int from_tty) in nexti_command() argument
570 step_1 (1, 1, count_string); in nexti_command()
589 if (count_string) in step_1()
590 async_exec = strip_bg_char (&count_string); in step_1()
[all …]
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c16297 int i, count_string; in output_ascii() local
16302 count_string = 0; in output_ascii()
16316 ++count_string; in output_ascii()
16322 ++count_string; in output_ascii()
16324 if (count_string >= 512) in output_ascii()
16331 count_string = 0; in output_ascii()
16343 count_string = 0; in output_ascii()