Lines Matching full:indent
227 unsigned int indent = 0;
228 warn_at_indent (*loc, &indent,
230 indent += SUB_INDENT;
231 warn_at_indent (*loc, &indent,
419 bool is_warning, unsigned indent)
431 warn_at_indent (var->loc, &indent, _("refers to: %c%s at %s"),
434 complain_at_indent (var->loc, &indent, _("refers to: %c%s at %s"),
478 warn_at_indent (id_loc, &indent, "%s",
481 complain_at_indent (id_loc, &indent, "%s",
608 unsigned indent = 0;
610 complain_at_indent (text_loc, &indent, _("invalid reference: %s"),
612 indent += SUB_INDENT;
621 complain_at_indent (sym_loc, &indent, format, dollar_or_at);
627 complain_at_indent (rule->location, &indent, format,
634 complain_at_indent (rule->location, &indent, format,
640 dollar_or_at, false, indent);
645 unsigned indent = 0;
648 warn_at_indent (text_loc, &indent, _("misleading reference: %s"),
651 dollar_or_at, true, indent + SUB_INDENT);
662 unsigned indent = 0;
663 complain_at_indent (text_loc, &indent, _("ambiguous reference: %s"),
666 dollar_or_at, false, indent + SUB_INDENT);