Searched refs:indent (Results 1 – 5 of 5) sorted by relevance
/scripts/kconfig/ |
D | conf.c | 34 static int indent = 1; variable 130 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string() 163 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym() 253 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice() 263 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice() 271 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice() 277 printf("%*c", indent, '>'); in conf_choice() 279 printf("%*c", indent, ' '); in conf_choice() 287 printf(_("%*schoice"), indent - 1, ""); in conf_choice() 339 indent += 2; in conf_choice() [all …]
|
D | mconf.c | 273 static int indent; variable 440 indent + 1, ' ', prompt); in build_conf() 442 item_make(" %*c%s --->", indent + 1, ' ', prompt); in build_conf() 452 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf() 460 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf() 504 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 510 indent += 2; in build_conf() 512 indent -= 2; in build_conf() 519 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 559 tmp = indent - tmp + 4; in build_conf() [all …]
|
D | gconf.c | 57 static gint indent; variable 1320 GtkTreeIter *parent = parents[indent - 1]; in place_node() 1321 GtkTreeIter *node = parents[indent]; in place_node() 1380 indent = 1; in update_tree() 1397 printf("%*c%s | %s\n", indent, ' ', in update_tree() 1442 indent++; in update_tree() 1444 indent--; in update_tree() 1460 indent = 1; in display_tree() 1483 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree() 1505 indent++; in display_tree() [all …]
|
/scripts/ |
D | Lindent | 3 RES=`indent --version` 18 indent $PARAM "$@"
|
D | checkpatch.pl | 1070 my $indent; 1218 ($length, $indent) = line_stats($rawline); 1222 ($previndent, $stashindent) = ($stashindent, $indent); 1425 $indent != $cindent) { 1469 if ($nindent > $indent) { 1556 ($sindent <= $indent && $s ne ''))) { 1557 …WARN("suspect code indent for conditional statements ($indent, $sindent)\n" . $herecurr . "$stat_r… 2131 $previndent == $indent) { 2136 $previndent == $indent) {
|