Home
last modified time | relevance | path

Searched refs:non_local_exit_check (Results 1 – 22 of 22) sorted by relevance

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-options.c74 if (env->non_local_exit_check(env)) in checkout_progress_callback()
460 if (env->non_local_exit_check(env)) in egit_fetch_options_parse()
469 if (env->non_local_exit_check(env)) in egit_fetch_options_parse()
527 if (env->non_local_exit_check(env)) in egit_push_options_parse()
536 if (env->non_local_exit_check(env)) in egit_push_options_parse()
H A Degit-revwalk.c263 if (env->non_local_exit_check(env)) in egit_revwalk_foreach()
270 if (env->non_local_exit_check(env)) in egit_revwalk_foreach()
H A Degit-remote.c256 if (env->non_local_exit_check(env)) { in egit_remote_fetch()
292 if (env->non_local_exit_check(env)) { in egit_remote_push()
H A Demacs-module.h106 enum emacs_funcall_exit (*non_local_exit_check) (emacs_env *env) member
250 enum emacs_funcall_exit (*non_local_exit_check) (emacs_env *env) member
H A Degit-treebuilder.c144 if (env->non_local_exit_check(env)) { in filter_callback()
H A Degit-branch.c112 if (env->non_local_exit_check(env)) { in egit_branch_foreach()
H A Dinterface.h85 if (env->non_local_exit_check(env)) \
H A Degit-index.c72 if (env->non_local_exit_check(env)) { in egit_index_conflict_foreach()
/dports/editors/emacs-devel/emacs-4d1968b/test/src/emacs-module-resources/
H A Dmod-test.c115 assert (env->non_local_exit_check (env) == emacs_funcall_exit_return); in Fmod_test_signal()
127 assert (env->non_local_exit_check (env) == emacs_funcall_exit_return); in Fmod_test_throw()
434 if (env->non_local_exit_check (env)) in Fmod_test_sleep_until()
668 if (env->non_local_exit_check (env) != emacs_funcall_exit_return) in Fmod_test_async_pipe()
716 if (env->non_local_exit_check (env) != emacs_funcall_exit_return) in Fmod_test_make_string()
/dports/editors/emacs/emacs-27.2/src/
H A Dmodule-env-25.h19 enum emacs_funcall_exit (*non_local_exit_check) (emacs_env *env) variable
H A Demacs-module.c1362 env->non_local_exit_check = module_non_local_exit_check; in initialize_environment()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dmodule-env-25.h17 enum emacs_funcall_exit (*non_local_exit_check) (emacs_env *env) variable
H A Demacs-module.c1459 env->non_local_exit_check = module_non_local_exit_check; in initialize_environment()
/dports/editors/emacs/emacs-27.2/test/data/emacs-module/
H A Dmod-test.c104 assert (env->non_local_exit_check (env) == emacs_funcall_exit_return); in Fmod_test_signal()
116 assert (env->non_local_exit_check (env) == emacs_funcall_exit_return); in Fmod_test_throw()
398 if (env->non_local_exit_check (env)) in Fmod_test_sleep_until()
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/emacs_module-0.10.0/include/
H A Demacs-module.h109 enum emacs_funcall_exit (*non_local_exit_check) (emacs_env *env); member
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/source/
H A Dissue-2164.rs4 … env : * mut emacs_env , global_reference : emacs_value ) > , pub non_local_exit_check : :: std ::… field
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/target/
H A Dissue-2164.rs13 pub non_local_exit_check: field
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dinternals.texi1992 without any processing (the functions @code{non_local_exit_check},
2017 @deftypefn Function enum emacs_funcall_exit non_local_exit_check (emacs_env *@var{env})
2034 @var{env}, like @code{non_local_exit_check} does, but it also returns
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dinternals.texi2113 without any processing (the functions @code{non_local_exit_check},
2138 @deftypefn Function enum emacs_funcall_exit non_local_exit_check (emacs_env *@var{env})
2155 @var{env}, like @code{non_local_exit_check} does, but it also returns
/dports/editors/emacs/emacs-27.2/info/
H A Delisp.info82228 processing (the functions ‘non_local_exit_check’, ‘non_local_exit_get’,
82249 -- Function: enum emacs_funcall_exit non_local_exit_check (emacs_env
82264 ENV, like ‘non_local_exit_check’ does, but it also returns the full
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.3103342 non_local_exit_check anyway.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3191922 non_local_exit_check anyway.