Home
last modified time | relevance | path

Searched refs:INT_ON (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/GRI/
H A Dgri_defs.h239 #define INT_ON (1u << INT_V_ON) macro
240 #define INT_PENDING (INT_ON | INT_NODEF)
H A Dgri_cpu.c430 dev_done = dev_done & ~INT_ON; /* int off */ in sim_instr()
446 dev_done = dev_done & ~INT_ON; /* int off */ in sim_instr()
740 dev_done = (dev_done | INT_ON) & ~INT_NODEF; in isr_fo()
742 dev_done = dev_done & ~INT_ON; in isr_fo()
/dports/emulators/simh/simh-3.9.0_5/H316/
H A Dh316_defs.h194 #define INT_ON (1u << INT_V_ON) macro
196 #define INT_PEND (INT_ON | INT_NODEF)
H A Dh316_cpu.c495 dev_int = dev_int & ~INT_ON; /* intr off */ in sim_instr()
764 dev_int = (dev_int | INT_ON) & ~INT_NODEF; in sim_instr()
766 dev_int = dev_int & ~INT_ON; in sim_instr()
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c571 INT_ON; in outstr()
579 INT_ON; in flush_stdout_stderr()
589 INT_ON; in newline_and_flush()
603 INT_ON; in out1fmt()
618 INT_ON; in fmtstr()
1549 INT_ON; in popstackmark()
2272 INT_ON; in setvar()
2338 INT_ON; in listsetvar()
2608 INT_ON; in setpwd()
2638 INT_ON; in docd()
[all …]
/dports/emulators/cemu/CEmu-1.3/core/
H A Dinterrupt.h13 #define INT_ON (1 << 0) macro
H A Dlink.c159 intrpt_set(INT_ON, true); in emu_send_variable()
165 intrpt_set(INT_ON, false); in emu_send_variable()
H A Dkeypad.c42 intrpt_set(INT_ON, press); in emu_keypad_event()