ie_modified 352 cache.h #define ce_modified(ce, st, options) ie_modified(&the_index, (ce), (st), (options)) ie_modified 563 cache.h extern int ie_modified(const struct index_state *, const struct cache_entry *, struct stat *, unsigned int); ie_modified 1131 read-cache.c if (ie_modified(istate, ce, &st, options)) {