Searched refs:TCL_TRACE_DESTROYED (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkTrace.c47 if (flags & TCL_TRACE_DESTROYED) {
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclTrace.c84 * The flags 'TCL_TRACE_DESTROYED' and 'TCL_INTERP_DESTROYED' may also be used
745 tcmdPtr->flags |= TCL_TRACE_DESTROYED;
1299 * Add the TCL_TRACE_DESTROYED flag to tcmdPtr to indicate to other
1304 if (flags & TCL_TRACE_DESTROYED) {
1305 tcmdPtr->flags |= TCL_TRACE_DESTROYED;
1321 if (flags & (TCL_TRACE_DESTROYED | TCL_TRACE_DELETE)) {
1357 * Remove the trace since TCL_TRACE_DESTROYED tells us to, or the
1892 flags |= TCL_TRACE_DESTROYED;
1920 if (flags & TCL_TRACE_DESTROYED) {
2022 * Add the TCL_TRACE_DESTROYED fla
[all...]
H A DtclLink.c279 } else if (flags & TCL_TRACE_DESTROYED) {
H A Dtcl.h1013 #define TCL_TRACE_DESTROYED 0x80 macro
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/unix/
H A DjkAudIO_skel.c252 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
H A DjkAudIO_hp.c587 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
693 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
H A DjkAudIO_oss.c703 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
874 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
H A DjkAudIO_sun.c560 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
677 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
H A DjkAudIO_osx.c516 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
H A DjkAudIO_sgi.c564 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclLink.c267 } else if (flags & TCL_TRACE_DESTROYED) {
H A DtclCmdMZ.c90 * The flags 'TCL_TRACE_DESTROYED' and 'TCL_INTERP_DESTROYED' may also
3623 tcmdPtr->flags |= TCL_TRACE_DESTROYED;
4211 * Add the TCL_TRACE_DESTROYED flag to tcmdPtr to indicate to
4218 if (flags & TCL_TRACE_DESTROYED) {
4219 tcmdPtr->flags |= TCL_TRACE_DESTROYED;
4237 if (flags & (TCL_TRACE_DESTROYED | TCL_TRACE_DELETE)) {
4270 * Remove the trace since TCL_TRACE_DESTROYED tells us to, or the
4764 flags |= TCL_TRACE_DESTROYED;
4800 if (flags & TCL_TRACE_DESTROYED) {
4906 * Add the TCL_TRACE_DESTROYED fla
[all...]
H A Dtcl.h1072 #define TCL_TRACE_DESTROYED 0x80
1069 #define TCL_TRACE_DESTROYED macro
H A DtclUtil.c1998 if ((flags & TCL_TRACE_DESTROYED) && !Tcl_InterpDeleted(interp)) {
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DdeleteVars.c160 flags |= TCL_TRACE_DESTROYED;
H A DdeleteVars.h158 flags |= TCL_TRACE_DESTROYED;
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A Dtcl.h785 #define TCL_TRACE_DESTROYED 0x80 macro
H A Dtcl.h.orig785 #define TCL_TRACE_DESTROYED 0x80
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkMenubutton.c892 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
H A DtkMessage.c859 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
H A DtkButton.c1634 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
1729 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
H A DtkScale.c1204 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkMenubutton.c902 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
H A DtkMessage.c874 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
H A DtkButton.c1606 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {
1689 if ((flags & TCL_TRACE_DESTROYED) && !(flags & TCL_INTERP_DESTROYED)) {

Completed in 514 milliseconds

123