Lines Matching defs:indent

170 print_ifopen(int indent, const char *name)
172 tabify(fout, indent);
183 print_ifsizeof(int indent, const char *prefix, const char *type)
185 if (indent) {
187 tabify(fout, indent);
203 print_ifclose(int indent, int brace)
206 tabify(fout, indent);
213 print_ifstat(int indent, const char *prefix, const char *type, relation rel,
224 print_ifopen(indent, "pointer");
236 print_ifopen(indent, alt);
239 print_ifopen(indent, "vector");
245 print_ifsizeof(indent + 1, prefix, type);
255 print_ifopen(indent, alt);
259 print_ifopen(indent, alt);
261 print_ifopen(indent, "array");
275 print_ifsizeof(indent + 1, prefix, type);
279 print_ifopen(indent, type);
283 print_ifclose(indent, brace);
389 int indent = 1;
447 print_stat(indent + 1, &cur->decl);
452 tabify(fout, indent + 1);
468 tabify(fout, indent + 1);
474 print_stat(indent + 2, &cur->decl);
482 emit_inline(indent + 2, &cur->decl, flag);
486 tabify(fout, indent + 1);
494 print_stat(indent + 1, &dl->decl);
502 print_stat(indent + 1, &cur->decl);
523 print_stat(indent + 2, &cur->decl);
530 emit_inline(indent + 2, &cur->decl, flag);
619 print_stat(int indent, declaration *dec)
632 print_ifstat(indent, prefix, type, rel, amax, name, dec->name);
639 emit_inline(int indent, declaration *decl, int flag)
643 emit_single_in_line(indent, decl, flag, REL_ALIAS);
646 tabify(fout, indent);
648 tabify(fout, indent + 1);
650 tabify(fout, indent + 1);
653 tabify(fout, indent + 2);
655 emit_single_in_line(indent + 2, decl, flag, REL_VECTOR);
656 tabify(fout, indent + 1);
658 tabify(fout, indent);
667 emit_single_in_line(int indent, declaration *decl, int flag, relation rel)
671 tabify(fout, indent);