Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Devent-top.c541 long space_diff = space_now - space_at_cmd_start; in command_handler() local
545 (space_diff >= 0 ? '+' : '-'), in command_handler()
546 space_diff); in command_handler()
579 long space_diff = space_now - space_at_cmd_start; in command_line_handler_continuation() local
583 (space_diff >= 0 ? '+' : '-'), in command_line_handler_continuation()
584 space_diff); in command_line_handler_continuation()
H A Dtop.c840 long space_diff = space_now - space_at_cmd_start; in command_loop() local
844 (space_diff >= 0 ? '+' : '-'), in command_loop()
845 space_diff); in command_loop()