Home
last modified time | relevance | path

Searched refs:command_aborted (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/aranym/aranym-1.1.0/src/
H A Data.cpp665 command_aborted(channel, 0x08); in read()
669 command_aborted(channel, 0x10); in read()
673 command_aborted(channel, 0x22); in read()
677 command_aborted(channel, 0x23); in read()
681 command_aborted(channel, 0x24); in read()
685 command_aborted(channel, 0x25); in read()
689 command_aborted(channel, 0x26); in read()
693 command_aborted(channel, 0x27); in read()
697 command_aborted(channel, 0x29); in read()
701 command_aborted(channel, 0x2A); in read()
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/
H A Dharddrv.cc1994 command_aborted(channel, value); in write()
2037 command_aborted(channel, value); in write()
2047 command_aborted(channel, value); in write()
2066 command_aborted(channel, value); in write()
2083 command_aborted(channel, value); in write()
2103 command_aborted(channel, value); in write()
2373 command_aborted(channel, 0x08); in write()
2404 command_aborted(channel, 0xa2); in write()
2406 command_aborted(channel, 0xa2); in write()
2449 command_aborted(channel, 0x70); in write()
[all …]
H A Dharddrv.h208 BX_HD_SMF void command_aborted(Bit8u channel, unsigned command);
/dports/emulators/aranym/aranym-1.1.0/src/include/
H A Data.h325 BX_HD_SMF void command_aborted(Bit8u channel, unsigned command);
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc69 bool command_aborted = false; variable
5058 command_aborted = true; in on_abort_command()
5111 command_aborted = false; in execute_command()
5219 if(!command_aborted) { in execute_command()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc289 bool exit_in_progress = false, command_aborted = false, display_aborted = false, result_too_long = … variable
11164 command_aborted = true; in on_abort_command()
11268 command_aborted = false; in executeCommand()
11347 if(!command_thread->running) command_aborted = true; in executeCommand()
11349 …if(!command_aborted && run == 1 && command_type >= COMMAND_CONVERT_UNIT && check_exchange_rates(NU… in executeCommand()
11381 if(!command_aborted) { in executeCommand()