Searched refs:TABSIZE (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Tools/scripts/ |
H A D | pindent.py | 81 TABSIZE = 8 variable 101 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): 332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): 338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): 344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): 349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): 357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): 365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): 390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): 404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtab [all...] |
/third_party/python/Parser/ |
H A D | asdl_c.py | 15 TABSIZE = 4 variable 34 exclusively on depth * TABSIZE. All following lines -- these are 39 size = MAX_COL - depth * TABSIZE 72 return '"%s"' % s.replace('\n', '\\n"\n%s"' % (' ' * depth * TABSIZE)) 121 line = (" " * TABSIZE * depth) + line
|
H A D | tokenizer.c | 37 #define TABSIZE 8 macro 67 tok->tabsize = TABSIZE; in tok_new()
|
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 3463 Gets the curses TABSIZE setting. 3473 return PyLong_FromLong(TABSIZE); in _curses_get_tabsize_impl() 3481 Sets the curses TABSIZE setting.
|
Completed in 10 milliseconds