Searched defs:same_file (Results 1 – 3 of 3) sorted by relevance
287 # define same_file(s, t) \ macro
70 bool same_file; /* Same file as previously printed? */ member
212 #define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev) macro