Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Devent-top.c550 long space_diff = space_now - space_at_cmd_start; in command_handler() local
554 (space_diff >= 0 ? '+' : '-'), in command_handler()
555 space_diff); in command_handler()
588 long space_diff = space_now - space_at_cmd_start; in command_line_handler_continuation() local
592 (space_diff >= 0 ? '+' : '-'), in command_line_handler_continuation()
593 space_diff); in command_line_handler_continuation()
Dtop.c547 long space_diff = space_now - space_at_cmd_start; in command_loop() local
551 (space_diff >= 0 ? '+' : '-'), in command_loop()
552 space_diff); in command_loop()