Searched refs:indent (Results 1 - 6 of 6) sorted by relevance

/scripts/
H A DLindent3 RES=`indent --version`
18 indent $PARAM "$@"
H A Dcheckpatch.pl540 # Pick the indent from the front of the line.
1378 my $indent;
1531 # Measure the line length and indent.
1532 ($length, $indent) = line_stats($rawline);
1536 ($previndent, $stashindent) = ($stashindent, $indent);
1781 # assembly to indent the instruction on the following line).
1825 "code indent should use tabs where possible\n" . $herevet);
1985 # statements should be at the same indent.
1994 $indent != $cindent) {
2003 "switch and case should be at the same indent\
[all...]
/scripts/kconfig/
H A Dconf.c38 static int indent = 1; variable
135 printf("%*s%s ", indent - 1, "", _(menu->prompt->text));
168 printf("%*s%s ", indent - 1, "", _(menu->prompt->text));
255 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu)));
265 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu)));
273 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child)));
279 printf("%*c", indent, '>');
281 printf("%*c", indent, ' ');
289 printf(_("%*schoice"), indent - 1, "");
342 indent
[all...]
H A Dmconf.c271 static int indent; variable
371 indent + 1, ' ', prompt);
373 item_make(" %*c%s --->", indent + 1, ' ', prompt);
383 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt));
391 item_make("---%*c%s", indent + 1, ' ', _(prompt));
435 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu)));
441 indent += 2;
443 indent -= 2;
450 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu)));
490 tmp = indent
[all...]
H A Dnconf.c263 static int indent; variable
759 indent + 1, ' ', prompt);
763 indent + 1,
774 indent + 1, ' ',
782 indent + 1, ' ',
828 item_add_str("%*c%s", indent + 1,
836 indent += 2;
838 indent -= 2;
846 "---%*c%s", indent + 1,
890 tmp = indent
[all...]
H A Dgconf.c60 static gint indent; variable
1224 GtkTreeIter *parent = parents[indent - 1];
1225 GtkTreeIter *node = parents[indent];
1283 indent = 1;
1299 printf("%*c%s | %s\n", indent, ' ',
1348 indent++;
1350 indent--;
1366 indent = 1;
1391 printf("%*c%s: ", indent, ' ', menu_get_prompt(child));
1419 indent
[all...]

Completed in 52 milliseconds