ISDOTDOT
#define ISDOTDOT(c) (UC(c)[0] == '.' && ISDOT(&((c)[1])))
#define ISDOTDOT 0x002000 /* current component name is .. */