Home | History | Annotate | Download | only in Glob

Lines Matching refs:DOT

113 #define DOT           '.'

639 * No expansion, or path ends in slash-dot shash-dot-dot,
655 (diff >= 1 && pend[-1] == DOT) &&
656 (diff >= 2 && (pend[-2] == SLASH || pend[-2] == DOT)) &&
738 * Initial DOT must be matched literally, unless we have
742 if (dp->FileName[0] == DOT && *pattern != DOT)
748 (dp->FileName[0] == DOT) &&
750 ((dp->FileName[1] == DOT) && (dp->FileName[2] == EOS))))