Searched refs:exceptionDirStart (Results 1 – 1 of 1) sorted by relevance
647 char* exceptionDirStart = start; in GetMakeAndExceptions() local648 if (strncmp(exceptionDirStart, "#\t", 2) != 0) { in GetMakeAndExceptions()649 myassert(exceptionDirStart[0] == '\0'); in GetMakeAndExceptions()652 exceptionDirStart += 2; in GetMakeAndExceptions()653 char* exceptionDirEnd = exceptionDirStart; in GetMakeAndExceptions()664 if (exceptionDirStart[0] == '/') in GetMakeAndExceptions()666 excludedDirs += exceptionDirStart; in GetMakeAndExceptions()