Searched refs:BROWSE_CMD (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableCmds.c89 if (!(tablePtr->flags & BROWSE_CMD) &&
92 tablePtr->flags |= BROWSE_CMD;
104 tablePtr->flags &= ~BROWSE_CMD;
H A DtkTable.h133 * BROWSE_CMD: Non-zero means we're evaluating the -browsecommand.
149 #define BROWSE_CMD (1L<<6) macro

Completed in 71 milliseconds