Searched refs:eocomp (Results 1 – 1 of 1) sorted by relevance
449 #define eocomp(c) (slash(c) || !*(c)) macro450 #define dot1(c) (*(c) == '.' && eocomp(c+1))476 while (!eocomp(a)) in pathcomp()483 #undef eocomp