flush_type        767 pretty.c       	enum flush_type flush_type;
flush_type        989 pretty.c       	enum flush_type flush_type;
flush_type        994 pretty.c       		flush_type = flush_right;
flush_type        998 pretty.c       			flush_type = flush_both;
flush_type       1001 pretty.c       			flush_type = flush_left_and_steal;
flush_type       1004 pretty.c       			flush_type = flush_left;
flush_type       1027 pretty.c       		c->flush_type = flush_type;
flush_type       1318 pretty.c       	if (c->flush_type == flush_left_and_steal) {
flush_type       1344 pretty.c       		c->flush_type = flush_left;
flush_type       1371 pretty.c       		if (c->flush_type == flush_left)
flush_type       1373 pretty.c       		else if (c->flush_type == flush_both)
flush_type       1385 pretty.c       	c->flush_type = no_flush;
flush_type       1419 pretty.c       	if (((struct format_commit_context *)context)->flush_type != no_flush)