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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkOldConfig.c105 needFlags = flags & ~(TK_CONFIG_USER_BIT - 1);
616 needFlags = flags & ~(TK_CONFIG_USER_BIT - 1);
931 needFlags = flags & ~(TK_CONFIG_USER_BIT - 1);
H A DtkTest.c118 #define ODD TK_CONFIG_USER_BIT
119 #define EVEN (TK_CONFIG_USER_BIT << 1)
H A Dtk.h386 * TK_CONFIG_USER_BIT may be used by clients for selecting certain entries.
396 #define TK_CONFIG_USER_BIT 0x100
395 #define TK_CONFIG_USER_BIT macro
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkOldConfig.c110 needFlags = flags & ~(TK_CONFIG_USER_BIT - 1);
644 needFlags = flags & ~(TK_CONFIG_USER_BIT - 1);
954 needFlags = flags & ~(TK_CONFIG_USER_BIT - 1);
H A DtkTest.c128 #define ODD TK_CONFIG_USER_BIT
129 #define EVEN (TK_CONFIG_USER_BIT << 1)
H A Dtk.h396 * or above TK_CONFIG_USER_BIT may be used by clients for selecting
406 #define TK_CONFIG_USER_BIT 0x100 macro

Completed in 97 milliseconds