OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Tcl_AppInit
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython2/Modules/
tkappinit.c
3
The function
Tcl_AppInit
() below initializes various Tcl packages.
27
Tcl_AppInit
(Tcl_Interp *interp)
_tkinter.c
667
Tcl_AppInit
(Tcl_Interp *interp)
824
if (
Tcl_AppInit
(v->interp) != TCL_OK) {
[
all
...]
/external/python/cpython3/Modules/
tkappinit.c
3
The function
Tcl_AppInit
() below initializes various Tcl packages.
27
Tcl_AppInit
(Tcl_Interp *interp)
_tkinter.c
582
Tcl_AppInit
(Tcl_Interp *interp)
769
if (
Tcl_AppInit
(v->interp) != TCL_OK) {
[
all
...]
Completed in 240 milliseconds