/dports/lang/qscheme/qscheme-0.5.1/ |
H A D | env.c | 7 SOBJ new = scm_newcell(SOBJ_T_ENV); in scm_mkenv() local 16 SOBJ scm_env_add(SOBJ env, SOBJ lsym) in scm_env_add() 23 SOBJ scm_env_add_level(SOBJ env) in scm_env_add_level() 34 SOBJ scm_env_search(SOBJ env, SOBJ atom, int *distance) in scm_env_search()
|
/dports/emulators/qemu42/qemu-4.2.1/linux-user/hppa/ |
H A D | cpu_loop.c | 24 static abi_ulong hppa_lws(CPUHPPAState *env) in hppa_lws() 29 abi_ulong new = env->gr[24]; in hppa_lws() local 106 void cpu_loop(CPUHPPAState *env) in cpu_loop() 200 void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs) in target_cpu_copy_regs()
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-user/hppa/ |
H A D | cpu_loop.c | 24 static abi_ulong hppa_lws(CPUHPPAState *env) in hppa_lws() 29 abi_ulong new = env->gr[24]; in hppa_lws() local 106 void cpu_loop(CPUHPPAState *env) in cpu_loop() 203 void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs) in target_cpu_copy_regs()
|
/dports/emulators/qemu-utils/qemu-4.2.1/linux-user/hppa/ |
H A D | cpu_loop.c | 24 static abi_ulong hppa_lws(CPUHPPAState *env) in hppa_lws() 29 abi_ulong new = env->gr[24]; in hppa_lws() local 106 void cpu_loop(CPUHPPAState *env) in cpu_loop() 200 void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs) in target_cpu_copy_regs()
|
/dports/emulators/qemu5/qemu-5.2.0/linux-user/hppa/ |
H A D | cpu_loop.c | 24 static abi_ulong hppa_lws(CPUHPPAState *env) in hppa_lws() 29 abi_ulong new = env->gr[24]; in hppa_lws() local 107 void cpu_loop(CPUHPPAState *env) in cpu_loop() 201 void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs) in target_cpu_copy_regs()
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-user/hppa/ |
H A D | cpu_loop.c | 24 static abi_ulong hppa_lws(CPUHPPAState *env) in hppa_lws() 29 abi_ulong new = env->gr[24]; in hppa_lws() local 106 void cpu_loop(CPUHPPAState *env) in cpu_loop() 200 void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs) in target_cpu_copy_regs()
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-user/hppa/ |
H A D | cpu_loop.c | 24 static abi_ulong hppa_lws(CPUHPPAState *env) in hppa_lws() 29 abi_ulong new = env->gr[24]; in hppa_lws() local 106 void cpu_loop(CPUHPPAState *env) in cpu_loop() 200 void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs) in target_cpu_copy_regs()
|
/dports/emulators/qemu/qemu-6.2.0/linux-user/hppa/ |
H A D | cpu_loop.c | 26 static abi_ulong hppa_lws(CPUHPPAState *env) in hppa_lws() 32 abi_ulong new = env->gr[24]; in hppa_lws() local 110 void cpu_loop(CPUHPPAState *env) in cpu_loop() 181 void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs) in target_cpu_copy_regs()
|
/dports/emulators/qemu60/qemu-6.0.0/linux-user/hppa/ |
H A D | cpu_loop.c | 24 static abi_ulong hppa_lws(CPUHPPAState *env) in hppa_lws() 30 abi_ulong new = env->gr[24]; in hppa_lws() local 108 void cpu_loop(CPUHPPAState *env) in cpu_loop() 202 void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs) in target_cpu_copy_regs()
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/hppa/ |
H A D | cpu_loop.c | 26 static abi_ulong hppa_lws(CPUHPPAState *env) in hppa_lws() 32 abi_ulong new = env->gr[24]; in hppa_lws() local 110 void cpu_loop(CPUHPPAState *env) in cpu_loop() 204 void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs) in target_cpu_copy_regs()
|
/dports/www/p5-PocketIO/PocketIO-0.17/lib/PocketIO/Transport/ |
H A D | Base.pm | 8 sub new { subroutine 19 sub env { $_[0]->{env} } subroutine
|
/dports/devel/libegit2/libegit2-0ef8b13/src/ |
H A D | egit-config.c | 13 emacs_value egit_config_new(emacs_env *env) in egit_config_new() 25 emacs_value egit_config_open_default(emacs_env *env) in egit_config_open_default() 39 git_config *new; in egit_config_open_global() local 59 git_config *new; in egit_config_open_level() local 79 emacs_value egit_config_snapshot(emacs_env *env, emacs_value _config) in egit_config_snapshot() 167 emacs_value egit_config_lock(emacs_env *env, emacs_value _config) in egit_config_lock() 233 emacs_env *env, emacs_value _config, emacs_value _path, in egit_config_add_file_ondisk() 298 emacs_value egit_config_find_global(emacs_env *env) in egit_config_find_global() 310 emacs_value egit_config_find_programdata(emacs_env *env) in egit_config_find_programdata() 322 emacs_value egit_config_find_system(emacs_env *env) in egit_config_find_system() [all …]
|
/dports/databases/db5/db-5.3.28/src/fileops/ |
H A D | fop_util.c | 217 ENV *env; local 761 ENV *env; local 822 ENV *env; local 994 ENV *env; local 1175 __fop_dummy(dbp, txn, old, new) in __fop_dummy() argument 1182 ENV *env; local 1247 __fop_dbrename(dbp, old, new) in __fop_dbrename() argument 1252 ENV *env; local 1312 ENV *env; local 1430 ENV *env; local [all …]
|
/dports/databases/db18/db-18.1.40/src/fileops/ |
H A D | fop_util.c | 218 ENV *env; local 763 ENV *env; local 824 ENV *env; local 999 ENV *env; local 1180 __fop_dummy(dbp, txn, old, new, appname) in __fop_dummy() argument 1188 ENV *env; local 1255 __fop_dbrename(dbp, old, new, appname) in __fop_dbrename() argument 1261 ENV *env; local 1321 ENV *env; local 1440 ENV *env; local [all …]
|
/dports/devel/z88dk/z88dk/libsrc/target/nc100/fcntl/ |
H A D | opendir.c | 39 memcpy(0xA000, "*.*", 4); in hppa_dynamic_excp() 40 s = _findfirst(); in hppa_dynamic_excp() 62 63 while(d_pos != pos) 64 if (readdir(dp) == NULL)
|
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/emacs-0.11.0/src/ |
H A D | value.rs | 17 pub env: &'e Env, field 30 pub unsafe fn new(raw: emacs_value, env: &'e Env) -> Self { in new() method 52 let env = self.env; in is_not_nil() localVariable 59 let env = self.env; in eq() localVariable
|
/dports/www/p5-CGI-PSGI/CGI-PSGI-0.15/lib/CGI/ |
H A D | PSGI.pm | 9 sub new { subroutine 25 sub env { subroutine
|
/dports/devel/p5-Shell-Source/Shell-Source-0.01/ |
H A D | Source.pm | 31 sub new subroutine 108 sub env subroutine
|
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/framework/test/ |
H A D | shader_test.py | 156 shader_version=None, api_version=None, env=None, **kwargs): argument 167 def new(cls, filename, installed_name=None): member in ShaderTest 198 def command(self, new): argument 213 def __init__(self, prog, files, subtests, skips, env=None): argument 226 def new(cls, filenames, installednames=None): member in MultiShaderTest
|
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/site_scons/ |
H A D | talk.py | 25 def get(env): argument 43 def _GetLibParams(env, lib): argument 94 def _IsPrebuiltLibrary(env, lib): argument 175 def Library(env, **kwargs): argument 189 def DynamicLibrary(env, **kwargs): argument 203 def Object(env, **kwargs): argument 207 def Unittest(env, **kwargs): argument 246 def App(env, **kwargs): argument 275 def WiX(env, **kwargs): argument 286 def Repository(env, at, path): argument [all …]
|
/dports/devel/R-cran-testthat/testthat/R/ |
H A D | mock.R | 37 with_mock <- function(..., .env = topenv()) { 74 local_mock <- function(..., .env = topenv(), .local_envir = parent.frame()) { 94 extract_mocks <- function(funs, .env) { 118 env <- asNamespace(pkg_name) functionVar 131 mock <- function(name, env, new) { argument 135 env = env, nameattr
|
/dports/www/p5-Plack/Plack-1.0048/lib/Plack/ |
H A D | Loader.pm | 7 sub new { subroutine 80 sub env { \%ENV } subroutine
|
/dports/devel/p5-PkgConfig-LibPkgConf/PkgConfig-LibPkgConf-0.11/lib/PkgConfig/LibPkgConf/ |
H A D | Client.pm | 84 sub new subroutine 213 sub env subroutine
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/doc/src/reference/ |
H A D | config.md | 465 ##### `cargo-new.name` 469 ##### `cargo-new.email` 473 ##### `cargo-new.vcs` 507 #### `[http]` 603 #### `[install]` 623 #### `[net]` 659 #### `[patch]` 684 #### `[profile]` 831 #### `[source]` 901 #### `[target]` [all …]
|
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/doc/src/reference/ |
H A D | config.md | 465 ##### `cargo-new.name` 469 ##### `cargo-new.email` 473 ##### `cargo-new.vcs` 507 #### `[http]` 603 #### `[install]` 623 #### `[net]` 659 #### `[patch]` 684 #### `[profile]` 831 #### `[source]` 901 #### `[target]` [all …]
|