Home
last modified time | relevance | path

Searched refs:copy_string_contents (Results 1 – 18 of 18) sorted by relevance

/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/emacs-0.11.0/src/types/
H A Dstring.rs48 let copy_string_contents = raw_fn!(self, copy_string_contents); in string_bytes() localVariable
49 let ok: bool = self.handle_exit(copy_string_contents( in string_bytes()
62 let ok: bool = self.handle_exit(copy_string_contents( in string_bytes()
/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Demacs-module.h189 bool (*copy_string_contents) (emacs_env *env, member
333 bool (*copy_string_contents) (emacs_env *env, member
H A Degit-repository.c449 env->copy_string_contents(env, car, NULL, &size); in egit_repository_discover()
461 env->copy_string_contents(env, car, NULL, &size); in egit_repository_discover()
462 env->copy_string_contents(env, car, next, &size); in egit_repository_discover()
H A Dinterface.c125 env->copy_string_contents(env, arg, NULL, size); in em_get_string_with_size()
128 env->copy_string_contents(env, arg, buf, size); in em_get_string_with_size()
/dports/editors/emacs/emacs-27.2/src/
H A Dmodule-env-25.h102 bool (*copy_string_contents) (emacs_env *env, variable
H A Demacs-module.c1377 env->copy_string_contents = module_copy_string_contents; in initialize_environment()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dmodule-env-25.h94 bool (*copy_string_contents) (emacs_env *env, variable
H A Demacs-module.c1474 env->copy_string_contents = module_copy_string_contents; in initialize_environment()
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/emacs_module-0.10.0/include/
H A Demacs-module.h176 bool (*copy_string_contents) (emacs_env *env, member
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/source/
H A Dissue-2164.rs4 …fn ( env : * mut emacs_env , value : f64 ) -> emacs_value > , pub copy_string_contents : :: std ::… field
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/target/
H A Dissue-2164.rs83 pub copy_string_contents: ::std::option::Option< field
/dports/editors/emacs/emacs-27.2/test/data/emacs-module/
H A Dmod-test.c247 env->copy_string_contents (env, lisp_str, buf, &size); in Fmod_test_string_a_to_b()
249 env->copy_string_contents (env, lisp_str, buf, &size); in Fmod_test_string_a_to_b()
/dports/editors/emacs-devel/emacs-4d1968b/test/src/emacs-module-resources/
H A Dmod-test.c258 env->copy_string_contents (env, lisp_str, buf, &size); in Fmod_test_string_a_to_b()
260 env->copy_string_contents (env, lisp_str, buf, &size); in Fmod_test_string_a_to_b()
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dinternals.texi1579 @deftypefn Function bool copy_string_contents (emacs_env *@var{env}, emacs_value @var{arg}, char *@…
1600 particular string: first call @code{copy_string_contents} with
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dinternals.texi1674 @deftypefn Function bool copy_string_contents (emacs_env *@var{env}, emacs_value @var{arg}, char *@…
1695 particular string: first call @code{copy_string_contents} with
/dports/editors/emacs/emacs-27.2/info/
H A Delisp.info81844 -- Function: bool copy_string_contents (emacs_env *ENV, emacs_value
81865 first call ‘copy_string_contents’ with ‘NULL’ as BUF, then allocate
84965 * copy_string_contents: Module Values. (line 122)
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.380818 452d776a5d Fix small bug in copy_string_contents.
93198 Fix small bug in copy_string_contents.
191957 * src/module-env-25.h (copy_string_contents): Fix comment.
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.34617 Fix small bug in copy_string_contents.
103377 * src/module-env-25.h (copy_string_contents): Fix comment.