Home
last modified time | relevance | path

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

/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_tkagg.cpp37 static Tcl_AppendResult_t TCL_APPEND_RESULT; variable
66 TCL_APPEND_RESULT(interp, "usage: ", argv[0], " destPhoto srcImage", (char *)NULL); in PyAggImagePhoto()
73 TCL_APPEND_RESULT(interp, "destination photo must exist", (char *)NULL); in PyAggImagePhoto()
78 TCL_APPEND_RESULT(interp, in PyAggImagePhoto()
88 TCL_APPEND_RESULT(interp, "illegal image mode", (char *)NULL); in PyAggImagePhoto()
100 TCL_APPEND_RESULT(interp, "illegal bbox", (char *)NULL); in PyAggImagePhoto()
114 TCL_APPEND_RESULT(interp, "could not allocate memory", (char *)NULL); in PyAggImagePhoto()
253 TCL_APPEND_RESULT = (Tcl_AppendResult_t) _dfunc(hMod, in get_tcl()
255 return (TCL_APPEND_RESULT == NULL) ? -1 : 1; in get_tcl()
375 ((TCL_APPEND_RESULT = (Tcl_AppendResult_t) in _func_loader()