Searched refs:indent (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | conf.c | 40 static int indent = 1; variable 136 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string() 168 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym() 255 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice() 265 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice() 273 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice() 279 printf("%*c", indent, '>'); in conf_choice() 281 printf("%*c", indent, ' '); in conf_choice() 289 printf(_("%*schoice"), indent - 1, ""); in conf_choice() 341 indent += 2; in conf_choice() [all …]
|
| H A D | mconf.c | 271 static int indent; variable 370 indent + 1, ' ', prompt); in build_conf() 372 item_make(" %*c%s --->", indent + 1, ' ', prompt); in build_conf() 382 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf() 390 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf() 434 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 440 indent += 2; in build_conf() 442 indent -= 2; in build_conf() 449 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 489 tmp = indent - tmp + 4; in build_conf() [all …]
|
| H A D | nconf.c | 265 static int indent; variable 759 indent + 1, ' ', prompt); in build_conf() 763 indent + 1, in build_conf() 774 indent + 1, ' ', in build_conf() 782 indent + 1, ' ', in build_conf() 828 item_add_str("%*c%s", indent + 1, in build_conf() 836 indent += 2; in build_conf() 838 indent -= 2; in build_conf() 846 "---%*c%s", indent + 1, in build_conf() 890 tmp = indent - tmp + 4; in build_conf() [all …]
|
| H A D | gconf.c | 60 static gint indent; variable 1257 GtkTreeIter *parent = parents[indent - 1]; in place_node() 1258 GtkTreeIter *node = parents[indent]; in place_node() 1317 indent = 1; in update_tree() 1334 printf("%*c%s | %s\n", indent, ' ', in update_tree() 1383 indent++; in update_tree() 1385 indent--; in update_tree() 1401 indent = 1; in display_tree() 1426 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree() 1454 indent++; in display_tree() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | checkpatch.pl | 1160 my $indent; 1309 ($length, $indent) = line_stats($rawline); 1313 ($previndent, $stashindent) = ($stashindent, $indent); 1618 $indent != $cindent) { 1662 if ($nindent > $indent) { 1750 ($sindent <= $indent && $s ne ''))) { 1751 …WARN("suspect code indent for conditional statements ($indent, $sindent)\n" . $herecurr . "$stat_r… 2390 $previndent == $indent) { 2395 $previndent == $indent) {
|
| H A D | Lindent | 3 RES=`indent --version` 18 indent $PARAM "$@"
|