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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFont.c1972 int flags, /* Flag bits OR-ed together. TK_IGNORE_TABS
2033 flags &= TK_IGNORE_TABS | TK_IGNORE_NEWLINES;
2052 if (!(flags & TK_IGNORE_TABS)) {
2125 if (!(flags & TK_IGNORE_TABS)) {
H A Dtk.h542 #define TK_IGNORE_TABS 8
541 #define TK_IGNORE_TABS macro
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFont.c1846 * TK_IGNORE_TABS means that tab characters
1908 flags &= TK_IGNORE_TABS | TK_IGNORE_NEWLINES;
1927 if (!(flags & TK_IGNORE_TABS)) {
2000 if (!(flags & TK_IGNORE_TABS)) {
H A Dtk.h551 #define TK_IGNORE_TABS 8 macro
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeUtils.c1785 ** TK_IGNORE_TABS means that tab characters
1842 flags &= TK_WHOLE_WORDS | TK_IGNORE_TABS | TK_IGNORE_NEWLINES;
1851 if (!(flags & TK_IGNORE_TABS)) {
1911 if (!(flags & TK_IGNORE_TABS)) {
H A DtkTreeCtrl.c3775 flags |= TK_IGNORE_TABS;
3777 flags &= ~TK_IGNORE_TABS;

Completed in 275 milliseconds