Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/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.c830 long space_diff = space_now - space_at_cmd_start; in command_loop() local
834 (space_diff >= 0 ? '+' : '-'), in command_loop()
835 space_diff); in command_loop()