ewah_new         2362 dir.c          	wd.check_only = ewah_new();
ewah_new         2363 dir.c          	wd.valid      = ewah_new();
ewah_new         2364 dir.c          	wd.sha1_valid = ewah_new();
ewah_new         2571 dir.c          	rd.valid      = ewah_new();
ewah_new         2572 dir.c          	rd.check_only = ewah_new();
ewah_new         2573 dir.c          	rd.sha1_valid = ewah_new();
ewah_new           68 ewah/bitmap.c  	struct ewah_bitmap *ewah = ewah_new();
ewah_new          686 ewah/ewah_bitmap.c 	return ewah_new();
ewah_new           84 ewah/ewok.h    struct ewah_bitmap *ewah_new(void);
ewah_new           56 pack-bitmap-write.c 	writer.commits = ewah_new();
ewah_new           57 pack-bitmap-write.c 	writer.trees = ewah_new();
ewah_new           58 pack-bitmap-write.c 	writer.blobs = ewah_new();
ewah_new           59 pack-bitmap-write.c 	writer.tags = ewah_new();
ewah_new           29 split-index.c  	si->delete_bitmap = ewah_new();
ewah_new           35 split-index.c  	si->replace_bitmap = ewah_new();
ewah_new          185 split-index.c  	si->delete_bitmap = ewah_new();
ewah_new          186 split-index.c  	si->replace_bitmap = ewah_new();