• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/tcl-102/tk84/tk/generic/

Lines Matching defs:use

55                            /* List of all displays currently in use by 
197 static char *use = NULL;
205 "Display to use"},
209 "Name to use for application"},
214 {"-use", TK_ARGV_STRING, (char *) NULL, (char *) &use,
246 * use many displays, try and clean it up as best as possible.
325 Tcl_Interp *interp; /* Interpreter to use for error reporting. */
333 * window. NULL means use DISPLAY environment
335 * use parent's screen, or DISPLAY if no
391 * Force the window to use a border pixel instead of border pixmap.
392 * This is needed for the case where the window doesn't use the
448 * use DISPLAY envariable. */
653 * use screen defaults instead of
736 Tcl_Interp *interp; /* Interpreter to use for error reporting. */
796 * case where names are short, use a fixed-size buffer on the
857 Tcl_Interp *interp; /* Interpreter to use for error reporting. */
860 * use DISPLAY environment variable. */
1015 Tcl_Interp *interp; /* Interpreter to use for error reporting.
1084 Tcl_Interp *interp; /* Interpreter to use for error reporting.
1156 Tcl_Interp *interp; /* Interpreter to use for error reporting.
1258 * should never again use the token. Note that this function
1591 * Ideally this should be enabled, as unix Tk can use multiple
2049 unsigned long pixel; /* Pixel value to use for
2067 Pixmap pixmap; /* Pixmap to use for window's
2086 unsigned long pixel; /* Pixel value to use for
2104 Pixmap pixmap; /* Pixmap to use for window's
2123 Tk_Cursor cursor; /* Cursor to use for window (may be None). */
2150 Colormap colormap; /* Colormap to use for window. */
3011 use = NULL;
3082 * Note: We don't use the Obj interfaces to avoid dealing with
3170 if (use != NULL) {
3171 args[argc] = "-use";
3172 args[argc+1] = use;
3174 use = NULL;