OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tclLibPath
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Modules/
tkappinit.c
38
char
tclLibPath
[MAX_PATH_LEN], tkLibPath[MAX_PATH_LEN];
43
tclLibPath
, MAX_PATH_LEN, 0);
45
if (
tclLibPath
[0] != '\0') {
46
Tcl_SetVar(interp, "tcl_library",
tclLibPath
, TCL_GLOBAL_ONLY);
47
Tcl_SetVar(interp, "tclDefaultLibrary",
tclLibPath
, TCL_GLOBAL_ONLY);
48
Tcl_SetVar(interp, "tcl_pkgPath",
tclLibPath
, TCL_GLOBAL_ONLY);
51
if (
tclLibPath
[0] != '\0') {
52
Tcl_SetVar(interp, "tcl_library",
tclLibPath
, TCL_GLOBAL_ONLY);
53
Tcl_SetVar(interp, "tclDefaultLibrary",
tclLibPath
, TCL_GLOBAL_ONLY);
54
Tcl_SetVar(interp, "tcl_pkgPath",
tclLibPath
, TCL_GLOBAL_ONLY)
[
all
...]
/external/python/cpython2/Modules/
tkappinit.c
41
char
tclLibPath
[MAX_PATH_LEN], tkLibPath[MAX_PATH_LEN];
46
tclLibPath
, MAX_PATH_LEN, 0);
48
if (
tclLibPath
[0] != '\0') {
49
Tcl_SetVar(interp, "tcl_library",
tclLibPath
, TCL_GLOBAL_ONLY);
50
Tcl_SetVar(interp, "tclDefaultLibrary",
tclLibPath
, TCL_GLOBAL_ONLY);
51
Tcl_SetVar(interp, "tcl_pkgPath",
tclLibPath
, TCL_GLOBAL_ONLY);
54
if (
tclLibPath
[0] != '\0') {
55
Tcl_SetVar(interp, "tcl_library",
tclLibPath
, TCL_GLOBAL_ONLY);
56
Tcl_SetVar(interp, "tclDefaultLibrary",
tclLibPath
, TCL_GLOBAL_ONLY);
57
Tcl_SetVar(interp, "tcl_pkgPath",
tclLibPath
, TCL_GLOBAL_ONLY)
[
all
...]
Completed in 242 milliseconds