Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Devent-top.c540 long space_diff = space_now - space_at_cmd_start; in command_handler() local
544 (space_diff >= 0 ? '+' : '-'), in command_handler()
545 space_diff); in command_handler()
578 long space_diff = space_now - space_at_cmd_start; in command_line_handler_continuation() local
582 (space_diff >= 0 ? '+' : '-'), in command_line_handler_continuation()
583 space_diff); in command_line_handler_continuation()
Dtop.c839 long space_diff = space_now - space_at_cmd_start; in command_loop() local
843 (space_diff >= 0 ? '+' : '-'), in command_loop()
844 space_diff); in command_loop()