indent            294 builtin/clean.c 	copts.indent = "  ";
indent            308 builtin/clean.c 	copts.indent = "  ";
indent             30 builtin/column.c 		OPT_STRING(0, "indent", &copts.indent, N_("string"), N_("Padding space on left border")),
indent             54 column.c       	data->cols = (data->opts.width - strlen(data->opts.indent)) / *width;
indent             96 column.c       		total_width = strlen(data->opts.indent);
indent            112 column.c       			  const char *indent, const char *nl)
indent            117 column.c       		printf("%s%s%s", indent, list->items[i].string, nl);
indent            147 column.c       	       x == 0 ? data->opts.indent : "",
indent            200 column.c       	nopts.indent = opts && opts->indent ? opts->indent : "";
indent            210 column.c       		display_plain(list, nopts.indent, nopts.nl);
indent            384 column.c       	if (opts && opts->indent)
indent            385 column.c       		argv_array_pushf(argv, "--indent=%s", opts->indent);
indent             25 column.h       	const char *indent;
indent            198 commit.h       		  int indent);
indent            577 grep.c         	indent(in);
indent            588 grep.c         		indent(in);
indent            595 grep.c         		indent(in);
indent            602 grep.c         		indent(in);
indent             95 help.c         	copts.indent = "  ";
indent           1635 pretty.c       		  int indent)
indent           1654 pretty.c       		strbuf_grow(sb, linelen + indent + 20);
indent           1655 pretty.c       		if (indent)
indent           1656 pretty.c       			strbuf_addchars(sb, ' ', indent);
indent           1667 pretty.c       	int indent = 4;
indent           1682 pretty.c       		indent = 0;
indent           1721 pretty.c       		pp_remainder(pp, &msg, sb, indent);
indent            243 utf8.c         				     int indent, int indent2)
indent            245 utf8.c         	if (indent < 0)
indent            246 utf8.c         		indent = 0;
indent            251 utf8.c         		strbuf_addchars(buf, ' ', indent);
indent            254 utf8.c         		indent = indent2;
indent            267 utf8.c         	int indent, w, assume_utf8 = 1;
indent            278 utf8.c         	w = indent = indent1;
indent            280 utf8.c         	if (indent < 0) {
indent            281 utf8.c         		w = -indent;
indent            301 utf8.c         					strbuf_addchars(buf, ' ', indent);
indent            327 utf8.c         				w = indent = indent2;
indent            347 utf8.c         			     int indent, int indent2, int width)
indent            350 utf8.c         	strbuf_add_wrapped_text(buf, tmp, indent, indent2, width);
indent             20 utf8.h         		const char *text, int indent, int indent2, int width);
indent             22 utf8.h         			     int indent, int indent2, int width);
indent            812 wt-status.c    	copts.indent = buf.buf;