Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsisupport.c54 INSTALLSTATE ext_old, ext_new, tcl_old, tcl_new, reg_new; in UpdateEditIDLE() local
60 result = MsiGetFeatureStateA(hInstall, "TclTk", &tcl_old, &tcl_new); in UpdateEditIDLE()
69 if (tcl_new == INSTALLSTATE_UNKNOWN) in UpdateEditIDLE()
70 tcl_new = tcl_old; in UpdateEditIDLE()
73 if (((tcl_new == INSTALLSTATE_LOCAL) || in UpdateEditIDLE()
74 (tcl_new == INSTALLSTATE_SOURCE) || in UpdateEditIDLE()
75 (tcl_new == INSTALLSTATE_DEFAULT)) && in UpdateEditIDLE()