Lines Matching refs:indent
180 print_ifopen(int indent, const char *name)
194 tabify(fout, indent);
219 print_ifclose(int indent)
222 tabify(fout, indent);
227 print_ifstat(int indent, const char *prefix, const char *type, relation rel,
234 print_ifopen(indent, "pointer");
247 print_ifopen(indent, alt);
250 print_ifopen(indent, "vector");
267 print_ifopen(indent, alt);
271 print_ifopen(indent, alt);
273 print_ifopen(indent, "array");
290 print_ifopen(indent, type);
294 print_ifclose(indent);
622 print_stat(int indent, declaration *dec)
635 print_ifstat(indent, prefix, type, rel, amax, name, dec->name);