Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/arm/Samsung/
Dclksrc-change-registers.awk94 indent=1
98 for(; indent >= 1;) {
115 indent++
118 indent--
120 if (indent == 0) {
163 printf indent ":" line "\n" > "/dev/stderr"
/linux-3.4.99/scripts/kconfig/
Dconf.c38 static int indent = 1; variable
135 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()
342 indent += 2; in conf_choice()
[all …]
Dmconf.c271 static int indent; variable
371 indent + 1, ' ', prompt); in build_conf()
373 item_make(" %*c%s --->", indent + 1, ' ', prompt); in build_conf()
383 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf()
391 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf()
435 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
441 indent += 2; in build_conf()
443 indent -= 2; in build_conf()
450 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
490 tmp = indent - tmp + 4; in build_conf()
[all …]
Dnconf.c263 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 …]
Dgconf.c60 static gint indent; variable
1224 GtkTreeIter *parent = parents[indent - 1]; in place_node()
1225 GtkTreeIter *node = parents[indent]; in place_node()
1283 indent = 1; in update_tree()
1299 printf("%*c%s | %s\n", indent, ' ', in update_tree()
1348 indent++; in update_tree()
1350 indent--; in update_tree()
1366 indent = 1; in display_tree()
1391 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree()
1419 indent++; in display_tree()
[all …]
/linux-3.4.99/arch/x86/tools/
Dtest_get_len.c59 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument
62 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field()
64 indent, field->value, field->bytes[0], field->bytes[1], in dump_field()
66 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
Dinsn_sanity.c69 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument
72 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field()
74 indent, field->value, field->bytes[0], field->bytes[1], in dump_field()
76 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
/linux-3.4.99/scripts/
DLindent3 RES=`indent --version`
18 indent $PARAM "$@"
Dcheckpatch.pl1378 my $indent;
1532 ($length, $indent) = line_stats($rawline);
1536 ($previndent, $stashindent) = ($stashindent, $indent);
1994 $indent != $cindent) {
2046 if ($nindent > $indent) {
2138 ($sindent <= $indent && $s ne ''))) {
2140 …"suspect code indent for conditional statements ($indent, $sindent)\n" . $herecurr . "$stat_real\n…
2838 $previndent == $indent) {
2844 $previndent == $indent) {
/linux-3.4.99/Documentation/zh_CN/
DCodingStyle426 (setq indent-tabs-mode t)
439 indent”。
441 不过,GNU indent也有和GNU emacs一样有问题的设定,所以你需要给它一些命令选项。不
442 过,这还不算太糟糕,因为就算是GNU indent的作者也认同K&R的权威性(GNU的人并不是坏
443 人,他们只是在这个问题上被严重的误导了),所以你只要给indent指定选项“-kr -i8”
447indent”有很多选项,特别是重新格式化注释的时候,你可能需要看一下它的手册页。不过
448 记住:“indent”不能修正坏的编程习惯。
692 cpp,gcc,gcc internals和indent的GNU手册——和K&R及本文相符合的部分,全部可以在
/linux-3.4.99/drivers/pnp/
Dinterface.c213 char *indent; in pnp_show_options() local
225 indent = " "; in pnp_show_options()
235 indent = ""; in pnp_show_options()
237 pnp_print_option(buffer, indent, option); in pnp_show_options()
/linux-3.4.99/drivers/input/tablet/
Dgtco.c227 int indent = 0; in parse_hid_report_descriptor() local
359 indent++; in parse_hid_report_descriptor()
360 for (x = 0; x < indent; x++) in parse_hid_report_descriptor()
373 indent--; in parse_hid_report_descriptor()
374 for (x = 0; x < indent; x++) in parse_hid_report_descriptor()
/linux-3.4.99/Documentation/
DCodingStyle94 braces. Unlike the indent size, there are few technical reasons to
501 (setq indent-tabs-mode t)
508 everything is lost: use "indent".
510 Now, again, GNU indent has the same brain-dead settings that GNU emacs
512 However, that's not too bad, because even the makers of GNU indent
514 just severely misguided in this matter), so you just give indent the
518 "indent" has a lot of options, and especially when it comes to comment
520 remember: "indent" is not a fix for bad programming.
817 string, and end each string except the last with \n\t to properly indent the
841 gcc internals and indent, all available from http://www.gnu.org/manual/
/linux-3.4.99/arch/arm/nwfpe/
DChangeLog3 Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.