Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dfdt.c950 static char tabs[MAX_LEVEL+1] = in fdt_print() local
1007 &tabs[MAX_LEVEL - level], pathp); in fdt_print()
1018 printf("%s};\n", &tabs[MAX_LEVEL - level]); in fdt_print()
1038 &tabs[MAX_LEVEL - level], in fdt_print()
1043 &tabs[MAX_LEVEL - level], in fdt_print()
1051 printf("%s/* NOP */\n", &tabs[MAX_LEVEL - level]); in fdt_print()
/rk3399_rockchip-uboot/tools/
H A Drkmux.py171 tabs = tab_to_col - len(str) / 8
177 str += '%s= %s' % ('\t' * tabs, val_str)
/rk3399_rockchip-uboot/doc/DocBook/
H A DMakefile183 expand --tabs=8 < $< | \
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl3199 my $tabs = length($1) + 1;
3200 if ($prevline =~ /^\+\t{$tabs,$tabs}break\b/ ||
3201 ($prevline =~ /^\+\t{$tabs,$tabs}return\b/ &&
3203 $lines[$linenr] !~ /^[ \+]\t{$tabs,$tabs}return/)) {
3212 my $tabs = $1;
3213 if ($prevline =~ /^\+$tabs(?:goto|return)\b/) {