Searched defs:indent (Results 1 – 5 of 5) sorted by relevance
34 static int indent = 1; variable
272 static int indent; variable
60 static gint indent; variable
1253 # define indent() fdprintf(2, "%*s", (G.debug_indent * 2) & 0xff, "") macro1257 # define indent() ((void)0) macro
1174 indent(int amount, char *pfx, FILE *fp) in indent() function