Home
last modified time | relevance | path

Searched refs:env_cfg (Results 1 – 19 of 19) sorted by relevance

/dports/misc/nnn/nnn-4.3/patches/restorepreview/
H A Dmainline.diff48 static const char * const env_cfg[] = {
50 @@ -705,6 +710,7 @@ static const char * const env_cfg[] = {
96 setenv(env_cfg[NNN_PIPE], g_pipepath, TRUE);
97 + setenv(env_cfg[NNN_PPIPE], g_ppipepath, TRUE);
/dports/lang/python37/Python-3.7.12/Modules/
H A Dgetpath.c740 wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_read_pyenv() local
745 joinpath(tmpbuffer, env_cfg); in calculate_read_pyenv()
752 joinpath(tmpbuffer, env_cfg); in calculate_read_pyenv()
/dports/lang/python37/Python-3.7.12/PC/
H A Dgetpathp.c718 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_pyvenv_file() local
721 join(envbuffer, env_cfg); in calculate_pyvenv_file()
729 join(envbuffer, env_cfg); in calculate_pyvenv_file()
/dports/lang/python310/Python-3.10.1/PC/
H A Dgetpathp.c710 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_pyvenv_file() local
714 join(filename, env_cfg); in calculate_pyvenv_file()
723 join(filename, env_cfg); in calculate_pyvenv_file()
/dports/lang/python39/Python-3.9.9/PC/
H A Dgetpathp.c710 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_pyvenv_file() local
714 join(filename, env_cfg); in calculate_pyvenv_file()
723 join(filename, env_cfg); in calculate_pyvenv_file()
/dports/databases/py-gdbm/Python-3.8.12/PC/
H A Dgetpathp.c759 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_pyvenv_file() local
763 join(filename, env_cfg); in calculate_pyvenv_file()
772 join(filename, env_cfg); in calculate_pyvenv_file()
/dports/lang/python-tools/Python-3.8.12/PC/
H A Dgetpathp.c759 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_pyvenv_file() local
763 join(filename, env_cfg); in calculate_pyvenv_file()
772 join(filename, env_cfg); in calculate_pyvenv_file()
/dports/lang/python38/Python-3.8.12/PC/
H A Dgetpathp.c759 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_pyvenv_file() local
763 join(filename, env_cfg); in calculate_pyvenv_file()
772 join(filename, env_cfg); in calculate_pyvenv_file()
/dports/databases/py-sqlite3/Python-3.8.12/PC/
H A Dgetpathp.c759 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_pyvenv_file() local
763 join(filename, env_cfg); in calculate_pyvenv_file()
772 join(filename, env_cfg); in calculate_pyvenv_file()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/PC/
H A Dgetpathp.c759 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_pyvenv_file() local
763 join(filename, env_cfg); in calculate_pyvenv_file()
772 join(filename, env_cfg); in calculate_pyvenv_file()
/dports/misc/nnn/nnn-4.3/src/
H A Dnnn.c699 static const char * const env_cfg[] = { variable
2108 msg(env_cfg[NNN_FCOLORS]); in initcurses()
2149 msg(env_cfg[NNN_COLORS]); in initcurses()
3727 char *ptr = getenv(env_cfg[id]);
5074 start = getenv(env_cfg[i]);
5388 char *tmp = getenv(env_cfg[NNNLVL]);
5393 setenv(env_cfg[NNNLVL], xitoa(r), 1);
8416 msg(env_cfg[NNN_BMS]);
8422 msg(env_cfg[NNN_PLUG]);
8428 msg(env_cfg[NNN_ORDER]);
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dgetpath.c996 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_read_pyenv() local
1008 status = joinpath(filename, env_cfg, filename_len); in calculate_read_pyenv()
1019 status = joinpath(filename, env_cfg, filename_len); in calculate_read_pyenv()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dgetpath.c996 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_read_pyenv() local
1008 status = joinpath(filename, env_cfg, filename_len); in calculate_read_pyenv()
1019 status = joinpath(filename, env_cfg, filename_len); in calculate_read_pyenv()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dgetpath.c996 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_read_pyenv() local
1008 status = joinpath(filename, env_cfg, filename_len); in calculate_read_pyenv()
1019 status = joinpath(filename, env_cfg, filename_len); in calculate_read_pyenv()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dgetpath.c996 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_read_pyenv() local
1008 status = joinpath(filename, env_cfg, filename_len); in calculate_read_pyenv()
1019 status = joinpath(filename, env_cfg, filename_len); in calculate_read_pyenv()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dgetpath.c996 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_read_pyenv() local
1008 status = joinpath(filename, env_cfg, filename_len); in calculate_read_pyenv()
1019 status = joinpath(filename, env_cfg, filename_len); in calculate_read_pyenv()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dgetpath.c1210 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_open_pyenv() local
1213 wchar_t *filename = joinpath2(calculate->argv0_path, env_cfg); in calculate_open_pyenv()
1236 filename = joinpath2(parent, env_cfg); in calculate_open_pyenv()
/dports/lang/python39/Python-3.9.9/Modules/
H A Dgetpath.c1210 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_open_pyenv() local
1213 wchar_t *filename = joinpath2(calculate->argv0_path, env_cfg); in calculate_open_pyenv()
1236 filename = joinpath2(parent, env_cfg); in calculate_open_pyenv()
/dports/devel/sccache/sccache-0.2.15/src/
H A Dconfig.rs873 let env_cfg = config_from_env(); in test_gcs_credentials_url() localVariable
874 match env_cfg.cache.gcs { in test_gcs_credentials_url()