Searched refs:TAB_SIZE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.conf121 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
124 TAB_SIZE = 8 key
H A Ddoxygen.conf.in121 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
124 TAB_SIZE = 8 key
/xsrc/external/mit/libXaw/dist/src/
H A DTextAction.c1728 int tab_index = 0, tab_column = 0, TAB_SIZE = DEFAULT_TAB_SIZE; local in function:Tabify
1739 TAB_SIZE = *char_tabs;
1747 TAB_SIZE = tab_index < tab_count - 1 ? char_tabs[tab_index + 1] - char_tabs[tab_index] : *char_tabs;
1755 if (++count > TAB_SIZE)
1756 count %= TAB_SIZE;
1758 (!tab_count && column % TAB_SIZE == 0)) {
1759 if (count % (TAB_SIZE + 1) > 1)
1781 TAB_SIZE = tab_index < tab_count - 1 ? char_tabs[tab_index + 1] - char_tabs[tab_index] : *char_tabs;
1789 if (++count > TAB_SIZE)
1790 count %= TAB_SIZE;
[all...]

Completed in 12 milliseconds