Home
last modified time | relevance | path

Searched refs:TABSIZE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpindent.py81 TABSIZE = 8 variable
99 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
350 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
399 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
407 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
415 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
423 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
438 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dasdl_c.py11 TABSIZE = 8 variable
38 size = MAX_COL - depth * TABSIZE
96 line = (" " * TABSIZE * depth) + line + "\n"
Dtokenizer.c28 #define TABSIZE 8 macro
108 tok->tabsize = TABSIZE; in tok_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c28 #define TABSIZE 8 macro
108 tok->tabsize = TABSIZE; in tok_new()