Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/arm/Samsung/
Dclksrc-change-registers.awk93 indent=1
97 for(; indent >= 1;) {
114 indent++
117 indent--
119 if (indent == 0) {
162 printf indent ":" line "\n" > "/dev/stderr"
/linux-4.4.14/scripts/kconfig/
Dconf.c39 static int indent = 1; variable
139 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string()
172 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym()
259 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
269 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
277 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice()
283 printf("%*c", indent, '>'); in conf_choice()
285 printf("%*c", indent, ' '); in conf_choice()
293 printf(_("%*schoice"), indent - 1, ""); in conf_choice()
346 indent += 2; in conf_choice()
[all …]
Dmconf.c276 static int indent; variable
498 indent + 1, ' ', prompt); in build_conf()
501 indent + 1, ' ', prompt, in build_conf()
511 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf()
519 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf()
563 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
569 indent += 2; in build_conf()
571 indent -= 2; in build_conf()
578 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
618 tmp = indent - tmp + 4; in build_conf()
[all …]
Dnconf.c256 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()
829 item_add_str("%*c%s", 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()
[all …]
Dgconf.c60 static gint indent; variable
1200 GtkTreeIter *parent = parents[indent - 1]; in place_node()
1201 GtkTreeIter *node = parents[indent]; in place_node()
1259 indent = 1; in update_tree()
1275 printf("%*c%s | %s\n", indent, ' ', in update_tree()
1324 indent++; in update_tree()
1326 indent--; in update_tree()
1342 indent = 1; in display_tree()
1367 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree()
1395 indent++; in display_tree()
[all …]
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.c53 int indent) in intel_pt_print_data() argument
57 for (i = 0; i < indent; i++) in intel_pt_print_data()
68 static void intel_pt_print_no_data(uint64_t pos, int indent) in intel_pt_print_no_data() argument
72 for (i = 0; i < indent; i++) in intel_pt_print_no_data()
/linux-4.4.14/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-4.4.14/scripts/
DLindent3 RES=`indent --version`
21 indent $PARAM "$@"
Dcheckpatch.pl1952 my $indent;
2124 ($length, $indent) = line_stats($rawline);
2128 ($previndent, $stashindent) = ($stashindent, $indent);
3045 $indent != $cindent) {
3097 if ($nindent > $indent) {
3197 ($sindent < $indent) ||
3198 ($sindent > $indent + 8))) {
3200 …"suspect code indent for conditional statements ($indent, $sindent)\n" . $herecurr . "$stat_real\n…
4386 $previndent == $indent) {
4404 $previndent == $indent) {
/linux-4.4.14/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”不能修正坏的编程习惯。
685 cpp,gcc,gcc internals和indent的GNU手册——和K&R及本文相符合的部分,全部可以在
/linux-4.4.14/drivers/pnp/
Dinterface.c213 char *indent; in options_show() local
225 indent = " "; in options_show()
235 indent = ""; in options_show()
237 pnp_print_option(buffer, indent, option); in options_show()
/linux-4.4.14/drivers/input/tablet/
Dgtco.c226 int indent = 0; in parse_hid_report_descriptor() local
358 indent++; in parse_hid_report_descriptor()
359 for (x = 0; x < indent; x++) in parse_hid_report_descriptor()
372 indent--; in parse_hid_report_descriptor()
373 for (x = 0; x < indent; x++) in parse_hid_report_descriptor()
/linux-4.4.14/Documentation/
DCodingStyle93 braces. Unlike the indent size, there are few technical reasons to
532 (setq indent-tabs-mode t)
540 everything is lost: use "indent".
542 Now, again, GNU indent has the same brain-dead settings that GNU emacs
544 However, that's not too bad, because even the makers of GNU indent
546 just severely misguided in this matter), so you just give indent the
550 "indent" has a lot of options, and especially when it comes to comment
552 remember: "indent" is not a fix for bad programming.
874 string, and end each string except the last with \n\t to properly indent the
939 gcc internals and indent, all available from http://www.gnu.org/manual/
/linux-4.4.14/arch/arm/nwfpe/
DChangeLog3 Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
/linux-4.4.14/Documentation/networking/
Dnetdev-FAQ.txt219 is common, don't mis-indent function arguments that span multiple lines.
/linux-4.4.14/drivers/staging/octeon-usb/
Docteon-hcd.c381 int indent; member