Searched refs:TAB_SIZE (Results 1 – 9 of 9) sorted by relevance
37 #define TAB_SIZE (8) macro141 lex->column = (((lex->column - 1 + TAB_SIZE) / TAB_SIZE) * TAB_SIZE) + 1; in next_char()
39 TAB_SIZE = 4
180 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 183 TAB_SIZE = 8
170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.173 TAB_SIZE = 8
194 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 197 TAB_SIZE = 8
215 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen219 TAB_SIZE = 3
225 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen229 TAB_SIZE = 4
251 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen255 TAB_SIZE = 8
Completed in 18 milliseconds