Home | History | Annotate | Download | only in open-vcdiff

Lines Matching refs:stale

5034 #define XFREE(stale) do { \
5035 if (stale) { free ((void *) stale); stale = 0; } \