Home
last modified time | relevance | path

Searched refs:DELIM (Results 1 - 8 of 8) sorted by relevance

/third_party/lzma/C/
H A DDllSecur.c33 #define DELIM "\0" macro
37 DELIM "setupapi"
38 DELIM "apphelp"
39 DELIM "propsys"
40 DELIM "dwmapi"
41 DELIM "cryptbase"
42 DELIM "oleacc"
43 DELIM "clbcatq"
44 DELIM "version"
46 DELIM "uxthem
[all...]
/third_party/python/Include/
H A Dosdefs.h14 #define DELIM L';' macro
18 #define DELIM L';' macro
44 #ifndef DELIM
45 #define DELIM L':' macro
/third_party/python/Modules/
H A Dgetpath.py140 # directories separated by DELIM (colon on POSIX; semicolon on Windows).
186 DELIM = ':' variable
200 DELIM = ';' variable
286 for p in ENV_PATH.split(DELIM):
545 prefix, had_delim, exec_prefix = home.partition(DELIM)
648 config['module_search_paths'] = py_setpath.split(DELIM)
659 for p in ENV_PYTHONPATH.split(DELIM):
692 pythonpath.extend(v.split(DELIM))
700 pythonpath.extend(v.split(DELIM))
708 for p in PYTHONPATH.split(DELIM)
[all...]
/third_party/python/Python/
H A Dpathconfig.c5 #include "osdefs.h" // DELIM
189 *p++ = DELIM; in _PyPathConfig_UpdateGlobal()
195 } while (p != path && *--p == DELIM); in _PyPathConfig_UpdateGlobal()
H A Dinitconfig.c13 #include "osdefs.h" // DELIM
2285 printf(usage_envvars, (wint_t)DELIM, (wint_t)DELIM, PYTHONHOMEHELP); in config_envvars_usage()
H A Dsysmodule.c37 #include "osdefs.h" // DELIM
3286 if ((v = makepathobject(path, DELIM)) == NULL) in PySys_SetPath()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm86 (defined $alt_delim ? (DELIM => $alt_delim) : ())
191 my $delim_pats = shift() || $self->{DELIM};
194 my $DELIM; # Regex matches a delimiter if $delim_pats
198 $DELIM = "(?:(?:\Q$t_open\E)|(?:\Q$t_close\E))";
199 @tokens = split /($DELIM|\n)/, $self->{SOURCE};
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm86 (defined $alt_delim ? (DELIM => $alt_delim) : ())
191 my $delim_pats = shift() || $self->{DELIM};
194 my $DELIM; # Regex matches a delimiter if $delim_pats
198 $DELIM = "(?:(?:\Q$t_open\E)|(?:\Q$t_close\E))";
199 @tokens = split /($DELIM|\n)/, $self->{SOURCE};

Completed in 15 milliseconds