Searched refs:indent (Results 1 – 7 of 7) sorted by relevance
/scripts/kconfig/ |
D | conf.c | 42 static int indent = 1; variable 138 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string() 171 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym() 256 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 266 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 274 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice() 280 printf("%*c", indent, '>'); in conf_choice() 282 printf("%*c", indent, ' '); in conf_choice() 290 printf("%*schoice", indent - 1, ""); in conf_choice() 339 indent += 2; in conf_choice() [all …]
|
D | mconf.c | 276 static int indent; variable 497 indent + 1, ' ', prompt); in build_conf() 500 indent + 1, ' ', prompt, in build_conf() 510 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf() 518 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf() 562 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 568 indent += 2; in build_conf() 570 indent -= 2; in build_conf() 577 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 617 tmp = indent - tmp + 4; in build_conf() [all …]
|
D | nconf.c | 258 static int indent; variable 762 indent + 1, ' ', prompt); in build_conf() 766 indent + 1, ' ', prompt, in build_conf() 777 indent + 1, ' ', in build_conf() 785 indent + 1, ' ', in build_conf() 831 item_add_str("%*c%s", indent + 1, in build_conf() 839 indent += 2; in build_conf() 841 indent -= 2; in build_conf() 849 "---%*c%s", indent + 1, in build_conf() 893 tmp = indent - tmp + 4; in build_conf() [all …]
|
D | gconf.c | 58 static gint indent; variable 1200 GtkTreeIter *parent = parents[indent - 1]; in place_node() 1201 GtkTreeIter *node = parents[indent]; in place_node() 1259 indent = 1; in update_tree() 1275 printf("%*c%s | %s\n", indent, ' ', in update_tree() 1324 indent++; in update_tree() 1326 indent--; in update_tree() 1342 indent = 1; in display_tree() 1367 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree() 1395 indent++; in display_tree() [all …]
|
/scripts/ |
D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 26 indent $PARAM "$@"
|
D | checkpatch.pl | 2632 my $indent; 2831 ($length, $indent) = line_stats($rawline); 2835 ($previndent, $stashindent) = ($stashindent, $indent); 3942 my $indent = length($1); 3943 if ($indent % $tabsize) { 3947 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e; 4295 $indent != $cindent) { 4347 if ($nindent > $indent) { 4447 ($sindent < $indent) || 4448 ($sindent == $indent && [all …]
|
/scripts/clang-tools/ |
D | gen_compile_commands.py | 233 json.dump(compile_commands, f, indent=2, sort_keys=True)
|