ISDOTDIR
if (ISDOTDIR(dp->d_name)) { /* special case curdir: */
if (ISDOTDIR(dp->d_name) ||
if ((fe->flags & FE_ISCURDIR) || ISDOTDIR(fe->display))
!(fe->flags & FE_ISCURDIR) && !ISDOTDIR(fe->display)) {
if (ISDOTDIR(dir->d_name) || ISDOTDOTDIR(dir->d_name))