Lines Matching defs:old
57 #define DELTA(v) (new->ns_##v - (old ? old->ns_##v : 0))78 ndmp_stat_t *old = NULL;136 dostats(old, nstat);140 free(old);141 old = nstat;144 free(old);148 free(old);152 dostats(old, nstat);172 dostats(ndmp_stat_t *old, ndmp_stat_t *new)187 if (!old) {