Searched refs:eocomp (Results 1 – 1 of 1) sorted by relevance
446 #define eocomp(c) (slash(c) || !*(c)) macro447 #define dot1(c) (*(c) == '.' && eocomp(c+1))473 while (!eocomp(a)) in pathcomp()480 #undef eocomp