Searched refs:TABSIZE (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | pindent.py | 81 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/ |
D | asdl_c.py | 11 TABSIZE = 8 variable 38 size = MAX_COL - depth * TABSIZE 96 line = (" " * TABSIZE * depth) + line + "\n"
|
D | tokenizer.c | 28 #define TABSIZE 8 macro 108 tok->tabsize = TABSIZE; in tok_new()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | tokenizer.c | 28 #define TABSIZE 8 macro 108 tok->tabsize = TABSIZE; in tok_new()
|