Home
last modified time | relevance | path

Searched refs:interruptp (Results 1 – 14 of 14) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dpros2io.c96 int interruptp = 0; variable
112 interruptp = 1;
116 if ((!blockp) || inputp || interruptp)
119 interruptp = 1;
123 else if (!interruptp)
H A Dos2io.c533 int interruptp = 0; in OS_test_select_registry() local
548 interruptp = 1; in OS_test_select_registry()
556 if (interruptp) in OS_test_select_registry()
564 interruptp = 1; in OS_test_select_registry()
H A Dos2msg.c401 OS2_receive_message (qid_t qid, int blockp, int interruptp) in OS2_receive_message() argument
425 if (interruptp) in OS2_receive_message()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/org/
H A Dorg-indent.el275 (let ((interruptp
286 (move-marker org-indent--initial-marker interruptp)
288 (unless interruptp
/dports/editors/emacs/emacs-27.2/lisp/org/
H A Dorg-indent.el276 (let ((interruptp
287 (move-marker org-indent--initial-marker interruptp)
289 (unless interruptp
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_allocate_old.d195 interruptp({ in make_space_gc()
259 interruptp({ in make_space_gc_true()
320 interruptp({ in make_space_gc_false()
397 interruptp({ in make_space_gc()
481 interruptp({ \ in make_space_gc()
H A Dspvw_allocate.d260 interruptp({ in make_space_gc()
324 interruptp({ in make_space_gc_true()
391 interruptp({ in make_space_gc_false()
474 interruptp({ in make_space_gc()
558 interruptp({ \ in make_space_gc()
H A Dtime.d618 interruptp({
H A Dstream.d5072 { interruptp({ end_system_call(); error_interrupt(); }) }; in low_read_array_unbuffered_handle()
8795 interruptp({ pushSTACK(S(read_char)); tast_break(); }); /* call Break-Loop */ in rd_ch_keyboard()
8931 interruptp({ pushSTACK(S(read_char)); tast_break(); }); /* call Break-Loop */ in rd_ch_keyboard()
12853 interruptp({ error_interrupt(); }); in low_write_unbuffered_pipe()
H A Dlispbibl.d1964 #define interruptp(statement) if (interrupt_pending) { statement; } macro
1968 #define interruptp(statement)
H A Deval.d2977 interruptp({ in eval()
H A Dio.d6788 interruptp({ /* test for keyboard-interrupt: */ in prin_object_ki()
H A DChangeLog14009 (interruptp): not used in MT.
14301 * lispbibl.d (interruptp): in multithreading - act only if called
/dports/lang/chibi-scheme/chibi-scheme-0.10/include/chibi/
H A Dsexp.h598 char tailp, tracep, timeoutp, waitp, errorp, interruptp; member
1404 #define sexp_context_interruptp(x) (sexp_field(x, context, SEXP_CONTEXT, interruptp))