atom_str 218 fast-import.c struct atom_str *next_atom; atom_str 226 fast-import.c struct atom_str *name; atom_str 313 fast-import.c static struct atom_str **atom_table; atom_str 694 fast-import.c static struct atom_str *to_atom(const char *s, unsigned short len) atom_str 697 fast-import.c struct atom_str *c; atom_str 703 fast-import.c c = pool_alloc(sizeof(struct atom_str) + len + 1); atom_str 3402 fast-import.c atom_table = xcalloc(atom_table_sz, sizeof(struct atom_str*));