Searched refs:indent (Results 1 – 9 of 9) sorted by relevance
/scripts/ |
A D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 26 indent $PARAM "$@"
|
A D | generate_rust_analyzer.py | 203 json.dump(rust_project, sys.stdout, sort_keys=True, indent=4)
|
A D | checkpatch.pl | 2649 my $indent; 3967 my $indent = length($1); 3968 if ($indent % $tabsize) { 4310 $indent != $cindent) { 4362 if ($nindent > $indent) { 4462 ($sindent < $indent) || 4463 ($sindent == $indent && 4465 ($sindent > $indent + $tabsize))) { 5752 my $indent = $1; 5808 $previndent == $indent) { [all …]
|
A D | bpf_doc.py | 932 print(json.dumps(out_dict, indent=4)) 948 print(json.dumps(out_dict, indent=4))
|
/scripts/kconfig/ |
A D | conf.c | 43 static int indent = 1; variable 329 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string() 362 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym() 446 printf("%*c", indent, '>'); in conf_choice() 448 printf("%*c", indent, ' '); in conf_choice() 457 printf("%*schoice", indent - 1, ""); in conf_choice() 538 indent, '*', in conf() 539 indent, '*', prompt, in conf() 540 indent, '*'); in conf() 567 indent += 2; in conf() [all …]
|
A D | mconf.c | 285 static int indent; variable 485 indent + 1, ' ', prompt); in build_conf() 488 indent + 1, ' ', prompt, in build_conf() 498 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf() 506 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf() 531 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 537 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 572 tmp = indent - tmp + 4; in build_conf() 582 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf() 592 indent += doint; in build_conf() [all …]
|
A D | nconf.c | 265 static int indent; variable 787 indent + 1, ' ', prompt); in build_conf() 791 indent + 1, ' ', prompt, in build_conf() 802 indent + 1, ' ', in build_conf() 810 indent + 1, ' ', in build_conf() 833 item_add_str("%*c%s", indent + 1, in build_conf() 841 "---%*c%s", indent + 1, in build_conf() 880 tmp = indent - tmp + 4; in build_conf() 888 item_add_str("%*c%s%s", indent + 1, ' ', in build_conf() 899 indent += doint; in build_conf() [all …]
|
A D | menu.c | 667 int indent = 2 * j + 4; in get_prompt_str() local 677 indent -= 3; in get_prompt_str() 680 str_printf(r, "%*c-> %s", indent, ' ', menu_get_prompt(menu)); in get_prompt_str() 799 int indent = 0; in menu_dump() local 803 for (int i = indent - 1; i >= 0; i--) { in menu_dump() 846 indent++; in menu_dump() 853 indent--; in menu_dump()
|
/scripts/clang-tools/ |
A D | gen_compile_commands.py | 224 json.dump(sorted(compile_commands, key=lambda x: x["file"]), f, indent=2, sort_keys=True)
|
Completed in 21 milliseconds