Home | History | Annotate | Download | only in src

Lines Matching full:indent

1283         unsigned int indent = 0;
1284 warn_at_indent (*loc, &indent,
1286 indent += SUB_INDENT;
1287 warn_at_indent (*loc, &indent,
2608 bool is_warning, unsigned indent)
2620 warn_at_indent (var->loc, &indent, _("refers to: %c%s at %s"),
2623 complain_at_indent (var->loc, &indent, _("refers to: %c%s at %s"),
2667 warn_at_indent (id_loc, &indent, "%s",
2670 complain_at_indent (id_loc, &indent, "%s",
2797 unsigned indent = 0;
2799 complain_at_indent (text_loc, &indent, _("invalid reference: %s"),
2801 indent += SUB_INDENT;
2810 complain_at_indent (sym_loc, &indent, format, dollar_or_at);
2816 complain_at_indent (rule->location, &indent, format,
2823 complain_at_indent (rule->location, &indent, format,
2829 dollar_or_at, false, indent);
2834 unsigned indent = 0;
2837 warn_at_indent (text_loc, &indent, _("misleading reference: %s"),
2840 dollar_or_at, true, indent + SUB_INDENT);
2851 unsigned indent = 0;
2852 complain_at_indent (text_loc, &indent, _("ambiguous reference: %s"),
2855 dollar_or_at, false, indent + SUB_INDENT);