Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 7 of 7) sorted by relevance

/scripts/kconfig/
A Dconf.c39 static int indent = 1; variable
277 printf("%*c", indent, '>'); in conf_choice()
279 printf("%*c", indent, ' '); in conf_choice()
287 printf("%*schoice", indent - 1, ""); in conf_choice()
336 indent += 2; in conf_choice()
338 indent -= 2; in conf_choice()
373 indent, '*', in conf()
374 indent, '*', prompt, in conf()
375 indent, '*'); in conf()
404 indent += 2; in conf()
[all …]
A Dmconf.c275 static int indent; variable
496 indent + 1, ' ', prompt); in build_conf()
499 indent + 1, ' ', prompt, in build_conf()
509 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf()
517 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf()
561 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
567 indent += 2; in build_conf()
569 indent -= 2; in build_conf()
616 tmp = indent - tmp + 4; in build_conf()
637 indent += doint; in build_conf()
[all …]
A Dnconf.c258 static int indent; variable
760 indent + 1, ' ', prompt); in build_conf()
764 indent + 1, ' ', prompt, in build_conf()
775 indent + 1, ' ', in build_conf()
783 indent + 1, ' ', in build_conf()
837 indent += 2; in build_conf()
839 indent -= 2; in build_conf()
847 "---%*c%s", indent + 1, in build_conf()
891 tmp = indent - tmp + 4; in build_conf()
913 indent += doint; in build_conf()
[all …]
A Dgconf.c60 static gint indent; variable
1166 GtkTreeIter *parent = parents[indent - 1]; in place_node()
1167 GtkTreeIter *node = parents[indent]; in place_node()
1223 indent = 1; in update_tree()
1239 printf("%*c%s | %s\n", indent, ' ', in update_tree()
1288 indent++; in update_tree()
1290 indent--; in update_tree()
1305 indent = 1; in display_tree()
1330 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree()
1358 indent++; in display_tree()
[all …]
/scripts/
A DLindent3 RES=`indent --version`
18 indent $PARAM "$@"
A Dgen_compile_commands.py226 json.dump(sorted(compile_commands, key=lambda x: x["file"]), f, indent=2, sort_keys=True)
A Dcheckpatch.pl2722 my $indent;
2921 ($length, $indent) = line_stats($rawline);
3946 my $indent = length($1);
3947 if ($indent % $tabsize) {
4299 $indent != $cindent) {
4351 if ($nindent > $indent) {
4451 ($sindent < $indent) ||
4452 ($sindent == $indent &&
4454 ($sindent > $indent + $tabsize))) {
5783 $previndent == $indent) {
[all …]

Completed in 26 milliseconds