Searched defs:TABSIZE (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Tools/scripts/
H A Dpindent.py83 TABSIZE = 8 variable
103 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
334 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
340 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
346 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
351 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
359 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
367 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
392 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
406 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtab
[all...]
/external/python/cpython2/Parser/
H A Dasdl_c.py11 TABSIZE = 8 variable
33 exclusively on depth * TABSIZE. All following lines -- these are
38 size = MAX_COL - depth * TABSIZE
96 line = (" " * TABSIZE * depth) + line + "\n"
H A Dtokenizer.c28 #define TABSIZE 8 macro
108 tok->tabsize = TABSIZE;

Completed in 455 milliseconds