Lines Matching defs:use
107 On Windows use UTF-16 (or UTF-32 for 32-bit Tcl_UniChar) with the
109 On Linux use UTF-8 with the "surrogateescape" error handler for converting
189 So we need to use a lock around all uses of Tcl. Previously, the
215 handlers when the handler needs to use Python. Such event handlers
217 presumably needs to use Python. ENTER_PYTHON releases the lock for
240 simultaneously dispatch in different threads. So we use the Tcl TLS
573 const char *use)
652 if (sync || use) {
658 if (use)
659 len += strlen(use) + sizeof "-use "; /* never overflows */
671 if (use) {
674 strcat(args, "-use ");
675 strcat(args, use);
1921 /* Don't use Tcl_GetInt() because it returns ambiguous result for value
3023 use: str(accept={str, NoneType}) = None
3024 if not None, then pass -use to wish
3033 const char *use)
3041 CHECK_STRING_LENGTH(use);
3045 sync, use);