Searched refs:TK_ARGV_NO_DEFAULTS (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkArgv.c71 * such as TK_ARGV_NO_DEFAULTS. */
323 * unless TK_ARGV_NO_DEFAULTS is specified in flags.
337 int flags) /* If the TK_ARGV_NO_DEFAULTS bit is set in
402 if ((flags & TK_ARGV_NO_DEFAULTS) || (i > 0)) {
H A Dtk.h438 #define TK_ARGV_NO_DEFAULTS 0x1
437 #define TK_ARGV_NO_DEFAULTS macro
H A DtkWindow.c3121 argTable, TK_ARGV_DONT_SKIP_FIRST_ARG|TK_ARGV_NO_DEFAULTS)
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkArgv.c75 * such as TK_ARGV_NO_DEFAULTS. */
340 * in the default table unless TK_ARGV_NO_DEFAULTS is
355 int flags; /* If the TK_ARGV_NO_DEFAULTS bit is set
434 if ((flags & TK_ARGV_NO_DEFAULTS) || (i > 0)) {
H A Dtk.h447 #define TK_ARGV_NO_DEFAULTS 0x1 macro
H A DtkWindow.c3107 argTable, TK_ARGV_DONT_SKIP_FIRST_ARG|TK_ARGV_NO_DEFAULTS)

Completed in 1110 milliseconds